From 2722821b2bb93c5d7b8c6a83490ae80d895a6f7b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ulrich=20M=C3=BCller?= Date: Sat, 6 Jan 2018 15:58:24 +0100 Subject: 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(-) (limited to 'dev-games') 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 @@ MyGUI/mygui - Install some additional russian docs if 'doc' useflag enabled + Install some additional russian docs if 'doc' useflag enabled Use the opengl render subsystem. (cannot combine with ogre) Use the ogre render subsystem. (cannot combine with opengl) Build MyGUI plugins 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 -- cgit v1.2.3