diff options
author | Michał Górny <mgorny@gentoo.org> | 2014-06-18 20:57:29 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2014-06-18 20:57:29 +0000 |
commit | ea5a39fcd30a76a072dd12099c5adfa9d25dfcd4 (patch) | |
tree | cf63cdbcf80479d2f2c78b4b897faa17fe19d27e /virtual | |
parent | Update dependencies to require guaranteed EAPI=5 or multilib ebuilds, bug #51... (diff) | |
download | gentoo-2-ea5a39fcd30a76a072dd12099c5adfa9d25dfcd4.tar.gz gentoo-2-ea5a39fcd30a76a072dd12099c5adfa9d25dfcd4.tar.bz2 gentoo-2-ea5a39fcd30a76a072dd12099c5adfa9d25dfcd4.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/pam/ChangeLog | 6 | ||||
-rw-r--r-- | virtual/pam/pam-0-r1.ebuild | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/virtual/pam/ChangeLog b/virtual/pam/ChangeLog index bc697b98e70c..fecc1132d078 100644 --- a/virtual/pam/ChangeLog +++ b/virtual/pam/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for virtual/pam # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/pam/ChangeLog,v 1.4 2014/05/30 14:27:34 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/pam/ChangeLog,v 1.5 2014/06/18 20:57:29 mgorny Exp $ + + 18 Jun 2014; Michał Górny <mgorny@gentoo.org> pam-0-r1.ebuild: + Update dependencies to require guaranteed EAPI=5 or multilib ebuilds, bug + #513718. *pam-0-r1 (30 May 2014) diff --git a/virtual/pam/pam-0-r1.ebuild b/virtual/pam/pam-0-r1.ebuild index e6cae43393fc..fc2d7a1e879d 100644 --- a/virtual/pam/pam-0-r1.ebuild +++ b/virtual/pam/pam-0-r1.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/pam/pam-0-r1.ebuild,v 1.1 2014/05/30 14:27:34 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/pam/pam-0-r1.ebuild,v 1.2 2014/06/18 20:57:29 mgorny Exp $ EAPI=5 @@ -18,6 +18,6 @@ IUSE="" DEPEND="" RDEPEND=" || ( - >=sys-libs/pam-0.78[${MULTILIB_USEDEP}] - sys-auth/openpam[${MULTILIB_USEDEP}] + >=sys-libs/pam-1.1.6-r2[${MULTILIB_USEDEP}] + >=sys-auth/openpam-20120526-r1[${MULTILIB_USEDEP}] )" |