diff options
author | Sven Vermeulen <swift@gentoo.org> | 2014-06-07 19:41:42 +0000 |
---|---|---|
committer | Sven Vermeulen <swift@gentoo.org> | 2014-06-07 19:41:42 +0000 |
commit | ae6c314e8cc594d11d28d3721e29b652860ab7d3 (patch) | |
tree | c927e03e62221e2b04eef88dbf8472ed8db5776b /sys-libs/libselinux | |
parent | Adding initial policy for dropbox thanks to perfinion (diff) | |
download | gentoo-2-ae6c314e8cc594d11d28d3721e29b652860ab7d3.tar.gz gentoo-2-ae6c314e8cc594d11d28d3721e29b652860ab7d3.tar.bz2 gentoo-2-ae6c314e8cc594d11d28d3721e29b652860ab7d3.zip |
Update libpcre and libsepol deps to include MULTILIB_USEDEP
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x2EDD52403B68AF47)
Diffstat (limited to 'sys-libs/libselinux')
-rw-r--r-- | sys-libs/libselinux/ChangeLog | 5 | ||||
-rw-r--r-- | sys-libs/libselinux/libselinux-2.3.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/sys-libs/libselinux/ChangeLog b/sys-libs/libselinux/ChangeLog index 17eaf8bed684..a8c6f3c69794 100644 --- a/sys-libs/libselinux/ChangeLog +++ b/sys-libs/libselinux/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-libs/libselinux # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/libselinux/ChangeLog,v 1.122 2014/05/10 13:59:49 swift Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libselinux/ChangeLog,v 1.123 2014/06/07 19:41:42 swift Exp $ + + 07 Jun 2014; Sven Vermeulen <swift@gentoo.org> libselinux-2.3.ebuild: + Update libpcre and libsepol deps to include MULTILIB_USEDEP 10 May 2014; Sven Vermeulen <swift@gentoo.org> -files/libselinux-2.1.9-mountsys.patch, diff --git a/sys-libs/libselinux/libselinux-2.3.ebuild b/sys-libs/libselinux/libselinux-2.3.ebuild index 13f0feb27952..d2da104ca393 100644 --- a/sys-libs/libselinux/libselinux-2.3.ebuild +++ b/sys-libs/libselinux/libselinux-2.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/libselinux/libselinux-2.3.ebuild,v 1.1 2014/05/09 20:29:15 swift Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libselinux/libselinux-2.3.ebuild,v 1.2 2014/06/07 19:41:42 swift Exp $ EAPI="5" PYTHON_COMPAT=( python2_7 python3_2 python3_3 ) @@ -26,8 +26,8 @@ KEYWORDS="~amd64 ~x86" IUSE="python ruby static-libs ruby_targets_ruby19 ruby_targets_ruby20" -RDEPEND=">=sys-libs/libsepol-${SEPOL_VER} - >=dev-libs/libpcre-8.30-r2[static-libs?] +RDEPEND=">=sys-libs/libsepol-${SEPOL_VER}[${MULTILIB_USEDEP}] + >=dev-libs/libpcre-8.30-r2[static-libs?,${MULTILIB_USEDEP}] python? ( ${PYTHON_DEPS} ) ruby? ( ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) |