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 4C72D138330 for ; Fri, 5 Jan 2018 22:02:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4426DE0942; Fri, 5 Jan 2018 22:02:33 +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 270E5E0942 for ; Fri, 5 Jan 2018 22:02:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 4C6D2335C47 for ; Fri, 5 Jan 2018 22:02:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E92091B8 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: <1515189646.6718587abc591971246d5e3e07fb59b0a7d7d2c2.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/massxpert/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-chemistry/massxpert/massxpert-3.4.0.ebuild X-VCS-Directories: sci-chemistry/massxpert/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 6718587abc591971246d5e3e07fb59b0a7d7d2c2 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: e30d33f2-b0b8-4a09-8de7-86c76dc867de X-Archives-Hash: c4a389b534b96f91e099ca4bc90fd798 commit: 6718587abc591971246d5e3e07fb59b0a7d7d2c2 Author: Ulrich Müller gentoo org> AuthorDate: Fri Jan 5 21:38:45 2018 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Fri Jan 5 22:00:46 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6718587a sci-chemistry/massxpert: Remove linguas_* from IUSE. Package-Manager: Portage-2.3.19, Repoman-2.3.6 sci-chemistry/massxpert/massxpert-3.4.0.ebuild | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/sci-chemistry/massxpert/massxpert-3.4.0.ebuild b/sci-chemistry/massxpert/massxpert-3.4.0.ebuild index 128b230625e..d1fd657bcf7 100644 --- a/sci-chemistry/massxpert/massxpert-3.4.0.ebuild +++ b/sci-chemistry/massxpert/massxpert-3.4.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 @@ -21,10 +21,6 @@ DEPEND="${DEPEND} PATCHES=( "${FILESDIR}/${P}-gentoo.patch" ) MASSXPERT_LANGS="fr" -for L in ${MASSXPERT_LANGS}; do - IUSE="${IUSE} linguas_${L}" -done - src_prepare() { cmake-utils_src_prepare