diff options
author | Petr Vaněk <arkamar@atlas.cz> | 2022-06-16 15:50:44 +0200 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-06-25 06:35:18 +0100 |
commit | 01de0621eb30f2c1a3fc98b77cf38be90a4837f7 (patch) | |
tree | 0f2fbe3bd54aaaabf25afb05ce624ff968684822 /sys-apps/s6 | |
parent | sys-apps/s6-rc: drop IUSE="static static-libs" (diff) | |
download | gentoo-01de0621eb30f2c1a3fc98b77cf38be90a4837f7.tar.gz gentoo-01de0621eb30f2c1a3fc98b77cf38be90a4837f7.tar.bz2 gentoo-01de0621eb30f2c1a3fc98b77cf38be90a4837f7.zip |
sys-apps/s6: drop IUSE="static static-libs"
Signed-off-by: Petr Vaněk <arkamar@atlas.cz>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-apps/s6')
-rw-r--r-- | sys-apps/s6/s6-2.11.1.1.ebuild | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/sys-apps/s6/s6-2.11.1.1.ebuild b/sys-apps/s6/s6-2.11.1.1.ebuild index ba06fd3ede5b..dcdeeef35af5 100644 --- a/sys-apps/s6/s6-2.11.1.1.ebuild +++ b/sys-apps/s6/s6-2.11.1.1.ebuild @@ -12,12 +12,10 @@ SRC_URI="https://www.skarnet.org/software/${PN}/${P}.tar.gz" LICENSE="ISC" SLOT="0/$(ver_cut 1-2)" KEYWORDS="~amd64 ~arm ~x86" -IUSE="+execline static static-libs" +IUSE="+execline" -REQUIRED_USE="static? ( static-libs )" - -RDEPEND="dev-libs/skalibs:=[static-libs?] - execline? ( dev-lang/execline:=[static-libs?] ) +RDEPEND="dev-libs/skalibs:= + execline? ( dev-lang/execline:= ) " DEPEND="${RDEPEND}" @@ -44,9 +42,8 @@ src_configure() { --with-lib=/usr/$(get_libdir)/skalibs --with-sysdeps=/usr/$(get_libdir)/skalibs --enable-shared - $(use_enable static allstatic) - $(use_enable static static-libc) - $(use_enable static-libs static) + --disable-allstatic + --disable-static-libc $(use_enable execline) ) |