diff options
author | Ulrich Müller <ulm@gentoo.org> | 2018-01-06 15:58:24 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2018-01-06 15:58:24 +0100 |
commit | 2722821b2bb93c5d7b8c6a83490ae80d895a6f7b (patch) | |
tree | e6776781158ed81f99ed3aae83c52382860d88b0 /dev-games/mygui | |
parent | profiles: More unused linguas_* removed from use.desc. (diff) | |
download | gentoo-2722821b2bb93c5d7b8c6a83490ae80d895a6f7b.tar.gz gentoo-2722821b2bb93c5d7b8c6a83490ae80d895a6f7b.tar.bz2 gentoo-2722821b2bb93c5d7b8c6a83490ae80d895a6f7b.zip |
dev-games/mygui: Migrate from LINGUAS to L10N.
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'dev-games/mygui')
-rw-r--r-- | dev-games/mygui/metadata.xml | 2 | ||||
-rw-r--r-- | 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 a86d18089e40..0b17cdd092c3 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 3755ef1f7122..fad4ba2881d6 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 |