diff options
author | Marc Schiffbauer <mschiff@gentoo.org> | 2015-09-19 00:23:17 +0200 |
---|---|---|
committer | Marc Schiffbauer <mschiff@gentoo.org> | 2015-09-19 00:23:17 +0200 |
commit | 4cd1d0c8dc15eda10675434b902f0876a3bfd964 (patch) | |
tree | 155818ad96659aec26fe033b97e2b0998df9a2ed /net-misc/telnet-bsd | |
parent | net-misc/telnet-bsd: fix header (diff) | |
download | gentoo-4cd1d0c8dc15eda10675434b902f0876a3bfd964.tar.gz gentoo-4cd1d0c8dc15eda10675434b902f0876a3bfd964.tar.bz2 gentoo-4cd1d0c8dc15eda10675434b902f0876a3bfd964.zip |
net-misc/telnet-bsd: add slot operator to sys-libs/ncurses RDEPEND
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'net-misc/telnet-bsd')
-rw-r--r-- | net-misc/telnet-bsd/telnet-bsd-1.2-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-misc/telnet-bsd/telnet-bsd-1.2-r1.ebuild b/net-misc/telnet-bsd/telnet-bsd-1.2-r1.ebuild index 2835c728daa4..7d8e306fb3f3 100644 --- a/net-misc/telnet-bsd/telnet-bsd-1.2-r1.ebuild +++ b/net-misc/telnet-bsd/telnet-bsd-1.2-r1.ebuild @@ -14,7 +14,7 @@ SLOT="0" KEYWORDS="alpha amd64 arm hppa ia64 m68k ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos" IUSE="nls xinetd" -RDEPEND="sys-libs/ncurses" +RDEPEND="sys-libs/ncurses:=" DEPEND="${RDEPEND} !net-misc/netkit-telnetd xinetd? ( sys-apps/xinetd ) |