diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-02-14 21:47:01 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-02-14 21:47:01 +0200 |
commit | 886cb298bfebc7b0b1545b8846bb533edcca93d7 (patch) | |
tree | 9b9550b9281f720afe238702b42a4b5bef1c5e6b /dev-libs/yaz | |
parent | dev-libs/yaz: Stabilize 5.34.0 amd64, #924563 (diff) | |
download | gentoo-886cb298bfebc7b0b1545b8846bb533edcca93d7.tar.gz gentoo-886cb298bfebc7b0b1545b8846bb533edcca93d7.tar.bz2 gentoo-886cb298bfebc7b0b1545b8846bb533edcca93d7.zip |
dev-libs/yaz: Stabilize 5.34.0 x86, #924563
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-libs/yaz')
-rw-r--r-- | dev-libs/yaz/yaz-5.34.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/yaz/yaz-5.34.0.ebuild b/dev-libs/yaz/yaz-5.34.0.ebuild index 2130a4349511..2494321c1895 100644 --- a/dev-libs/yaz/yaz-5.34.0.ebuild +++ b/dev-libs/yaz/yaz-5.34.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" |