public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Arthur Zamarin" <arthurzam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/cmus/
Date: Tue, 19 Sep 2023 17:48:43 +0000 (UTC)	[thread overview]
Message-ID: <1695145694.38e755d166c63eab9c4e7f68739d660123db0341.arthurzam@gentoo> (raw)

commit:     38e755d166c63eab9c4e7f68739d660123db0341
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 15 09:44:20 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Tue Sep 19 17:48:14 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38e755d1

media-sound/cmus: fix VariableShadowed

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 media-sound/cmus/cmus-2.10.0-r1.ebuild | 11 +++++------
 media-sound/cmus/cmus-9999.ebuild      | 10 +++++-----
 2 files changed, 10 insertions(+), 11 deletions(-)

diff --git a/media-sound/cmus/cmus-2.10.0-r1.ebuild b/media-sound/cmus/cmus-2.10.0-r1.ebuild
index db9395714548..3679ab233896 100644
--- a/media-sound/cmus/cmus-2.10.0-r1.ebuild
+++ b/media-sound/cmus/cmus-2.10.0-r1.ebuild
@@ -21,8 +21,11 @@ SLOT="0"
 IUSE="aac alsa ao cddb cdio debug discid elogind examples ffmpeg +flac jack libsamplerate
 	+mad mikmod modplug mp4 musepack opus oss pidgin pulseaudio sndio systemd tremor +unicode
 	+vorbis wavpack"
-
-REQUIRED_USE="?? ( elogind systemd )"
+# Both CONFIG_TREMOR=y and CONFIG_VORBIS=y are required to link to tremor libs instead of vorbis libs
+REQUIRED_USE="
+	?? ( elogind systemd )
+	tremor? ( vorbis )
+	mp4? ( aac )" # enabling mp4 adds -lfaad
 
 BDEPEND="
 	virtual/pkgconfig
@@ -60,10 +63,6 @@ RDEPEND="${DEPEND}
 	)
 "
 
-# Both CONFIG_TREMOR=y and CONFIG_VORBIS=y are required to link to tremor libs instead of vorbis libs
-REQUIRED_USE="tremor? ( vorbis )
-	mp4? ( aac )" # enabling mp4 adds -lfaad
-
 DOCS=( AUTHORS README.md )
 
 S="${WORKDIR}/${P/_/-}"

diff --git a/media-sound/cmus/cmus-9999.ebuild b/media-sound/cmus/cmus-9999.ebuild
index fc4d20a5eac3..0bd63fdecd83 100644
--- a/media-sound/cmus/cmus-9999.ebuild
+++ b/media-sound/cmus/cmus-9999.ebuild
@@ -22,7 +22,11 @@ IUSE="aac alsa ao cddb cdio debug discid elogind examples ffmpeg +flac jack libs
 	+mad mikmod modplug mp4 musepack opus oss pidgin pulseaudio sndio systemd tremor +unicode
 	+vorbis wavpack"
 
-REQUIRED_USE="?? ( elogind systemd )"
+# Both CONFIG_TREMOR=y and CONFIG_VORBIS=y are required to link to tremor libs instead of vorbis libs
+REQUIRED_USE="
+	?? ( elogind systemd )
+	tremor? ( vorbis )
+	mp4? ( aac )" # enabling mp4 adds -lfaad
 
 BDEPEND="
 	virtual/pkgconfig
@@ -60,10 +64,6 @@ RDEPEND="${DEPEND}
 	)
 "
 
-# Both CONFIG_TREMOR=y and CONFIG_VORBIS=y are required to link to tremor libs instead of vorbis libs
-REQUIRED_USE="tremor? ( vorbis )
-	mp4? ( aac )" # enabling mp4 adds -lfaad
-
 DOCS=( AUTHORS README.md )
 
 S="${WORKDIR}/${P/_/-}"


             reply	other threads:[~2023-09-19 17:48 UTC|newest]

Thread overview: 45+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-09-19 17:48 Arthur Zamarin [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-06-21  7:52 [gentoo-commits] repo/gentoo:master commit in: media-sound/cmus/ Miroslav Šulc
2024-06-20 20:28 Arthur Zamarin
2024-06-17 12:57 Arthur Zamarin
2024-06-17 11:26 Arthur Zamarin
2024-06-17 11:26 Arthur Zamarin
2024-06-17 10:19 Jakov Smolić
2024-05-17 11:34 Miroslav Šulc
2024-05-17 11:34 Miroslav Šulc
2023-07-26  2:53 Sam James
2023-05-29 13:11 Andreas Sturmlechner
2022-09-10  8:41 Sam James
2022-08-13  4:10 Miroslav Šulc
2022-08-12 11:55 Agostino Sarubbo
2022-08-08 12:34 Agostino Sarubbo
2022-08-06 15:51 Arthur Zamarin
2022-08-06 15:51 Arthur Zamarin
2022-08-06  6:12 Arthur Zamarin
2022-07-06  3:45 Miroslav Šulc
2021-09-15  2:34 Sam James
2021-09-04 10:17 Yixun Lan
2021-04-29  0:22 Sam James
2021-04-26 19:11 Sam James
2021-04-22 23:03 Sam James
2021-04-22 20:15 Sam James
2021-04-22 12:18 Sam James
2021-03-20  8:18 Miroslav Šulc
2020-07-23  5:15 Kent Fredric
2020-04-04 11:35 Sergei Trofimovich
2020-02-09 20:11 Andreas Sturmlechner
2019-06-22 16:08 Andreas Sturmlechner
2019-06-22 16:02 Sergei Trofimovich
2019-05-20 11:00 Mikle Kolyada
2019-04-27 16:25 Sergei Trofimovich
2019-03-20 12:29 Andreas Sturmlechner
2019-03-20 12:29 Andreas Sturmlechner
2018-12-22 22:00 Tim Harder
2017-08-31 13:12 Tim Harder
2017-01-20 16:21 David Seifert
2016-12-07 10:54 Alexis Ballier
2016-07-21 15:30 Michael Palimaka
2016-07-20  8:15 Sergey Popov
2016-05-28  9:32 Pacho Ramos
2016-05-13  8:41 Agostino Sarubbo
2015-10-04 10:35 Jeroen Roovers

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1695145694.38e755d166c63eab9c4e7f68739d660123db0341.arthurzam@gentoo \
    --to=arthurzam@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox