summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-08-16 03:38:29 +0100
committerSam James <sam@gentoo.org>2021-08-16 03:38:29 +0100
commit3c92803d6d76a05e59ae5a8b7446a1a0ff50826b (patch)
tree346dc8513d41823894d92599a22782c5001fb6c1 /dev-libs
parentapp-text/lesspipe: drop 1.86, 1.87 (diff)
downloadgentoo-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')
-rw-r--r--dev-libs/yaz/yaz-5.31.0.ebuild5
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)