commit:     3c92803d6d76a05e59ae5a8b7446a1a0ff50826b
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 16 02:38:29 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Aug 16 02:38:29 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c92803d

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 <AT> gentoo.org>

 dev-libs/yaz/yaz-5.31.0.ebuild | 5 ++---
 1 file 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 9d982537fb8..bb0efeb6718 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)

Reply via email to