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 40B731382C5 for ; Fri, 5 Jan 2018 22:02:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6192AE091F; Fri, 5 Jan 2018 22:02:31 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 402ECE091F for ; Fri, 5 Jan 2018 22:02:31 +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 483E3335C31 for ; Fri, 5 Jan 2018 22:02:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C44FE1A6 for ; Fri, 5 Jan 2018 22:02:27 +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: <1515189641.9dc02d2e9ba2246988cb81e75e588e5b3fb2ae45.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/mypaint/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/mypaint/mypaint-1.1.0-r2.ebuild media-gfx/mypaint/mypaint-1.2.0.ebuild media-gfx/mypaint/mypaint-1.2.1.ebuild X-VCS-Directories: media-gfx/mypaint/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 9dc02d2e9ba2246988cb81e75e588e5b3fb2ae45 X-VCS-Branch: master Date: Fri, 5 Jan 2018 22:02:27 +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: 3d1f9c54-b0be-4663-a487-d52f6b842941 X-Archives-Hash: 4c466d2fd2eee4fc48ae25b4a4a708f0 commit: 9dc02d2e9ba2246988cb81e75e588e5b3fb2ae45 Author: Ulrich Müller gentoo org> AuthorDate: Fri Jan 5 20:45:46 2018 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Fri Jan 5 22:00:41 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9dc02d2e media-gfx/mypaint: Remove linguas_* from IUSE. Package-Manager: Portage-2.3.19, Repoman-2.3.6 media-gfx/mypaint/mypaint-1.1.0-r2.ebuild | 5 +---- media-gfx/mypaint/mypaint-1.2.0.ebuild | 5 +---- media-gfx/mypaint/mypaint-1.2.1.ebuild | 5 +---- 3 files changed, 3 insertions(+), 12 deletions(-) diff --git a/media-gfx/mypaint/mypaint-1.1.0-r2.ebuild b/media-gfx/mypaint/mypaint-1.1.0-r2.ebuild index e0a166f92e9..5cdf4d15a8f 100644 --- a/media-gfx/mypaint/mypaint-1.1.0-r2.ebuild +++ b/media-gfx/mypaint/mypaint-1.1.0-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 @@ -17,9 +17,6 @@ KEYWORDS="amd64 x86" IUSE="" LANGS="cs de en_CA en_GB es fr hu id it ja ko nb nn_NO pl pt_BR ro ru sl sv uk zh_CN zh_TW" -for x in ${LANGS}; do - IUSE+="linguas_${x} " -done RDEPEND=" dev-python/pygtk:2[${PYTHON_USEDEP}] diff --git a/media-gfx/mypaint/mypaint-1.2.0.ebuild b/media-gfx/mypaint/mypaint-1.2.0.ebuild index f95ce3047df..4a465a64cc5 100644 --- a/media-gfx/mypaint/mypaint-1.2.0.ebuild +++ b/media-gfx/mypaint/mypaint-1.2.0.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 @@ -17,9 +17,6 @@ KEYWORDS="~amd64 ~x86" IUSE="" LANGS="cs de en_CA en_GB es fr hu id it ja ko nb nn_NO pl pt_BR ro ru sl sv uk zh_CN zh_TW" -for x in ${LANGS}; do - IUSE+="linguas_${x} " -done RDEPEND=" dev-python/pygobject:3[${PYTHON_USEDEP}] diff --git a/media-gfx/mypaint/mypaint-1.2.1.ebuild b/media-gfx/mypaint/mypaint-1.2.1.ebuild index 9b65292a4a4..ee5a95e57d0 100644 --- a/media-gfx/mypaint/mypaint-1.2.1.ebuild +++ b/media-gfx/mypaint/mypaint-1.2.1.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=6 @@ -17,9 +17,6 @@ KEYWORDS="~amd64 ~x86" IUSE="" LANGS="cs de en_CA en_GB es fr hu id it ja ko nb nn_NO pl pt_BR ro ru sl sv uk zh_CN zh_TW" -for x in ${LANGS}; do - IUSE+="linguas_${x} " -done RDEPEND=" dev-python/pygobject:3[${PYTHON_USEDEP}]