commit: 5b8b715a8efc78de50164dbc738d59df06eefe5a
Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 3 06:51:12 2020 +0000
Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Sat Oct 3 06:51:27 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b8b715a
app-portage/pgo: add ~ppc64 keyword
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
app-portage/pgo/pgo-0.0.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-portage/pgo/pgo-0.0.3.ebuild b/app-portage/pgo/pgo-0.0.3.ebuild
index e3a6873088b..42500887708 100644
--- a/app-portage/pgo/pgo-0.0.3.ebuild
+++ b/app-portage/pgo/pgo-0.0.3.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} == *9999* ]]; then
EGIT_REPO_URI="https://github.com/arzano/pgo"
else
SRC_URI="https://github.com/arzano/pgo/archive/v${PV}.tar.gz ->
${P}.tar.gz"
- KEYWORDS="~amd64 ~x86"
+ KEYWORDS="~amd64 ~ppc64 ~x86"
fi
DESCRIPTION="A command line interface for packages.gentoo.org"