summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2014-06-18 20:50:32 +0000
committerMichał Górny <mgorny@gentoo.org>2014-06-18 20:50:32 +0000
commit1ecd96ec02e83db1aaea77cd4e2ec8192847ee0a (patch)
tree6da61abf043b4687e3f7743b935dc31d54c1450a /sys-libs
parentUpdate dependencies to require guaranteed EAPI=5 or multilib ebuilds, bug #51... (diff)
downloadgentoo-2-1ecd96ec02e83db1aaea77cd4e2ec8192847ee0a.tar.gz
gentoo-2-1ecd96ec02e83db1aaea77cd4e2ec8192847ee0a.tar.bz2
gentoo-2-1ecd96ec02e83db1aaea77cd4e2ec8192847ee0a.zip
Update dependencies to require guaranteed EAPI=5 or multilib ebuilds, bug #513718.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'sys-libs')
-rw-r--r--sys-libs/libselinux/ChangeLog6
-rw-r--r--sys-libs/libselinux/libselinux-2.3.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/sys-libs/libselinux/ChangeLog b/sys-libs/libselinux/ChangeLog
index a8c6f3c69794..2ac4b2b1670d 100644
--- a/sys-libs/libselinux/ChangeLog
+++ b/sys-libs/libselinux/ChangeLog
@@ -1,6 +1,10 @@
# 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.123 2014/06/07 19:41:42 swift Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/libselinux/ChangeLog,v 1.124 2014/06/18 20:50:32 mgorny Exp $
+
+ 18 Jun 2014; Michał Górny <mgorny@gentoo.org> libselinux-2.3.ebuild:
+ Update dependencies to require guaranteed EAPI=5 or multilib ebuilds, bug
+ #513718.
07 Jun 2014; Sven Vermeulen <swift@gentoo.org> libselinux-2.3.ebuild:
Update libpcre and libsepol deps to include MULTILIB_USEDEP
diff --git a/sys-libs/libselinux/libselinux-2.3.ebuild b/sys-libs/libselinux/libselinux-2.3.ebuild
index d2da104ca393..8f7640048326 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.2 2014/06/07 19:41:42 swift Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/libselinux/libselinux-2.3.ebuild,v 1.3 2014/06/18 20:50:32 mgorny Exp $
EAPI="5"
PYTHON_COMPAT=( python2_7 python3_2 python3_3 )
@@ -27,7 +27,7 @@ KEYWORDS="~amd64 ~x86"
IUSE="python ruby static-libs ruby_targets_ruby19 ruby_targets_ruby20"
RDEPEND=">=sys-libs/libsepol-${SEPOL_VER}[${MULTILIB_USEDEP}]
- >=dev-libs/libpcre-8.30-r2[static-libs?,${MULTILIB_USEDEP}]
+ >=dev-libs/libpcre-8.33-r1[static-libs?,${MULTILIB_USEDEP}]
python? ( ${PYTHON_DEPS} )
ruby? (
ruby_targets_ruby19? ( dev-lang/ruby:1.9 )