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 8C52E138331 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 047ACE0924; Fri, 5 Jan 2018 22:02:32 +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 D932FE0928 for ; Fri, 5 Jan 2018 22:02:31 +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 B8B57335C37 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 3F1F81AF 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: <1515189643.a4894f86602f1f9793db8f3f336bd863845d97b6.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-dialup/minicom/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-dialup/minicom/minicom-2.7.1.ebuild X-VCS-Directories: net-dialup/minicom/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: a4894f86602f1f9793db8f3f336bd863845d97b6 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: 47d73939-35df-43fb-a266-1f7164eca507 X-Archives-Hash: 463718a5ba78333ea7cc58f5d51276b9 commit: a4894f86602f1f9793db8f3f336bd863845d97b6 Author: Ulrich Müller gentoo org> AuthorDate: Fri Jan 5 21:03:23 2018 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Fri Jan 5 22:00:43 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4894f86 net-dialup/minicom: Remove linguas_* from IUSE. Package-Manager: Portage-2.3.19, Repoman-2.3.6 net-dialup/minicom/minicom-2.7.1.ebuild | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/net-dialup/minicom/minicom-2.7.1.ebuild b/net-dialup/minicom/minicom-2.7.1.ebuild index f1ad4ef1a8e..24686f98a41 100644 --- a/net-dialup/minicom/minicom-2.7.1.ebuild +++ b/net-dialup/minicom/minicom-2.7.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 @@ -23,11 +23,6 @@ RDEPEND="${COMMON_DEPEND} DOCS="AUTHORS ChangeLog NEWS README doc/minicom.FAQ" S="${WORKDIR}/${PN}-2.7" # 2.7.1 specific -# Supported languages and translated documentation -# Be sure all languages are prefixed with a single space! -MY_AVAILABLE_LINGUAS=" cs da de es fi fr hu id ja nb pl pt_BR ro ru rw sv vi zh_TW" -IUSE="${IUSE} ${MY_AVAILABLE_LINGUAS// / linguas_}" - PATCHES=( "${FILESDIR}"/${PN}-2.3-gentoo-runscript.patch "${FILESDIR}"/${PN}-2.7-lockdir.patch