diff options
author | Sam James <sam@gentoo.org> | 2020-12-27 04:07:48 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-12-27 04:07:48 +0000 |
commit | 23e52be83b79c42e0029a7b2f7b8ec3179e71f12 (patch) | |
tree | 28ccd7dc84d1c2a04e76fa8b7d6296c62411f22f /sys-apps/man-db | |
parent | net-fs/autofs: Stabilize 5.1.6-r1 arm, #761799 (diff) | |
download | gentoo-23e52be83b79c42e0029a7b2f7b8ec3179e71f12.tar.gz gentoo-23e52be83b79c42e0029a7b2f7b8ec3179e71f12.tar.bz2 gentoo-23e52be83b79c42e0029a7b2f7b8ec3179e71f12.zip |
sys-apps/man-db: Stabilize 2.9.3-r1 arm, #761436
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.9.3-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-apps/man-db/man-db-2.9.3-r1.ebuild b/sys-apps/man-db/man-db-2.9.3-r1.ebuild index e12e503a46c1..f2531788eee4 100644 --- a/sys-apps/man-db/man-db-2.9.3-r1.ebuild +++ b/sys-apps/man-db/man-db-2.9.3-r1.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" |