Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/fam/
Date: Sun, 26 Aug 2018 11:01:20
Message-Id: 1535281265.57ae8758c869916102fe44018ef95d5d8dd20ec8.mgorny@gentoo
1 commit: 57ae8758c869916102fe44018ef95d5d8dd20ec8
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 26 10:26:20 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 26 11:01:05 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57ae8758
7
8 app-admin/fam: Remove support for non-existent deps
9
10 app-admin/fam/fam-2.7.0-r7.ebuild | 4 ++--
11 1 file changed, 2 insertions(+), 2 deletions(-)
12
13 diff --git a/app-admin/fam/fam-2.7.0-r7.ebuild b/app-admin/fam/fam-2.7.0-r7.ebuild
14 index 9aea258bf7a..038355dc1ff 100644
15 --- a/app-admin/fam/fam-2.7.0-r7.ebuild
16 +++ b/app-admin/fam/fam-2.7.0-r7.ebuild
17 @@ -1,4 +1,4 @@
18 -# Copyright 1999-2014 Gentoo Foundation
19 +# Copyright 1999-2018 Gentoo Foundation
20 # Distributed under the terms of the GNU General Public License v2
21
22 EAPI=5
23 @@ -15,7 +15,7 @@ SLOT="0"
24 KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86"
25 IUSE="static-libs"
26
27 -DEPEND="|| ( net-nds/rpcbind >=net-nds/portmap-5b-r6 )
28 +DEPEND="net-nds/rpcbind
29 !app-admin/gamin"
30 RDEPEND="${DEPEND}"