diff options
author | Sam James <sam@gentoo.org> | 2021-05-13 17:53:25 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-05-13 17:53:25 +0000 |
commit | bfe11f290b81523e5d137153bd697c651def7da3 (patch) | |
tree | 880f302d0c5a3a771c918b7bcb821d7e85ff3d54 /sys-apps | |
parent | sys-apps/kbd: Stabilize 2.4.0 ppc, #789846 (diff) | |
download | gentoo-bfe11f290b81523e5d137153bd697c651def7da3.tar.gz gentoo-bfe11f290b81523e5d137153bd697c651def7da3.tar.bz2 gentoo-bfe11f290b81523e5d137153bd697c651def7da3.zip |
sys-apps/man-db: Stabilize 2.9.4 ppc, #789849
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/man-db/man-db-2.9.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-apps/man-db/man-db-2.9.4.ebuild b/sys-apps/man-db/man-db-2.9.4.ebuild index 0b2cf6ae3bb0..d20a4049c982 100644 --- a/sys-apps/man-db/man-db-2.9.4.ebuild +++ b/sys-apps/man-db/man-db-2.9.4.ebuild @@ -12,7 +12,7 @@ if [[ "${PV}" = 9999* ]] ; then EGIT_REPO_URI="https://git.savannah.gnu.org/git/man-db.git" else 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" + KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux" fi LICENSE="GPL-3" |