diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2007-01-10 17:40:29 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2007-01-10 17:40:29 +0000 |
commit | cc6efbb1c879f4b7cf7ceacdcb5b62a0f6b4379a (patch) | |
tree | 3008adf40762332189a3516969ec8fa36eb476f6 /games-action | |
parent | Dependency update: dev-util/guile -> dev-scheme/guile. (diff) | |
download | historical-cc6efbb1c879f4b7cf7ceacdcb5b62a0f6b4379a.tar.gz historical-cc6efbb1c879f4b7cf7ceacdcb5b62a0f6b4379a.tar.bz2 historical-cc6efbb1c879f4b7cf7ceacdcb5b62a0f6b4379a.zip |
Change to work with either d1x-rebirth or d1x.
Package-Manager: portage-2.1.2_rc4-r1
Diffstat (limited to 'games-action')
-rw-r--r-- | games-action/descent1-maps/ChangeLog | 8 | ||||
-rw-r--r-- | games-action/descent1-maps/descent1-maps-1.0.ebuild | 8 |
2 files changed, 11 insertions, 5 deletions
diff --git a/games-action/descent1-maps/ChangeLog b/games-action/descent1-maps/ChangeLog index 281574c98cc9..244d90b18f76 100644 --- a/games-action/descent1-maps/ChangeLog +++ b/games-action/descent1-maps/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-action/descent1-maps -# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/descent1-maps/ChangeLog,v 1.3 2004/06/24 21:54:19 agriffis Exp $ +# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-action/descent1-maps/ChangeLog,v 1.4 2007/01/10 17:40:29 wolf31o2 Exp $ + + 10 Jan 2007; Chris Gianelloni <wolf31o2@gentoo.org> + descent1-maps-1.0.ebuild: + Change to work with either d1x-rebirth or d1x. *descent1-maps-1.0 (19 Jan 2004) diff --git a/games-action/descent1-maps/descent1-maps-1.0.ebuild b/games-action/descent1-maps/descent1-maps-1.0.ebuild index 6f905ddf71c6..7082a952a175 100644 --- a/games-action/descent1-maps/descent1-maps-1.0.ebuild +++ b/games-action/descent1-maps/descent1-maps-1.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/descent1-maps/descent1-maps-1.0.ebuild,v 1.3 2004/07/14 14:18:53 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/descent1-maps/descent1-maps-1.0.ebuild,v 1.4 2007/01/10 17:40:29 wolf31o2 Exp $ inherit games @@ -12,7 +12,9 @@ LICENSE="as-is" SLOT="0" KEYWORDS="x86" IUSE="" -DEPEND="games-action/d1x" +DEPEND="|| ( + games-action/d1x-rebirth + games-action/d1x )" src_install () { |