perfinion 14/12/03 13:20:02 Modified: package.use.force Log: Force static-libs so stages build properly
Revision Changes Path 1.9 profiles/features/selinux/package.use.force file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/features/selinux/package.use.force?rev=1.9&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/features/selinux/package.use.force?rev=1.9&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/features/selinux/package.use.force?r1=1.8&r2=1.9 Index: package.use.force =================================================================== RCS file: /var/cvsroot/gentoo-x86/profiles/features/selinux/package.use.force,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- package.use.force 21 May 2013 19:02:54 -0000 1.8 +++ package.use.force 3 Dec 2014 13:20:02 -0000 1.9 @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/features/selinux/package.use.force,v 1.8 2013/05/21 19:02:54 swift Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/features/selinux/package.use.force,v 1.9 2014/12/03 13:20:02 perfinion Exp $ # Sven Vermeulen <[email protected]> (19 Apr 2013) # sys-apps/policycoreutils (semanage command) uses sepolgen, which requires libselinux with USE="python". @@ -14,3 +14,9 @@ # sys-apps/policycoreutils has PYTHON_USE_WITH="xml" set, so we force it # here to allow stages to build with USE=xml on python dev-lang/python xml + +# Jason Zaman <[email protected]> (03 Dec 2014) +# sys-apps/busybox has IUSE="+static", so force static-libs on its deps +# so stages can build with no interacton. +sys-libs/libselinux static-libs +dev-libs/libpcre static-libs
