diff options
author | Ilya Tumaykin <itumaykin@gmail.com> | 2016-05-05 04:12:27 +0300 |
---|---|---|
committer | Ian Delaney <idella4@gentoo.org> | 2016-05-10 17:28:07 +0800 |
commit | 271df84d0aa5b45d0980f1720954f4e15d090906 (patch) | |
tree | 8e8acbafc6ac25bc4853aaeee6ae64ebbac83ec3 /media-sound/flacon | |
parent | media-sound/flacon: fix LICENSE in 2.0.1 and 9999 (diff) | |
download | gentoo-271df84d0aa5b45d0980f1720954f4e15d090906.tar.gz gentoo-271df84d0aa5b45d0980f1720954f4e15d090906.tar.bz2 gentoo-271df84d0aa5b45d0980f1720954f4e15d090906.zip |
media-sound/flacon: update live ebuild
Bump EAPI to 6, update PLOCALES to make l10n happy.
Closes: https://github.com/gentoo/gentoo/pull/1440
Package-Manager: portage-2.2.28
Signed-off-by: Ian Delaney <idella4@gentoo.org>
Diffstat (limited to 'media-sound/flacon')
-rw-r--r-- | media-sound/flacon/flacon-9999.ebuild | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/media-sound/flacon/flacon-9999.ebuild b/media-sound/flacon/flacon-9999.ebuild index c4026b58f2d9..2dcb6be032c9 100644 --- a/media-sound/flacon/flacon-9999.ebuild +++ b/media-sound/flacon/flacon-9999.ebuild @@ -2,10 +2,10 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=5 +EAPI=6 -# Ignore rudimentary et, uz@Latn, zh_TW translation(s) -PLOCALES="cs_CZ cs de es_MX es fr gl hu it ja_JP lt nb pl_PL pl pt_BR pt_PT ro_RO ru sr tr uk zh_CN" +# Ignore rudimentary et, uz@Latn, zh_TW translation(s). +PLOCALES="cs cs_CZ de es es_MX fr gl hu it ja_JP lt nb pl pl_PL pt_BR pt_PT ro_RO ru sr tr uk zh_CN" inherit cmake-utils fdo-mime gnome2-utils l10n virtualx git-r3 @@ -57,7 +57,9 @@ DEPEND="${COMMON_DEPEND} REQUIRED_USE="^^ ( qt4 qt5 )" src_prepare() { - # Ignore rudimentary et, uz@Latn, zh_TW translation(s) + cmake-utils_src_prepare + + # Ignore rudimentary et, uz@Latn, zh_TW translation(s). rm "translations/${PN}_uz@Latn.desktop" || die rm "translations/${PN}"_{et,zh_TW}.ts || die @@ -67,8 +69,6 @@ src_prepare() { l10n_find_plocales_changes 'translations' "${PN}_" '.ts' l10n_for_each_disabled_locale_do remove_locale - - cmake-utils_src_prepare } src_configure() { |