diff options
author | Miroslav Šulc <fordfrog@gentoo.org> | 2017-05-15 19:17:51 +0200 |
---|---|---|
committer | Miroslav Šulc <fordfrog@gentoo.org> | 2017-05-15 19:35:51 +0200 |
commit | 04e67b3957a5de4bcc03f36717155d2f9778b0ce (patch) | |
tree | 35ce898861b208ec023a344677a691b91f3f3b20 /media-gfx | |
parent | www-servers/tomcat: version bump in slot 9 (diff) | |
download | gentoo-04e67b3957a5de4bcc03f36717155d2f9778b0ce.tar.gz gentoo-04e67b3957a5de4bcc03f36717155d2f9778b0ce.tar.bz2 gentoo-04e67b3957a5de4bcc03f36717155d2f9778b0ce.zip |
media-gfx/valentina: added more languages to version 9999
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'media-gfx')
-rw-r--r-- | media-gfx/valentina/valentina-9999.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/media-gfx/valentina/valentina-9999.ebuild b/media-gfx/valentina/valentina-9999.ebuild index 4f8137302a9c..26d48b1311b8 100644 --- a/media-gfx/valentina/valentina-9999.ebuild +++ b/media-gfx/valentina/valentina-9999.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=6 inherit mercurial qmake-utils gnome2-utils fdo-mime @@ -17,7 +17,7 @@ KEYWORDS="" IUSE="gnome" # en_IN not supported in Gentoo so not added here -LANGS="cs_CZ de_DE en_CA en_US es_ES fi_FI fr_FR he_IL id_ID it_IT nl_NL ro_RO ru_RU uk_UA zh_CN" +LANGS="cs_CZ de_DE el_GR en_CA en_US es_ES fi_FI fr_FR he_IL id_ID it_IT nl_NL pt_BR ro_RO ru_RU uk_UA zh_CN" for LANG in ${LANGS}; do IUSE="${IUSE} linguas_${LANG}" |