summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-06-18 23:06:09 +0200
committerDavid Seifert <soap@gentoo.org>2021-06-18 23:06:09 +0200
commit204e6eda05dddd22a601d9b83348598ce7bfc7dc (patch)
treeff56bad95cd90f975f9c604e645f41e4e5aac227 /media-sound/snd
parentdev-util/ddd: use correct (:=) slot operator for readline (diff)
downloadgentoo-204e6eda05dddd22a601d9b83348598ce7bfc7dc.tar.gz
gentoo-204e6eda05dddd22a601d9b83348598ce7bfc7dc.tar.bz2
gentoo-204e6eda05dddd22a601d9b83348598ce7bfc7dc.zip
media-sound/snd: 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 'media-sound/snd')
-rw-r--r--media-sound/snd/snd-17.4-r2.ebuild (renamed from media-sound/snd/snd-17.4-r1.ebuild)4
1 files changed, 2 insertions, 2 deletions
diff --git a/media-sound/snd/snd-17.4-r1.ebuild b/media-sound/snd/snd-17.4-r2.ebuild
index 90c2fce54b92..acf4ba3b8c91 100644
--- a/media-sound/snd/snd-17.4-r1.ebuild
+++ b/media-sound/snd/snd-17.4-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -35,7 +35,7 @@ RDEPEND="
opengl? ( virtual/opengl )
portaudio? ( media-libs/portaudio )
pulseaudio? ( media-sound/pulseaudio )
- readline? ( sys-libs/readline:* )
+ readline? ( sys-libs/readline:= )
ruby? ( dev-lang/ruby:* )"
DEPEND="${RDEPEND}"