diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2022-04-17 21:53:34 +0200 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2022-04-17 21:53:34 +0200 |
commit | ff01bf020bb5f57994692a933cf848abd3191772 (patch) | |
tree | 2536302e0a98b33cc40cd63d3e3553ba75f5984b /sys-apps/man-db | |
parent | www-client/pybugz: works with py3.10 (diff) | |
download | gentoo-ff01bf020bb5f57994692a933cf848abd3191772.tar.gz gentoo-ff01bf020bb5f57994692a933cf848abd3191772.tar.bz2 gentoo-ff01bf020bb5f57994692a933cf848abd3191772.zip |
sys-apps/man-db: Stabilize 2.10.2-r1 x86, #839021
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'sys-apps/man-db')
-rw-r--r-- | sys-apps/man-db/man-db-2.10.2-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-apps/man-db/man-db-2.10.2-r1.ebuild b/sys-apps/man-db/man-db-2.10.2-r1.ebuild index 2b28fe881781..f761dddaa469 100644 --- a/sys-apps/man-db/man-db-2.10.2-r1.ebuild +++ b/sys-apps/man-db/man-db-2.10.2-r1.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 ~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 ~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" |