diff options
author | 2023-11-04 12:22:13 +0000 | |
---|---|---|
committer | 2023-11-04 12:22:13 +0000 | |
commit | 5ea5a1fb01196207dcc51d3eabb1db50b33683c0 (patch) | |
tree | fbf511a712f5c2ee7cf4c1cf3b367657b6a5f3c9 /sys-apps/man-db | |
parent | sys-apps/hdparm: Stabilize 9.65-r2 x86, #916794 (diff) | |
download | gentoo-5ea5a1fb01196207dcc51d3eabb1db50b33683c0.tar.gz gentoo-5ea5a1fb01196207dcc51d3eabb1db50b33683c0.tar.bz2 gentoo-5ea5a1fb01196207dcc51d3eabb1db50b33683c0.zip |
sys-apps/man-db: Stabilize 2.12.0 ppc64, #916795
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-apps/man-db')
-rw-r--r-- | sys-apps/man-db/man-db-2.12.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-apps/man-db/man-db-2.12.0.ebuild b/sys-apps/man-db/man-db-2.12.0.ebuild index e6bc4c036385..d8b2f5b3cfb6 100644 --- a/sys-apps/man-db/man-db-2.12.0.ebuild +++ b/sys-apps/man-db/man-db-2.12.0.ebuild @@ -13,7 +13,7 @@ if [[ ${PV} == *9999 ]] ; then else # TODO: Change tarballs to gitlab too...? SRC_URI="mirror://nongnu/${PN}/${P}.tar.xz" - KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" + KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 ~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" fi LICENSE="GPL-3" |