commit: 271df84d0aa5b45d0980f1720954f4e15d090906 Author: Ilya Tumaykin <itumaykin <AT> gmail <DOT> com> AuthorDate: Thu May 5 01:12:27 2016 +0000 Commit: Ian Delaney <idella4 <AT> gentoo <DOT> org> CommitDate: Tue May 10 09:28:07 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=271df84d
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 <AT> gentoo.org> media-sound/flacon/flacon-9999.ebuild | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/media-sound/flacon/flacon-9999.ebuild b/media-sound/flacon/flacon-9999.ebuild index c4026b5..2dcb6be 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}[email protected]" || 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() {
