diff options
author | Michał Górny <mgorny@gentoo.org> | 2014-06-18 20:54:32 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2014-06-18 20:54:32 +0000 |
commit | 4854ce41d45db028fd03a48e43eeed1c0bf0173c (patch) | |
tree | 998aa15cbcadf14834f1ea94520dcd8c9eec412c | |
parent | Update dependencies to require guaranteed EAPI=5 or multilib ebuilds, bug #51... (diff) | |
download | gentoo-2-4854ce41d45db028fd03a48e43eeed1c0bf0173c.tar.gz gentoo-2-4854ce41d45db028fd03a48e43eeed1c0bf0173c.tar.bz2 gentoo-2-4854ce41d45db028fd03a48e43eeed1c0bf0173c.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!)
-rw-r--r-- | virtual/fam/ChangeLog | 9 | ||||
-rw-r--r-- | virtual/fam/fam-0-r1.ebuild | 6 |
2 files changed, 9 insertions, 6 deletions
diff --git a/virtual/fam/ChangeLog b/virtual/fam/ChangeLog index 6a4d9f09d2f4..c167e6d6d4f3 100644 --- a/virtual/fam/ChangeLog +++ b/virtual/fam/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for virtual/fam -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/fam/ChangeLog,v 1.3 2013/08/08 12:59:28 aballier Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/virtual/fam/ChangeLog,v 1.4 2014/06/18 20:54:32 mgorny Exp $ + + 18 Jun 2014; Michał Górny <mgorny@gentoo.org> fam-0-r1.ebuild: + Update dependencies to require guaranteed EAPI=5 or multilib ebuilds, bug + #513718. *fam-0-r1 (08 Aug 2013) @@ -14,4 +18,3 @@ 06 Jan 2011; Samuli Suominen <ssuominen@gentoo.org> +fam-0.ebuild: Moving old-style virtual to new-style. - diff --git a/virtual/fam/fam-0-r1.ebuild b/virtual/fam/fam-0-r1.ebuild index 0d78ab2ec2c6..b0674ea787f6 100644 --- a/virtual/fam/fam-0-r1.ebuild +++ b/virtual/fam/fam-0-r1.ebuild @@ -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/virtual/fam/fam-0-r1.ebuild,v 1.1 2013/08/08 12:59:28 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/fam/fam-0-r1.ebuild,v 1.2 2014/06/18 20:54:32 mgorny Exp $ EAPI=5 @@ -15,4 +15,4 @@ SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="" -RDEPEND="|| ( app-admin/gamin[${MULTILIB_USEDEP}] app-admin/fam[${MULTILIB_USEDEP}] )" +RDEPEND="|| ( >=app-admin/gamin-0.1.10-r1[${MULTILIB_USEDEP}] >=app-admin/fam-2.7.0-r6[${MULTILIB_USEDEP}] )" |