diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-03-27 13:59:30 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-03-27 13:59:30 +0000 |
commit | 5c20dfa677d4b369a401f8550df656fd08cdede5 (patch) | |
tree | 975a7dbe7fbd54e3a46baf9d95c7e6b7c8af4367 /games-strategy | |
parent | Mark 3.4.2 stable on ia64. #112842 (diff) | |
download | gentoo-2-5c20dfa677d4b369a401f8550df656fd08cdede5.tar.gz gentoo-2-5c20dfa677d4b369a401f8550df656fd08cdede5.tar.bz2 gentoo-2-5c20dfa677d4b369a401f8550df656fd08cdede5.zip |
Fixed dependencies on media-libs/libsdl and migrated to modular X.
(Portage version: 2.1_pre6-r6)
Diffstat (limited to 'games-strategy')
-rw-r--r-- | games-strategy/dominions2/ChangeLog | 8 | ||||
-rw-r--r-- | games-strategy/dominions2/dominions2-2.16.ebuild | 9 |
2 files changed, 11 insertions, 6 deletions
diff --git a/games-strategy/dominions2/ChangeLog b/games-strategy/dominions2/ChangeLog index ccb701490ba6..d11d1d4a0301 100644 --- a/games-strategy/dominions2/ChangeLog +++ b/games-strategy/dominions2/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-strategy/dominions2 -# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/dominions2/ChangeLog,v 1.2 2005/10/21 18:12:26 wolf31o2 Exp $ +# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/dominions2/ChangeLog,v 1.3 2006/03/27 13:59:30 wolf31o2 Exp $ + + 27 Mar 2006; Chris Gianelloni <wolf31o2@gentoo.org> + dominions2-2.16.ebuild: + Fixed dependencies on media-libs/libsdl and migrated to modular X. 21 Oct 2005; Chris Gianelloni <wolf31o2@gentoo.org> dominions2-2.16.ebuild: diff --git a/games-strategy/dominions2/dominions2-2.16.ebuild b/games-strategy/dominions2/dominions2-2.16.ebuild index 788a82705b3a..f64024f1e6e4 100644 --- a/games-strategy/dominions2/dominions2-2.16.ebuild +++ b/games-strategy/dominions2/dominions2-2.16.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-strategy/dominions2/dominions2-2.16.ebuild,v 1.3 2005/10/21 18:12:26 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/dominions2/dominions2-2.16.ebuild,v 1.4 2006/03/27 13:59:30 wolf31o2 Exp $ inherit eutils games @@ -25,9 +25,10 @@ IUSE="doc" # further information on their homepage or on the game CD :( LICENSE="as-is" -DEPEND="virtual/x11 - virtual/opengl +DEPEND="virtual/opengl virtual/glu + x86? ( media-libs/libsdl ) + ppc? ( media-libs/libsdl ) amd64? ( app-emulation/emul-linux-x86-xlibs app-emulation/emul-linux-x86-sdl )" |