Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/snd/
Date: Fri, 18 Jun 2021 21:07:41
Message-Id: 1624050369.204e6eda05dddd22a601d9b83348598ce7bfc7dc.soap@gentoo
1 commit: 204e6eda05dddd22a601d9b83348598ce7bfc7dc
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jun 18 21:06:09 2021 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Fri Jun 18 21:06:09 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=204e6eda
7
8 media-sound/snd: use correct (:=) slot operator for readline
9
10 We need to be rebuilt when readline's subslot (representing
11 its ABI here) is changed, not just note that we're fine
12 with any (sub)slot which is what :* does.
13
14 Package-Manager: Portage-3.0.18-prefix, Repoman-3.0.3
15 Signed-off-by: Sam James <sam <AT> gentoo.org>
16 Signed-off-by: David Seifert <soap <AT> gentoo.org>
17
18 media-sound/snd/{snd-17.4-r1.ebuild => snd-17.4-r2.ebuild} | 4 ++--
19 1 file changed, 2 insertions(+), 2 deletions(-)
20
21 diff --git a/media-sound/snd/snd-17.4-r1.ebuild b/media-sound/snd/snd-17.4-r2.ebuild
22 similarity index 97%
23 rename from media-sound/snd/snd-17.4-r1.ebuild
24 rename to media-sound/snd/snd-17.4-r2.ebuild
25 index 90c2fce54b9..acf4ba3b8c9 100644
26 --- a/media-sound/snd/snd-17.4-r1.ebuild
27 +++ b/media-sound/snd/snd-17.4-r2.ebuild
28 @@ -1,4 +1,4 @@
29 -# Copyright 1999-2020 Gentoo Authors
30 +# Copyright 1999-2021 Gentoo Authors
31 # Distributed under the terms of the GNU General Public License v2
32
33 EAPI=6
34 @@ -35,7 +35,7 @@ RDEPEND="
35 opengl? ( virtual/opengl )
36 portaudio? ( media-libs/portaudio )
37 pulseaudio? ( media-sound/pulseaudio )
38 - readline? ( sys-libs/readline:* )
39 + readline? ( sys-libs/readline:= )
40 ruby? ( dev-lang/ruby:* )"
41 DEPEND="${RDEPEND}"