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 /virtual/fam/fam-0-r1.ebuild | |
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!)
Diffstat (limited to 'virtual/fam/fam-0-r1.ebuild')
-rw-r--r-- | virtual/fam/fam-0-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
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}] )" |