summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-06-18 23:05:57 +0200
committerDavid Seifert <soap@gentoo.org>2021-06-18 23:05:57 +0200
commit8ec606650e39880f285238584b5d4e2f4647a95d (patch)
tree37de8a3cdea318d15f15ead56fab04ee010f61cc /net-ftp
parentnet-ftp/ncftp: use correct (:=) slot operator for ncurses (diff)
downloadgentoo-8ec606650e39880f285238584b5d4e2f4647a95d.tar.gz
gentoo-8ec606650e39880f285238584b5d4e2f4647a95d.tar.bz2
gentoo-8ec606650e39880f285238584b5d4e2f4647a95d.zip
net-ftp/yafc: use correct (:=) slot operator for ncurses
We need to be rebuilt when ncurses' subslot (representing its ABI here) is changed, not just note that we're fine with any (sub)slot which is what :* does. Package-Manager: Portage-3.0.18-prefix, Repoman-3.0.3 Signed-off-by: Sam James <sam@gentoo.org> Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'net-ftp')
-rw-r--r--net-ftp/yafc/yafc-1.3.7-r1.ebuild (renamed from net-ftp/yafc/yafc-1.3.7.ebuild)2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-ftp/yafc/yafc-1.3.7.ebuild b/net-ftp/yafc/yafc-1.3.7-r1.ebuild
index b5da3d97096b..7cf07d591fc7 100644
--- a/net-ftp/yafc/yafc-1.3.7.ebuild
+++ b/net-ftp/yafc/yafc-1.3.7-r1.ebuild
@@ -15,7 +15,7 @@ KEYWORDS="~amd64 ~arm ~ppc ~sparc ~x86"
IUSE="ipv6 kerberos readline socks5 ssh"
RDEPEND="
- sys-libs/ncurses:*
+ sys-libs/ncurses:=
dev-libs/libbsd
dev-libs/openssl:0=
kerberos? ( virtual/krb5 )