From e25ec60c46217d8d57c981329fbaf7e0b55a4009 Mon Sep 17 00:00:00 2001 From: Alfred Wingate Date: Sun, 3 Jan 2021 21:15:10 +0200 Subject: [PATCH] dev-cpp/pystring: fix incorrect KEYWORDS placement Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Alfred Wingate --- dev-cpp/pystring/pystring-1.1.3.ebuild | 4 ++-- dev-cpp/pystring/pystring-9999.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-cpp/pystring/pystring-1.1.3.ebuild b/dev-cpp/pystring/pystring-1.1.3.ebuild index 1bcf26b..291230f 100644 --- a/dev-cpp/pystring/pystring-1.1.3.ebuild +++ b/dev-cpp/pystring/pystring-1.1.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 2020 Gentoo Authors +# Copyright 2020-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -11,11 +11,11 @@ if [[ "${PV}" == "9999" ]]; then EGIT_REPO_URI="https://github.com/imageworks/pystring.git" else SRC_URI="https://github.com/imageworks/pystring/archive/v"${PV}".tar.gz -> "${P}".tar.gz" + KEYWORDS="~amd64" fi LICENSE="all-rights-reserved" SLOT="0" -KEYWORDS="~amd64" src_compile() { emake LIBDIR="${S}" install diff --git a/dev-cpp/pystring/pystring-9999.ebuild b/dev-cpp/pystring/pystring-9999.ebuild index 1bcf26b..291230f 100644 --- a/dev-cpp/pystring/pystring-9999.ebuild +++ b/dev-cpp/pystring/pystring-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 2020 Gentoo Authors +# Copyright 2020-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -11,11 +11,11 @@ if [[ "${PV}" == "9999" ]]; then EGIT_REPO_URI="https://github.com/imageworks/pystring.git" else SRC_URI="https://github.com/imageworks/pystring/archive/v"${PV}".tar.gz -> "${P}".tar.gz" + KEYWORDS="~amd64" fi LICENSE="all-rights-reserved" SLOT="0" -KEYWORDS="~amd64" src_compile() { emake LIBDIR="${S}" install