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/mp3c/
Date: Fri, 05 Jan 2018 22:02:39
Message-Id: 1515189642.62b9d1896c9fda90324c82c68226d1d936e94f92.ulm@gentoo
1 commit: 62b9d1896c9fda90324c82c68226d1d936e94f92
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 5 20:57:44 2018 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 5 22:00:42 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62b9d189
7
8 media-sound/mp3c: Remove linguas_* from IUSE.
9
10 Package-Manager: Portage-2.3.19, Repoman-2.3.6
11
12 media-sound/mp3c/mp3c-0.31-r1.ebuild | 8 +-------
13 1 file changed, 1 insertion(+), 7 deletions(-)
14
15 diff --git a/media-sound/mp3c/mp3c-0.31-r1.ebuild b/media-sound/mp3c/mp3c-0.31-r1.ebuild
16 index 67ebc8281ac..2d69febe02f 100644
17 --- a/media-sound/mp3c/mp3c-0.31-r1.ebuild
18 +++ b/media-sound/mp3c/mp3c-0.31-r1.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2007 Gentoo Foundation
21 +# Copyright 1999-2018 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 inherit eutils
25 @@ -18,12 +18,6 @@ SLOT="0"
26 LICENSE="GPL-2"
27 KEYWORDS="amd64 ppc sparc x86"
28
29 -LANGS="de es it pl pt"
30 -
31 -for X in ${LANGS}; do
32 - IUSE="${IUSE} linguas_${X}"
33 -done
34 -
35 src_unpack() {
36 unpack ${A}
37 cd "${S}"