diff options
author | Jeroen Roovers <jer@gentoo.org> | 2017-03-27 08:40:53 +0200 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2017-03-27 08:40:53 +0200 |
commit | a81f6127d10e860604eab695a90a76d9ee6c3843 (patch) | |
tree | ff45463e29540524a4b8669e85789790f3c797a8 /www-client | |
parent | www-client/otter: Old. (diff) | |
download | gentoo-a81f6127d10e860604eab695a90a76d9ee6c3843.tar.gz gentoo-a81f6127d10e860604eab695a90a76d9ee6c3843.tar.bz2 gentoo-a81f6127d10e860604eab695a90a76d9ee6c3843.zip |
www-client/otter: Update live ebuild.
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'www-client')
-rw-r--r-- | www-client/otter/otter-9999.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/www-client/otter/otter-9999.ebuild b/www-client/otter/otter-9999.ebuild index 26cd46b3e6ab..5af1454b4cbd 100644 --- a/www-client/otter/otter-9999.ebuild +++ b/www-client/otter/otter-9999.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=6 WANT_CMAKE="always" inherit eutils cmake-utils git-r3 @@ -32,6 +32,8 @@ RDEPEND=" DOCS=( CHANGELOG CONTRIBUTING.md TODO ) src_prepare() { + default + if [[ -n ${LINGUAS} ]]; then local lingua for lingua in resources/translations/*.qm; do |