diff options
author | Petr Vaněk <arkamar@atlas.cz> | 2022-06-16 15:40:56 +0200 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-06-25 06:35:16 +0100 |
commit | 75aa988e2c14e8a5406e471ec35f0fd669d24d46 (patch) | |
tree | 254557242a2c9807299d798e22c72b51942ca566 /sys-apps/s6-portable-utils | |
parent | sys-apps/s6-linux-utils: drop IUSE=static (diff) | |
download | gentoo-75aa988e2c14e8a5406e471ec35f0fd669d24d46.tar.gz gentoo-75aa988e2c14e8a5406e471ec35f0fd669d24d46.tar.bz2 gentoo-75aa988e2c14e8a5406e471ec35f0fd669d24d46.zip |
sys-apps/s6-portable-utils: drop IUSE=static
Signed-off-by: Petr Vaněk <arkamar@atlas.cz>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-apps/s6-portable-utils')
-rw-r--r-- | sys-apps/s6-portable-utils/s6-portable-utils-2.2.5.0.ebuild | 11 |
1 files changed, 4 insertions, 7 deletions
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 index ffe188743b60..34e4528aaa94 100644 --- 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 @@ -12,12 +12,9 @@ SRC_URI="https://www.skarnet.org/software/${PN}/${P}.tar.gz" LICENSE="ISC" SLOT="0" KEYWORDS="~amd64 ~arm ~x86" -IUSE="static" -RDEPEND="!static? ( >=dev-libs/skalibs-2.12.0.0:= )" -DEPEND="${RDEPEND} - static? ( >=dev-libs/skalibs-2.12.0.0[static-libs] ) -" +RDEPEND=">=dev-libs/skalibs-2.12.0.0:=" +DEPEND="${RDEPEND}" HTML_DOCS=( doc/. ) @@ -40,8 +37,8 @@ src_configure() { --with-dynlib=/usr/$(get_libdir) --with-lib=/usr/$(get_libdir)/skalibs --with-sysdeps=/usr/$(get_libdir)/skalibs - $(use_enable static allstatic) - $(use_enable static static-libc) + --disable-allstatic + --disable-static-libc ) econf "${myconf[@]}" |