diff options
author | 2006-01-22 19:28:47 +0000 | |
---|---|---|
committer | 2006-01-22 19:28:47 +0000 | |
commit | 3c848c6a30ce29e61c6717414c4406209ef78743 (patch) | |
tree | 759f1177a0b08bae47d05bf0c93e8d9f14523a0b /games-action | |
parent | Moved out of dev (diff) | |
download | gentoo-2-3c848c6a30ce29e61c6717414c4406209ef78743.tar.gz gentoo-2-3c848c6a30ce29e61c6717414c4406209ef78743.tar.bz2 gentoo-2-3c848c6a30ce29e61c6717414c4406209ef78743.zip |
Added modular X dependencies and closing bug #119921.
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'games-action')
-rw-r--r-- | games-action/armagetron/ChangeLog | 8 | ||||
-rw-r--r-- | games-action/armagetron/armagetron-0.2.6.1.ebuild | 13 |
2 files changed, 15 insertions, 6 deletions
diff --git a/games-action/armagetron/ChangeLog b/games-action/armagetron/ChangeLog index 74e72c2c2153..71a4eba05b75 100644 --- a/games-action/armagetron/ChangeLog +++ b/games-action/armagetron/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-action/armagetron -# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/armagetron/ChangeLog,v 1.10 2005/08/04 08:04:37 blubb Exp $ +# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-action/armagetron/ChangeLog,v 1.11 2006/01/22 19:28:47 wolf31o2 Exp $ + + 22 Jan 2006; Chris Gianelloni <wolf31o2@gentoo.org> + armagetron-0.2.6.1.ebuild: + Added modular X dependencies and closing bug #119921. 04 Aug 2005; Simon Stelling <blubb@gentoo.org> armagetron-0.2.6.1.ebuild: added ~amd64 keyword diff --git a/games-action/armagetron/armagetron-0.2.6.1.ebuild b/games-action/armagetron/armagetron-0.2.6.1.ebuild index d7e297927366..3c90f356ecf9 100644 --- a/games-action/armagetron/armagetron-0.2.6.1.ebuild +++ b/games-action/armagetron/armagetron-0.2.6.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/armagetron/armagetron-0.2.6.1.ebuild,v 1.2 2005/08/04 08:04:37 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/armagetron/armagetron-0.2.6.1.ebuild,v 1.3 2006/01/22 19:28:47 wolf31o2 Exp $ inherit flag-o-matic eutils games @@ -15,14 +15,19 @@ SLOT="0" KEYWORDS="~amd64 ppc x86" IUSE="" -RDEPEND="virtual/x11 +RDEPEND=" virtual/opengl media-libs/libsdl media-libs/sdl-image + media-libs/sdl-mixer + media-libs/jpeg sys-libs/zlib media-libs/libpng" DEPEND="${RDEPEND} - app-arch/unzip" + app-arch/unzip + || ( + x11-libs/libXt + virtual/x11 )" src_compile() { # $(use_enable !dedicated glout) |