commit: 57ae8758c869916102fe44018ef95d5d8dd20ec8
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 26 10:26:20 2018 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Aug 26 11:01:05 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57ae8758
app-admin/fam: Remove support for non-existent deps
app-admin/fam/fam-2.7.0-r7.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-admin/fam/fam-2.7.0-r7.ebuild
b/app-admin/fam/fam-2.7.0-r7.ebuild
index 9aea258bf7a..038355dc1ff 100644
--- a/app-admin/fam/fam-2.7.0-r7.ebuild
+++ b/app-admin/fam/fam-2.7.0-r7.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -15,7 +15,7 @@ SLOT="0"
KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86"
IUSE="static-libs"
-DEPEND="|| ( net-nds/rpcbind >=net-nds/portmap-5b-r6 )
+DEPEND="net-nds/rpcbind
!app-admin/gamin"
RDEPEND="${DEPEND}"