summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-03-20 01:35:33 +0000
committerSam James <sam@gentoo.org>2021-03-20 01:35:33 +0000
commit8bda2858c46b41e2be134ce4ae21d9ebb3441f74 (patch)
tree8dc5467fef1079d93e13c2aa4e9da74992cbe8f8 /dev-util/pkgdev
parentdev-util/pkgdev: add 0.1.2 (diff)
downloadgentoo-8bda2858c46b41e2be134ce4ae21d9ebb3441f74.tar.gz
gentoo-8bda2858c46b41e2be134ce4ae21d9ebb3441f74.tar.bz2
gentoo-8bda2858c46b41e2be134ce4ae21d9ebb3441f74.zip
dev-util/pkgdev: ~x64-macos keyworded
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-util/pkgdev')
-rw-r--r--dev-util/pkgdev/pkgdev-0.1.2.ebuild2
-rw-r--r--dev-util/pkgdev/pkgdev-9999.ebuild1
2 files changed, 2 insertions, 1 deletions
diff --git a/dev-util/pkgdev/pkgdev-0.1.2.ebuild b/dev-util/pkgdev/pkgdev-0.1.2.ebuild
index fdf04f9fc038..d3bd40f87aeb 100644
--- a/dev-util/pkgdev/pkgdev-0.1.2.ebuild
+++ b/dev-util/pkgdev/pkgdev-0.1.2.ebuild
@@ -11,8 +11,8 @@ if [[ ${PV} == *9999 ]] ; then
EGIT_REPO_URI="https://github.com/pkgcore/pkgdev.git"
inherit git-r3
else
- KEYWORDS="~amd64"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+ KEYWORDS="~amd64 ~x64-macos"
fi
DESCRIPTION="Collection of tools for Gentoo development"
diff --git a/dev-util/pkgdev/pkgdev-9999.ebuild b/dev-util/pkgdev/pkgdev-9999.ebuild
index 5e9ac4db65e3..b94c6c1d71d8 100644
--- a/dev-util/pkgdev/pkgdev-9999.ebuild
+++ b/dev-util/pkgdev/pkgdev-9999.ebuild
@@ -12,6 +12,7 @@ if [[ ${PV} == *9999 ]] ; then
inherit git-r3
else
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+ KEYWORDS="~amd64 ~x64-macos"
fi
DESCRIPTION="Collection of tools for Gentoo development"