From 1d5e60b5e81a3b65f2c273a1c320a9e637c85618 Mon Sep 17 00:00:00 2001 From: Luis Ressel Date: Sun, 6 Mar 2016 23:14:03 +0100 Subject: sys-apps/s6: Add a static-libs USE flag libs6 is used by other packages such as s6-rc, so it'd be useful to be able to control the availability of libs6.a without depending on USE=static. --- sys-apps/s6/s6-2.2.4.3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-apps/s6/s6-2.2.4.3.ebuild b/sys-apps/s6/s6-2.2.4.3.ebuild index 171342f9a170..8aeee3a383e0 100644 --- a/sys-apps/s6/s6-2.2.4.3.ebuild +++ b/sys-apps/s6/s6-2.2.4.3.ebuild @@ -13,7 +13,7 @@ SRC_URI="http://www.skarnet.org/software/${PN}/${P}.tar.gz" LICENSE="ISC" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="static" +IUSE="static static-libs" DEPEND=">=sys-devel/make-4.0 static? ( @@ -42,8 +42,8 @@ src_configure() { econf \ $(use_enable !static shared) \ + $(use_enable static-libs static) \ $(use_enable static allstatic) \ - $(use_enable static) \ --bindir=/bin \ --sbindir=/sbin \ --dynlibdir=/$(get_libdir) \ -- cgit v1.2.3-18-g5258