Skip to content

Commit

Permalink
dev-games/mygui: Migrate from LINGUAS to L10N.
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.19, Repoman-2.3.6
  • Loading branch information
ulm committed Jan 6, 2018
1 parent e21bcb6 commit 2722821
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dev-games/mygui/metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
6 changes: 3 additions & 3 deletions dev-games/mygui/mygui-3.2.2.ebuild
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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 )"

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 2722821

Please sign in to comment.