diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2021-03-03 13:36:11 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2021-03-03 13:36:11 +0100 |
commit | 88f56558143e03cafdc1e7acb19a1379b8ad335a (patch) | |
tree | d8d47a3890b86c943c5fc59842a28be3d0b8504c | |
parent | dev-util/pkgcheck: amd64 stable wrt bug #773904 (diff) | |
download | gentoo-88f56558143e03cafdc1e7acb19a1379b8ad335a.tar.gz gentoo-88f56558143e03cafdc1e7acb19a1379b8ad335a.tar.bz2 gentoo-88f56558143e03cafdc1e7acb19a1379b8ad335a.zip |
sys-apps/pkgcore: amd64 stable wrt bug #773904
Package-Manager: Portage-3.0.13, Repoman-3.0.2
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
-rw-r--r-- | sys-apps/pkgcore/pkgcore-0.11.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-apps/pkgcore/pkgcore-0.11.2.ebuild b/sys-apps/pkgcore/pkgcore-0.11.2.ebuild index 0bed083a982f..e2b3a63d555f 100644 --- a/sys-apps/pkgcore/pkgcore-0.11.2.ebuild +++ b/sys-apps/pkgcore/pkgcore-0.11.2.ebuild @@ -10,7 +10,7 @@ if [[ ${PV} == *9999 ]] ; then EGIT_REPO_URI="https://github.com/pkgcore/pkgcore.git" inherit git-r3 else - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 ~x64-macos" + KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 ~x64-macos" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" fi |