diff options
author | Ulrich Müller <ulm@gentoo.org> | 2018-01-05 22:03:23 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2018-01-05 23:00:43 +0100 |
commit | a4894f86602f1f9793db8f3f336bd863845d97b6 (patch) | |
tree | 5dd6b217d771a4a3f86c1903ec2073d6e7a45ab8 /net-dialup | |
parent | media-video/imagination: Remove linguas_* from IUSE. (diff) | |
download | gentoo-a4894f86602f1f9793db8f3f336bd863845d97b6.tar.gz gentoo-a4894f86602f1f9793db8f3f336bd863845d97b6.tar.bz2 gentoo-a4894f86602f1f9793db8f3f336bd863845d97b6.zip |
net-dialup/minicom: Remove linguas_* from IUSE.
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'net-dialup')
-rw-r--r-- | net-dialup/minicom/minicom-2.7.1.ebuild | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/net-dialup/minicom/minicom-2.7.1.ebuild b/net-dialup/minicom/minicom-2.7.1.ebuild index f1ad4ef1a8ea..24686f98a416 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 |