Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/gnac/
Date: Fri, 05 Jan 2018 22:02:35
Message-Id: 1515189641.987080b991be43c746b46a89c3d3cd81fa8beff7.ulm@gentoo
1 commit: 987080b991be43c746b46a89c3d3cd81fa8beff7
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 5 20:49:57 2018 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 5 22:00:41 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=987080b9
7
8 media-sound/gnac: Remove linguas_* from IUSE.
9
10 Package-Manager: Portage-2.3.19, Repoman-2.3.6
11
12 media-sound/gnac/gnac-0.2.4.1.ebuild | 5 ++---
13 1 file changed, 2 insertions(+), 3 deletions(-)
14
15 diff --git a/media-sound/gnac/gnac-0.2.4.1.ebuild b/media-sound/gnac/gnac-0.2.4.1.ebuild
16 index e35ac1e872a..641dcf40ff3 100644
17 --- a/media-sound/gnac/gnac-0.2.4.1.ebuild
18 +++ b/media-sound/gnac/gnac-0.2.4.1.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2016 Gentoo Foundation
21 +# Copyright 1999-2018 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=5
25 @@ -12,8 +12,7 @@ SRC_URI="mirror://sourceforge/gnac/${P}.tar.bz2"
26 LICENSE="GPL-3"
27 SLOT="0"
28 KEYWORDS="~amd64 ~x86"
29 -LANGS=" cs da de en_GB es gl fr he hu it lt nb pt_BR pl ro ru sl sv te tr zh_CN"
30 -IUSE="aac flac libnotify mp3 nls wavpack ${LANGS// / linguas_}"
31 +IUSE="aac flac libnotify mp3 nls wavpack"
32
33 RDEPEND="
34 x11-libs/gtk+:3