diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2011-07-07 02:41:31 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2011-07-07 02:41:31 +0000 |
commit | 02f34b123c88c08ea7e155d132e91b622f7ff42f (patch) | |
tree | 36958e1c254bdf27779611b166531cf431e9db66 /games-action/openastromenace | |
parent | Updates to versionator.eclass (diff) | |
download | gentoo-2-02f34b123c88c08ea7e155d132e91b622f7ff42f.tar.gz gentoo-2-02f34b123c88c08ea7e155d132e91b622f7ff42f.tar.bz2 gentoo-2-02f34b123c88c08ea7e155d132e91b622f7ff42f.zip |
add X use dep (bug #373953)
(Portage version: 2.1.9.42/cvs/Linux i686)
Diffstat (limited to 'games-action/openastromenace')
-rw-r--r-- | games-action/openastromenace/ChangeLog | 6 | ||||
-rw-r--r-- | games-action/openastromenace/openastromenace-1.2.0.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/games-action/openastromenace/ChangeLog b/games-action/openastromenace/ChangeLog index 6c986afa8aea..406f7dd13a86 100644 --- a/games-action/openastromenace/ChangeLog +++ b/games-action/openastromenace/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-action/openastromenace # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/openastromenace/ChangeLog,v 1.9 2011/02/25 21:39:56 signals Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/openastromenace/ChangeLog,v 1.10 2011/07/07 02:41:31 mr_bones_ Exp $ + + 07 Jul 2011; Michael Sterrett <mr_bones_@gentoo.org> + openastromenace-1.2.0.ebuild: + add X use dep (bug #373953) 25 Feb 2011; Kevin McCarthy <signals@gentoo.org> openastromenace-1.2.0.ebuild: diff --git a/games-action/openastromenace/openastromenace-1.2.0.ebuild b/games-action/openastromenace/openastromenace-1.2.0.ebuild index fd237241005e..a045a4b6762e 100644 --- a/games-action/openastromenace/openastromenace-1.2.0.ebuild +++ b/games-action/openastromenace/openastromenace-1.2.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/openastromenace/openastromenace-1.2.0.ebuild,v 1.9 2011/02/25 21:39:56 signals Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/openastromenace/openastromenace-1.2.0.ebuild,v 1.10 2011/07/07 02:41:31 mr_bones_ Exp $ EAPI=2 inherit flag-o-matic cmake-utils eutils games @@ -22,7 +22,7 @@ IUSE="linguas_en linguas_de linguas_ru" DEPEND="virtual/opengl virtual/glu - media-libs/libsdl[joystick,video] + media-libs/libsdl[joystick,video,X] media-libs/openal media-libs/freealut media-libs/libogg |