diff options
author | Sam James <sam@gentoo.org> | 2021-08-16 03:38:29 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-08-16 03:38:29 +0100 |
commit | 3c92803d6d76a05e59ae5a8b7446a1a0ff50826b (patch) | |
tree | 346dc8513d41823894d92599a22782c5001fb6c1 /dev-libs/yaz | |
parent | app-text/lesspipe: drop 1.86, 1.87 (diff) | |
download | gentoo-3c92803d6d76a05e59ae5a8b7446a1a0ff50826b.tar.gz gentoo-3c92803d6d76a05e59ae5a8b7446a1a0ff50826b.tar.bz2 gentoo-3c92803d6d76a05e59ae5a8b7446a1a0ff50826b.zip |
dev-libs/yaz: add subslot; simplify ebuild
- Add subslot (SONAME: 3 -> 5 from 3.x -> 5.x)
- Drop --disable-static (default in EAPI 8)
- Drop AT_M4DIR argument (fixed upstream, it seems; noticed double
argument during eautoreconf).
Closes: https://bugs.gentoo.org/808429
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs/yaz')
-rw-r--r-- | dev-libs/yaz/yaz-5.31.0.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/dev-libs/yaz/yaz-5.31.0.ebuild b/dev-libs/yaz/yaz-5.31.0.ebuild index 9d982537fb8a..bb0efeb67186 100644 --- a/dev-libs/yaz/yaz-5.31.0.ebuild +++ b/dev-libs/yaz/yaz-5.31.0.ebuild @@ -10,7 +10,7 @@ HOMEPAGE="http://www.indexdata.dk/yaz" SRC_URI="http://ftp.indexdata.dk/pub/${PN}/${P}.tar.gz" LICENSE="BSD GPL-2" -SLOT="0" +SLOT="0/5" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86" IUSE="gnutls tcpd ziffy" @@ -36,12 +36,11 @@ BDEPEND=" src_prepare() { default - AT_M4DIR="m4" eautoreconf + eautoreconf } src_configure() { econf \ - --disable-static \ --enable-shared \ $(use_with gnutls) \ $(use_enable tcpd tcpd /usr) |