diff options
author | 2023-03-04 08:04:34 +0200 | |
---|---|---|
committer | 2023-03-04 08:04:34 +0200 | |
commit | ff586219a0e3877cca334b02480be5c5080352ad (patch) | |
tree | 6a59a7d3e3581a1936d16e8d7be66a72fa197734 /sys-apps/man-db | |
parent | app-editors/nano: Stabilize 7.2 arm, #899318 (diff) | |
download | gentoo-ff586219a0e3877cca334b02480be5c5080352ad.tar.gz gentoo-ff586219a0e3877cca334b02480be5c5080352ad.tar.bz2 gentoo-ff586219a0e3877cca334b02480be5c5080352ad.zip |
sys-apps/man-db: Stabilize 2.11.2 sparc, #899332
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'sys-apps/man-db')
-rw-r--r-- | sys-apps/man-db/man-db-2.11.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-apps/man-db/man-db-2.11.2.ebuild b/sys-apps/man-db/man-db-2.11.2.ebuild index 50de4ef80938..25b875219966 100644 --- a/sys-apps/man-db/man-db-2.11.2.ebuild +++ b/sys-apps/man-db/man-db-2.11.2.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 ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" + KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" fi LICENSE="GPL-3" |