diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-08-26 12:26:20 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-08-26 13:01:05 +0200 |
commit | 57ae8758c869916102fe44018ef95d5d8dd20ec8 (patch) | |
tree | 4c6d053227e9b56f70c7fb7fc131ba0fa358580c | |
parent | 2e69319f20591bdcb0106bf57a1f3dd4e451a2f3 (diff) | |
download | gentoo-57ae8758c869916102fe44018ef95d5d8dd20ec8.tar.gz gentoo-57ae8758c869916102fe44018ef95d5d8dd20ec8.tar.xz |
app-admin/fam: Remove support for non-existent deps
-rw-r--r-- | app-admin/fam/fam-2.7.0-r7.ebuild | 4 |
1 files 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}" |