commit: 89eb5d67e710ddfbdaf523a75f64d0cc2fbc9d46
Author: Mike Frysinger <vapier <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 3 14:56:10 2015 +0000
Commit: Mike Frysinger <vapier <AT> gentoo <DOT> org>
CommitDate: Tue Nov 3 15:08:07 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89eb5d67
sys-apps/xinetd: add subslot on libtirpc dep
sys-apps/xinetd/xinetd-2.3.15-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sys-apps/xinetd/xinetd-2.3.15-r1.ebuild
b/sys-apps/xinetd/xinetd-2.3.15-r1.ebuild
index cb82dc3..39c51be 100644
--- a/sys-apps/xinetd/xinetd-2.3.15-r1.ebuild
+++ b/sys-apps/xinetd/xinetd-2.3.15-r1.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI="4"
+EAPI="5"
inherit eutils flag-o-matic systemd toolchain-funcs
@@ -16,7 +16,7 @@ KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc
ppc64 s390 sh sparc x86
IUSE="perl rpc tcpd"
DEPEND="tcpd? ( >=sys-apps/tcp-wrappers-7.6-r2 )
- rpc? ( net-libs/libtirpc )"
+ rpc? ( net-libs/libtirpc:= )"
RDEPEND="${DEPEND}
perl? ( dev-lang/perl )"
DEPEND="${DEPEND}