diff options
author | Sam James <sam@gentoo.org> | 2022-02-26 05:33:48 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-02-26 05:34:10 +0000 |
commit | 0dde7837c0b46c0a4f52e7229038d8452b4f11a5 (patch) | |
tree | 9df95d46d437e517378f331f3fa83abe60945eb3 /net-firewall | |
parent | dev-ruby/rash_alt: add 0.4.12 (diff) | |
download | gentoo-0dde7837c0b46c0a4f52e7229038d8452b4f11a5.tar.gz gentoo-0dde7837c0b46c0a4f52e7229038d8452b4f11a5.tar.bz2 gentoo-0dde7837c0b46c0a4f52e7229038d8452b4f11a5.zip |
net-firewall/firewalld: update plocale list
... and add || die to the check-for-changes call.
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-firewall')
-rw-r--r-- | net-firewall/firewalld/firewalld-1.1.0-r1.ebuild (renamed from net-firewall/firewalld/firewalld-1.1.0.ebuild) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-firewall/firewalld/firewalld-1.1.0.ebuild b/net-firewall/firewalld/firewalld-1.1.0-r1.ebuild index 467c6bd41651..273fdfa6a807 100644 --- a/net-firewall/firewalld/firewalld-1.1.0.ebuild +++ b/net-firewall/firewalld/firewalld-1.1.0-r1.ebuild @@ -45,7 +45,7 @@ RESTRICT="test" # bug 650760 # Needs more investigation: https://www.gnu.org/software/autoconf/manual/autoconf-2.67/html_node/autom4te-Invocation.html QA_AM_MAINTAINER_MODE=".*--run autom4te --language=autotest.*" -PLOCALES="ar as ast bg bn_IN ca cs da de el en_GB en_US es et eu fa fi fr gl gu hi hu ia id it ja ka kn ko lt ml mr nl or pa pl pt pt_BR ru si sk sq sr sr@latin sv ta te tr uk zh_CN zh_TW" +PLOCALES="ar as ast bg bn_IN ca cs da de el en_GB en_US es et eu fa fi fr gl gu hi hr hu ia id it ja ka kn ko lt ml mr nl or pa pl pt pt_BR ru si sk sq sr sr@latin sv ta te tr uk zh_CN zh_TW" pkg_setup() { # See bug #830132 for the huge list @@ -149,7 +149,7 @@ src_prepare() { eautoreconf - plocale_find_changes "po" "" ".po" + plocale_find_changes "po" "" ".po" || die plocale_get_locales | sed -e 's/ /\n/g' > po/LINGUAS } |