diff options
author | Julian Ospald <hasufell@gentoo.org> | 2012-09-07 20:03:40 +0000 |
---|---|---|
committer | Julian Ospald <hasufell@gentoo.org> | 2012-09-07 20:03:40 +0000 |
commit | cbf9cdfa841d2d17a0e1c2e4ba5bc80b7c24d5a0 (patch) | |
tree | 2a89a40788a1e27822801e097d8e216784df832d /games-strategy | |
parent | Stable for x86, wrt bug #433780 (diff) | |
download | gentoo-2-cbf9cdfa841d2d17a0e1c2e4ba5bc80b7c24d5a0.tar.gz gentoo-2-cbf9cdfa841d2d17a0e1c2e4ba5bc80b7c24d5a0.tar.bz2 gentoo-2-cbf9cdfa841d2d17a0e1c2e4ba5bc80b7c24d5a0.zip |
fix dependencies
(Portage version: 2.2.0_alpha124/cvs/Linux x86_64)
Diffstat (limited to 'games-strategy')
-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 f95089f0bab2..58505733f74e 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.3 2012/09/06 20:57:28 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/megaglest/ChangeLog,v 1.4 2012/09/07 20:03:40 hasufell Exp $ + + 07 Sep 2012; Julian Ospald <hasufell@gentoo.org> megaglest-3.6.0.3.ebuild: + fix dependencies 06 Sep 2012; Julian Ospald <hasufell@gentoo.org> megaglest-3.6.0.3.ebuild: fix editor useflag thanks to Arfrever diff --git a/games-strategy/megaglest/megaglest-3.6.0.3.ebuild b/games-strategy/megaglest/megaglest-3.6.0.3.ebuild index f749c240319a..869abed77a62 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.3 2012/09/06 20:57:28 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/megaglest/megaglest-3.6.0.3.ebuild,v 1.4 2012/09/07 20:03:40 hasufell Exp $ EAPI=4 inherit eutils flag-o-matic cmake-utils wxwidgets gnome2-utils games @@ -28,7 +28,7 @@ RDEPEND=" virtual/glu x11-libs/libX11 x11-libs/libXext - editor? ( x11-libs/wxGTK:2.8[X] ) + editor? ( x11-libs/wxGTK:2.8[X,opengl] ) freetype? ( media-libs/freetype ) model-viewer? ( x11-libs/wxGTK:2.8[X] ) !static? ( |