summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-06-18 23:06:06 +0200
committerDavid Seifert <soap@gentoo.org>2021-06-18 23:06:06 +0200
commitb5442baec2d21bd16a0b4c5ad3481688144911aa (patch)
treeb397e49e432e2d93b31e2b09d30c255825764291 /dev-util
parentdev-libs/foma: use correct (:=) slot operator for readline (diff)
downloadgentoo-b5442baec2d21bd16a0b4c5ad3481688144911aa.tar.gz
gentoo-b5442baec2d21bd16a0b4c5ad3481688144911aa.tar.bz2
gentoo-b5442baec2d21bd16a0b4c5ad3481688144911aa.zip
dev-util/ddd: use correct (:=) slot operator for readline
We need to be rebuilt when readline's 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 'dev-util')
-rw-r--r--dev-util/ddd/ddd-3.3.12-r5.ebuild (renamed from dev-util/ddd/ddd-3.3.12-r4.ebuild)2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/ddd/ddd-3.3.12-r4.ebuild b/dev-util/ddd/ddd-3.3.12-r5.ebuild
index 6d7d905a88f4..fe17fd18d911 100644
--- a/dev-util/ddd/ddd-3.3.12-r4.ebuild
+++ b/dev-util/ddd/ddd-3.3.12-r5.ebuild
@@ -25,7 +25,7 @@ COMMON_DEPEND="
>=x11-libs/motif-2.3:0
ppc? ( dev-libs/elfutils )
ppc64? ( dev-libs/elfutils )
- readline? ( sys-libs/readline:* )
+ readline? ( sys-libs/readline:= )
"
DEPEND="${COMMON_DEPEND}
x11-base/xorg-proto