diff options
author | Petr Vaněk <arkamar@atlas.cz> | 2022-06-16 15:44:02 +0200 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-06-25 06:35:17 +0100 |
commit | ab67779a229abc61f9812bd2d015d2b7ed588822 (patch) | |
tree | 226397d20b89947b89669a66b3537871f2440b3b /sys-apps/s6-rc | |
parent | sys-apps/s6-linux-init: drop IUSE="static static-libs" (diff) | |
download | gentoo-ab67779a229abc61f9812bd2d015d2b7ed588822.tar.gz gentoo-ab67779a229abc61f9812bd2d015d2b7ed588822.tar.bz2 gentoo-ab67779a229abc61f9812bd2d015d2b7ed588822.zip |
sys-apps/s6-rc: 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-rc')
-rw-r--r-- | sys-apps/s6-rc/s6-rc-0.5.3.2.ebuild | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/sys-apps/s6-rc/s6-rc-0.5.3.2.ebuild b/sys-apps/s6-rc/s6-rc-0.5.3.2.ebuild index 35dea1d4a721..9304b3decb02 100644 --- a/sys-apps/s6-rc/s6-rc-0.5.3.2.ebuild +++ b/sys-apps/s6-rc/s6-rc-0.5.3.2.ebuild @@ -12,13 +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="static static-libs" -REQUIRED_USE="static? ( static-libs )" - -RDEPEND="dev-lang/execline:=[static-libs?] - dev-libs/skalibs:=[static-libs?] - sys-apps/s6:=[execline,static-libs?] +RDEPEND="dev-lang/execline:= + dev-libs/skalibs:= + sys-apps/s6:=[execline] " DEPEND="${RDEPEND}" @@ -46,9 +43,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 ) econf "${myconf[@]}" |