diff options
author | Sam James <sam@gentoo.org> | 2022-12-18 11:33:55 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-12-18 11:33:55 +0000 |
commit | 3c06a56118ea73b9c7027c4691fa310ffaa167c9 (patch) | |
tree | 8755356561f70d0859799112211e2b9ab4cb8d41 /dev-libs | |
parent | dev-libs/uulib: Stabilize 0.5.20-r3 arm, #886711 (diff) | |
download | gentoo-3c06a56118ea73b9c7027c4691fa310ffaa167c9.tar.gz gentoo-3c06a56118ea73b9c7027c4691fa310ffaa167c9.tar.bz2 gentoo-3c06a56118ea73b9c7027c4691fa310ffaa167c9.zip |
dev-libs/yaz: Stabilize 5.32.0 arm, #886713
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/yaz/yaz-5.32.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/yaz/yaz-5.32.0.ebuild b/dev-libs/yaz/yaz-5.32.0.ebuild index 66ff04982d4b..791505d4e7a4 100644 --- a/dev-libs/yaz/yaz-5.32.0.ebuild +++ b/dev-libs/yaz/yaz-5.32.0.ebuild @@ -13,7 +13,7 @@ if [[ ${PV} == *9999 ]]; then EGIT_REPO_URI="https://github.com/indexdata/yaz.git" else SRC_URI="https://ftp.indexdata.com/pub/${PN}/${P}.tar.gz" - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86" + KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86" fi LICENSE="BSD GPL-2" |