Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/s6-portable-utils/
Date: Sat, 25 Jun 2022 05:36:36
Message-Id: 1656135316.75aa988e2c14e8a5406e471ec35f0fd669d24d46.sam@gentoo
1 commit: 75aa988e2c14e8a5406e471ec35f0fd669d24d46
2 Author: Petr Vaněk <arkamar <AT> atlas <DOT> cz>
3 AuthorDate: Thu Jun 16 13:40:56 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Jun 25 05:35:16 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75aa988e
7
8 sys-apps/s6-portable-utils: drop IUSE=static
9
10 Signed-off-by: Petr Vaněk <arkamar <AT> atlas.cz>
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 sys-apps/s6-portable-utils/s6-portable-utils-2.2.5.0.ebuild | 11 ++++-------
14 1 file changed, 4 insertions(+), 7 deletions(-)
15
16 diff --git a/sys-apps/s6-portable-utils/s6-portable-utils-2.2.5.0.ebuild b/sys-apps/s6-portable-utils/s6-portable-utils-2.2.5.0.ebuild
17 index ffe188743b60..34e4528aaa94 100644
18 --- a/sys-apps/s6-portable-utils/s6-portable-utils-2.2.5.0.ebuild
19 +++ b/sys-apps/s6-portable-utils/s6-portable-utils-2.2.5.0.ebuild
20 @@ -12,12 +12,9 @@ SRC_URI="https://www.skarnet.org/software/${PN}/${P}.tar.gz"
21 LICENSE="ISC"
22 SLOT="0"
23 KEYWORDS="~amd64 ~arm ~x86"
24 -IUSE="static"
25
26 -RDEPEND="!static? ( >=dev-libs/skalibs-2.12.0.0:= )"
27 -DEPEND="${RDEPEND}
28 - static? ( >=dev-libs/skalibs-2.12.0.0[static-libs] )
29 -"
30 +RDEPEND=">=dev-libs/skalibs-2.12.0.0:="
31 +DEPEND="${RDEPEND}"
32
33 HTML_DOCS=( doc/. )
34
35 @@ -40,8 +37,8 @@ src_configure() {
36 --with-dynlib=/usr/$(get_libdir)
37 --with-lib=/usr/$(get_libdir)/skalibs
38 --with-sysdeps=/usr/$(get_libdir)/skalibs
39 - $(use_enable static allstatic)
40 - $(use_enable static static-libc)
41 + --disable-allstatic
42 + --disable-static-libc
43 )
44
45 econf "${myconf[@]}"