commit:     204e6eda05dddd22a601d9b83348598ce7bfc7dc
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 18 21:06:09 2021 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Fri Jun 18 21:06:09 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=204e6eda

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 <AT> gentoo.org>
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 media-sound/snd/{snd-17.4-r1.ebuild => snd-17.4-r2.ebuild} | 4 ++--
 1 file 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
similarity index 97%
rename from media-sound/snd/snd-17.4-r1.ebuild
rename to media-sound/snd/snd-17.4-r2.ebuild
index 90c2fce54b9..acf4ba3b8c9 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}"
 

Reply via email to