commit:     2722821b2bb93c5d7b8c6a83490ae80d895a6f7b
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sat Jan  6 14:58:24 2018 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sat Jan  6 14:58:24 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2722821b

dev-games/mygui: Migrate from LINGUAS to L10N.

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-games/mygui/metadata.xml       | 2 +-
 dev-games/mygui/mygui-3.2.2.ebuild | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-games/mygui/metadata.xml b/dev-games/mygui/metadata.xml
index a86d18089e4..0b17cdd092c 100644
--- a/dev-games/mygui/metadata.xml
+++ b/dev-games/mygui/metadata.xml
@@ -15,7 +15,7 @@
                <remote-id type="github">MyGUI/mygui</remote-id>
        </upstream>
        <use>
-               <flag name="linguas_ru">Install some additional russian docs if 
'doc' useflag enabled</flag>
+               <flag name="l10n_ru">Install some additional russian docs if 
'doc' useflag enabled</flag>
                <flag name="opengl">Use the opengl render subsystem. (cannot 
combine with ogre)</flag>
                <flag name="ogre">Use the ogre render subsystem. (cannot 
combine with opengl)</flag>
                <flag name="plugins">Build MyGUI plugins</flag>

diff --git a/dev-games/mygui/mygui-3.2.2.ebuild 
b/dev-games/mygui/mygui-3.2.2.ebuild
index 3755ef1f712..fad4ba2881d 100644
--- a/dev-games/mygui/mygui-3.2.2.ebuild
+++ b/dev-games/mygui/mygui-3.2.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -16,7 +16,7 @@ 
SRC_URI="https://github.com/MyGUI/mygui/archive/${MY_P}.tar.gz";
 LICENSE="MIT"
 SLOT="0"
 KEYWORDS="amd64 x86"
-IUSE="debug doc +ogre -opengl plugins samples static-libs test tools 
linguas_ru"
+IUSE="debug doc +ogre -opengl plugins samples static-libs test tools l10n_ru"
 REQUIRED_USE="ogre? ( !opengl )
        opengl? ( !ogre )"
 
@@ -119,7 +119,7 @@ src_install() {
        if use doc ; then
                dohtml -r "${CMAKE_BUILD_DIR}"/Docs/html/*
 
-               if use linguas_ru ; then
+               if use l10n_ru ; then
                        docompress -x /usr/share/doc/${PF}/Papers
                        dodoc -r Docs/Papers
                fi

Reply via email to