diff options
author | Amy Liffey <amynka@gentoo.org> | 2017-08-01 15:58:43 +0200 |
---|---|---|
committer | Amy Liffey <amynka@gentoo.org> | 2017-08-01 15:58:43 +0200 |
commit | 34ecb0996fd71bcfa4a2045fcae3b04d7aeca832 (patch) | |
tree | b266509e2275cb599f6ed5c437dac4910d570402 /net-misc/ytalk | |
parent | net-misc/ytalk: remove inactive proxy-maintainer (diff) | |
download | gentoo-34ecb0996fd71bcfa4a2045fcae3b04d7aeca832.tar.gz gentoo-34ecb0996fd71bcfa4a2045fcae3b04d7aeca832.tar.bz2 gentoo-34ecb0996fd71bcfa4a2045fcae3b04d7aeca832.zip |
net-misc/ytalk: fix slot
Package-Manager: Portage-2.3.6, Repoman-2.3.1
Diffstat (limited to 'net-misc/ytalk')
-rw-r--r-- | net-misc/ytalk/ytalk-3.3.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/ytalk/ytalk-3.3.0.ebuild b/net-misc/ytalk/ytalk-3.3.0.ebuild index 6450ab761bea..f03dde55d34b 100644 --- a/net-misc/ytalk/ytalk-3.3.0.ebuild +++ b/net-misc/ytalk/ytalk-3.3.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -12,7 +12,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="alpha amd64 ~hppa ~ia64 ppc ~ppc64 sparc x86" -RDEPEND=">=sys-libs/ncurses-5.2" +RDEPEND=">=sys-libs/ncurses-5.2:0=" DEPEND=" ${RDEPEND} virtual/pkgconfig |