diff options
author | Sam James <sam@gentoo.org> | 2021-06-18 23:05:51 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2021-06-18 23:05:51 +0200 |
commit | 5357b2dc174c4aa047a8dc646b0192300efe50bf (patch) | |
tree | 6616e0164b0da55423eaf16e0db8c16019e40b7a /net-analyzer | |
parent | dev-util/ddd: use correct (:=) slot operator for ncurses (diff) | |
download | gentoo-5357b2dc174c4aa047a8dc646b0192300efe50bf.tar.gz gentoo-5357b2dc174c4aa047a8dc646b0192300efe50bf.tar.bz2 gentoo-5357b2dc174c4aa047a8dc646b0192300efe50bf.zip |
net-analyzer/arpwatch: 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-analyzer')
-rw-r--r-- | net-analyzer/arpwatch/arpwatch-3.1-r3.ebuild (renamed from net-analyzer/arpwatch/arpwatch-3.1-r2.ebuild) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-analyzer/arpwatch/arpwatch-3.1-r2.ebuild b/net-analyzer/arpwatch/arpwatch-3.1-r3.ebuild index 6dde8e28cecd..708a82a43c69 100644 --- a/net-analyzer/arpwatch/arpwatch-3.1-r2.ebuild +++ b/net-analyzer/arpwatch/arpwatch-3.1-r3.ebuild @@ -21,7 +21,7 @@ IUSE="selinux" DEPEND=" net-libs/libpcap - sys-libs/ncurses:* + sys-libs/ncurses:= " RDEPEND=" ${DEPEND} |