diff options
author | Sam James <sam@gentoo.org> | 2022-03-10 21:15:45 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-03-10 21:15:45 +0000 |
commit | 44c8dcf74f39f729d1750947342c8fe35c9c326e (patch) | |
tree | fc015e36c9ba52ab72357c00cbc14af6babb1e80 /dev-util/pkgdev | |
parent | app-admin/undertaker-scripts: Stabilize 1 amd64, #834942 (diff) | |
download | gentoo-44c8dcf74f39f729d1750947342c8fe35c9c326e.tar.gz gentoo-44c8dcf74f39f729d1750947342c8fe35c9c326e.tar.bz2 gentoo-44c8dcf74f39f729d1750947342c8fe35c9c326e.zip |
dev-util/pkgdev: Stabilize 0.1.9 x86, #834931
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-util/pkgdev')
-rw-r--r-- | dev-util/pkgdev/pkgdev-0.1.9.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/pkgdev/pkgdev-0.1.9.ebuild b/dev-util/pkgdev/pkgdev-0.1.9.ebuild index f7998a8b7fa6..7d98093c9763 100644 --- a/dev-util/pkgdev/pkgdev-0.1.9.ebuild +++ b/dev-util/pkgdev/pkgdev-0.1.9.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -12,7 +12,7 @@ if [[ ${PV} == *9999 ]] ; then inherit git-r3 else SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86 ~x64-macos" + KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc x86 ~x64-macos" fi DESCRIPTION="Collection of tools for Gentoo development" |