diff options
author | Sam James <sam@gentoo.org> | 2021-06-18 23:05:54 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2021-06-18 23:05:54 +0200 |
commit | 01b9bcf67c6b2fa299494d188e93d3fbd8944ed4 (patch) | |
tree | 6850cf143aea4f513cb16716695f4a44c810edae /net-ftp | |
parent | net-analyzer/arpwatch: use correct (:=) slot operator for ncurses (diff) | |
download | gentoo-01b9bcf67c6b2fa299494d188e93d3fbd8944ed4.tar.gz gentoo-01b9bcf67c6b2fa299494d188e93d3fbd8944ed4.tar.bz2 gentoo-01b9bcf67c6b2fa299494d188e93d3fbd8944ed4.zip |
net-ftp/ncftp: 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/ncftp/ncftp-3.2.6-r3.ebuild (renamed from net-ftp/ncftp/ncftp-3.2.6-r2.ebuild) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-ftp/ncftp/ncftp-3.2.6-r2.ebuild b/net-ftp/ncftp/ncftp-3.2.6-r3.ebuild index 2185c86ad4a9..de6863dacda0 100644 --- a/net-ftp/ncftp/ncftp-3.2.6-r2.ebuild +++ b/net-ftp/ncftp/ncftp-3.2.6-r3.ebuild @@ -16,7 +16,7 @@ KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 ~amd64-li IUSE="pch" DEPEND=" - sys-libs/ncurses:* + sys-libs/ncurses:= " RDEPEND=" ${DEPEND} |