diff options
author | Julian Ospald <hasufell@gentoo.org> | 2012-09-06 20:57:28 +0000 |
---|---|---|
committer | Julian Ospald <hasufell@gentoo.org> | 2012-09-06 20:57:28 +0000 |
commit | 1672fe260162b1ce06f7f262c641bf4e36527afb (patch) | |
tree | 611abc909f7461ca474ec45fdd0d9cb654cb0f10 /games-strategy/megaglest | |
parent | Make man-html removal non-fatal #432958 by Oleg. (diff) | |
download | gentoo-2-1672fe260162b1ce06f7f262c641bf4e36527afb.tar.gz gentoo-2-1672fe260162b1ce06f7f262c641bf4e36527afb.tar.bz2 gentoo-2-1672fe260162b1ce06f7f262c641bf4e36527afb.zip |
fix editor useflag thanks to Arfrever
(Portage version: 2.2.0_alpha124/cvs/Linux x86_64)
Diffstat (limited to 'games-strategy/megaglest')
-rw-r--r-- | games-strategy/megaglest/ChangeLog | 5 | ||||
-rw-r--r-- | games-strategy/megaglest/megaglest-3.6.0.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/games-strategy/megaglest/ChangeLog b/games-strategy/megaglest/ChangeLog index 266c817c3896..f95089f0bab2 100644 --- a/games-strategy/megaglest/ChangeLog +++ b/games-strategy/megaglest/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-strategy/megaglest # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/megaglest/ChangeLog,v 1.2 2012/09/01 00:08:16 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/megaglest/ChangeLog,v 1.3 2012/09/06 20:57:28 hasufell Exp $ + + 06 Sep 2012; Julian Ospald <hasufell@gentoo.org> megaglest-3.6.0.3.ebuild: + fix editor useflag thanks to Arfrever 01 Sep 2012; Julian Ospald <hasufell@gentoo.org> megaglest-3.6.0.3.ebuild, +files/megaglest-3.6.0.3-as-needed.patch: diff --git a/games-strategy/megaglest/megaglest-3.6.0.3.ebuild b/games-strategy/megaglest/megaglest-3.6.0.3.ebuild index 4fe885edb2d2..f749c240319a 100644 --- a/games-strategy/megaglest/megaglest-3.6.0.3.ebuild +++ b/games-strategy/megaglest/megaglest-3.6.0.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/megaglest/megaglest-3.6.0.3.ebuild,v 1.2 2012/09/01 00:08:16 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/megaglest/megaglest-3.6.0.3.ebuild,v 1.3 2012/09/06 20:57:28 hasufell Exp $ EAPI=4 inherit eutils flag-o-matic cmake-utils wxwidgets gnome2-utils games @@ -58,7 +58,7 @@ DEPEND="${RDEPEND} PDEPEND="~games-strategy/${PN}-data-${PV}" src_prepare() { - if use use editor || use model-viewer ; then + if use editor || use model-viewer ; then WX_GTK_VER="2.8" need-wxwidgets unicode fi |