diff options
author | Mike Frysinger <vapier@gentoo.org> | 2015-11-03 09:56:10 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2015-11-03 10:08:07 -0500 |
commit | 89eb5d67e710ddfbdaf523a75f64d0cc2fbc9d46 (patch) | |
tree | 547b7fcdcc9adab80411eb6ab3553a379123cea9 /sys-apps | |
parent | net-nds/rpcbind: add upstream fix for CVE-2015-7236 #560990 (diff) | |
download | gentoo-89eb5d67e710ddfbdaf523a75f64d0cc2fbc9d46.tar.gz gentoo-89eb5d67e710ddfbdaf523a75f64d0cc2fbc9d46.tar.bz2 gentoo-89eb5d67e710ddfbdaf523a75f64d0cc2fbc9d46.zip |
sys-apps/xinetd: add subslot on libtirpc dep
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/xinetd/xinetd-2.3.15-r1.ebuild | 4 |
1 files 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 cb82dc35bb64..39c51be6fdef 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} |