diff options
author | Sam James <sam@gentoo.org> | 2024-02-17 14:47:25 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-02-17 14:47:25 +0000 |
commit | 688f8dea23efeeca7b0a7077a777e80738d3500d (patch) | |
tree | 2b3ae24dc1e0700c1a77c4dcf4be4dc5b86eadec /dev-libs/yaz | |
parent | app-office/scribus: Stabilize 1.6.1-r1 ppc64, #924481 (diff) | |
download | gentoo-688f8dea23efeeca7b0a7077a777e80738d3500d.tar.gz gentoo-688f8dea23efeeca7b0a7077a777e80738d3500d.tar.bz2 gentoo-688f8dea23efeeca7b0a7077a777e80738d3500d.zip |
dev-libs/yaz: Stabilize 5.34.0 ppc64, #924563
Signed-off-by: Sam James <sam@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 2494321c1895..1e2b41c93c32 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" |