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-video/bino/
Date: Fri, 05 Jan 2018 22:02:37
Message-Id: 1515189642.922715997a9c49b813c8842927095f8b93067baf.ulm@gentoo
1 commit: 922715997a9c49b813c8842927095f8b93067baf
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 5 20:59:37 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=92271599
7
8 media-video/bino: Remove linguas_* from IUSE.
9
10 Package-Manager: Portage-2.3.19, Repoman-2.3.6
11
12 media-video/bino/bino-1.6.1-r2.ebuild | 7 +------
13 1 file changed, 1 insertion(+), 6 deletions(-)
14
15 diff --git a/media-video/bino/bino-1.6.1-r2.ebuild b/media-video/bino/bino-1.6.1-r2.ebuild
16 index 132a4ab0893..bab5c41f6f9 100644
17 --- a/media-video/bino/bino-1.6.1-r2.ebuild
18 +++ b/media-video/bino/bino-1.6.1-r2.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2017 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 @@ -20,11 +20,6 @@ IUSE_VIDEO_CARDS="
26 video_cards_nvidia"
27 IUSE+="${IUSE_VIDEO_CARDS}"
28
29 -LANGS="en bg de fr ru zh_CN"
30 -for X in ${LANGS} ; do
31 - IUSE+=" linguas_${X}"
32 -done
33 -
34 RDEPEND=">=media-libs/glew-1.6.0:0=
35 >=media-libs/openal-1.15.1
36 dev-qt/qtgui:4