From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9B8261382C5 for ; Fri, 5 Jan 2018 22:02:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 74751E093A; Fri, 5 Jan 2018 22:02:32 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5292BE0938 for ; Fri, 5 Jan 2018 22:02:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DF75F335C3C for ; Fri, 5 Jan 2018 22:02:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 19D5C1AD for ; Fri, 5 Jan 2018 22:02:28 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1515189642.922715997a9c49b813c8842927095f8b93067baf.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/bino/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/bino/bino-1.6.1-r2.ebuild X-VCS-Directories: media-video/bino/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 922715997a9c49b813c8842927095f8b93067baf X-VCS-Branch: master Date: Fri, 5 Jan 2018 22:02:28 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: cf410a56-f530-4ce9-8004-dea3726ce246 X-Archives-Hash: fd13b6de72397efc9981042d4eb11bae commit: 922715997a9c49b813c8842927095f8b93067baf Author: Ulrich Müller gentoo org> AuthorDate: Fri Jan 5 20:59:37 2018 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Fri Jan 5 22:00:42 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92271599 media-video/bino: Remove linguas_* from IUSE. Package-Manager: Portage-2.3.19, Repoman-2.3.6 media-video/bino/bino-1.6.1-r2.ebuild | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/media-video/bino/bino-1.6.1-r2.ebuild b/media-video/bino/bino-1.6.1-r2.ebuild index 132a4ab0893..bab5c41f6f9 100644 --- a/media-video/bino/bino-1.6.1-r2.ebuild +++ b/media-video/bino/bino-1.6.1-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -20,11 +20,6 @@ IUSE_VIDEO_CARDS=" video_cards_nvidia" IUSE+="${IUSE_VIDEO_CARDS}" -LANGS="en bg de fr ru zh_CN" -for X in ${LANGS} ; do - IUSE+=" linguas_${X}" -done - RDEPEND=">=media-libs/glew-1.6.0:0= >=media-libs/openal-1.15.1 dev-qt/qtgui:4