summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2014-06-18 20:53:07 +0000
committerMichał Górny <mgorny@gentoo.org>2014-06-18 20:53:07 +0000
commitab26f9adf6df3181509d0b8dd21f0500aa812895 (patch)
tree333287465130b75928548e4f727955652cb54ec3 /virtual
parentUpdate dependencies to require guaranteed EAPI=5 or multilib ebuilds, bug #51... (diff)
downloadgentoo-2-ab26f9adf6df3181509d0b8dd21f0500aa812895.tar.gz
gentoo-2-ab26f9adf6df3181509d0b8dd21f0500aa812895.tar.bz2
gentoo-2-ab26f9adf6df3181509d0b8dd21f0500aa812895.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 'virtual')
-rw-r--r--virtual/acl/ChangeLog6
-rw-r--r--virtual/acl/acl-0-r2.ebuild6
2 files changed, 8 insertions, 4 deletions
diff --git a/virtual/acl/ChangeLog b/virtual/acl/ChangeLog
index 7486dcd415a7..c18e75a83445 100644
--- a/virtual/acl/ChangeLog
+++ b/virtual/acl/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for virtual/acl
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/acl/ChangeLog,v 1.8 2014/05/02 10:24:50 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/acl/ChangeLog,v 1.9 2014/06/18 20:53:07 mgorny Exp $
+
+ 18 Jun 2014; Michał Górny <mgorny@gentoo.org> acl-0-r2.ebuild:
+ Update dependencies to require guaranteed EAPI=5 or multilib ebuilds, bug
+ #513718.
*acl-0-r2 (02 May 2014)
diff --git a/virtual/acl/acl-0-r2.ebuild b/virtual/acl/acl-0-r2.ebuild
index dd4fe2a30879..aaccc1cf7146 100644
--- a/virtual/acl/acl-0-r2.ebuild
+++ b/virtual/acl/acl-0-r2.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/virtual/acl/acl-0-r2.ebuild,v 1.1 2014/05/02 10:24:50 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/acl/acl-0-r2.ebuild,v 1.2 2014/06/18 20:53:07 mgorny Exp $
EAPI="4"
@@ -16,5 +16,5 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~s
IUSE="static-libs"
DEPEND=""
-RDEPEND="kernel_linux? ( sys-apps/acl[static-libs?,${MULTILIB_USEDEP}] )
- kernel_FreeBSD? ( sys-freebsd/freebsd-lib[${MULTILIB_USEDEP}] )"
+RDEPEND="kernel_linux? ( >=sys-apps/acl-2.2.52-r1[static-libs?,${MULTILIB_USEDEP}] )
+ kernel_FreeBSD? ( >=sys-freebsd/freebsd-lib-9.1-r10[${MULTILIB_USEDEP}] )"