From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2DA0E158F57 for ; Mon, 16 Aug 2021 20:48:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C4005E082B; Mon, 16 Aug 2021 02:43:11 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4E17BE082B for ; Mon, 16 Aug 2021 02:43:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 77EAB3459B9 for ; Mon, 16 Aug 2021 02:43:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B2FBE8B2 for ; Mon, 16 Aug 2021 02:43:07 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1629081509.3c92803d6d76a05e59ae5a8b7446a1a0ff50826b.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/yaz/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/yaz/yaz-5.31.0.ebuild X-VCS-Directories: dev-libs/yaz/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 3c92803d6d76a05e59ae5a8b7446a1a0ff50826b X-VCS-Branch: master Date: Mon, 16 Aug 2021 02:43:07 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 9308c25d-ff5c-4b91-be46-d234f1bf1757 X-Archives-Hash: cad622fb357284b558741009a3d013d4 commit: 3c92803d6d76a05e59ae5a8b7446a1a0ff50826b Author: Sam James gentoo org> AuthorDate: Mon Aug 16 02:38:29 2021 +0000 Commit: Sam James gentoo 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 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)