commit: 4ac7ec583b9b7947252695f8033847df13e6a549
Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 30 05:39:11 2020 +0000
Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Thu Jan 30 05:39:48 2020 +0000
URL: https://gitweb.gentoo.org/proj/musl.git/commit/?id=4ac7ec58
sys-apps/gentoo-functions: restore ppc64 keyword
Package-Manager: Portage-2.3.86, Repoman-2.3.20
Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
sys-apps/gentoo-functions/gentoo-functions-0.12.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sys-apps/gentoo-functions/gentoo-functions-0.12.ebuild
b/sys-apps/gentoo-functions/gentoo-functions-0.12.ebuild
index bad5fe4..382477b 100644
--- a/sys-apps/gentoo-functions/gentoo-functions-0.12.ebuild
+++ b/sys-apps/gentoo-functions/gentoo-functions-0.12.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
@@ -8,7 +8,7 @@ if [[ ${PV} == 9999* ]]; then
EGIT_REPO_URI="https://github.com/gentoo/${PN}.git"
else
SRC_URI="https://github.com/gentoo/${PN}/archive/${PV}.tar.gz ->
${P}.tar.gz"
- KEYWORDS="amd64 arm arm64 ~mips ppc x86"
+ KEYWORDS="amd64 arm arm64 ~mips ppc ppc64 x86"
fi
inherit toolchain-funcs flag-o-matic