commit: 1d5e60b5e81a3b65f2c273a1c320a9e637c85618 Author: Luis Ressel <aranea <AT> aixah <DOT> de> AuthorDate: Sun Mar 6 22:14:03 2016 +0000 Commit: William Hubbs <williamh <AT> gentoo <DOT> org> CommitDate: Mon Mar 7 22:32:51 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d5e60b5
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 171342f..8aeee3a 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) \
