diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-12-06 17:28:56 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-12-06 17:28:56 +0000 |
commit | 19205ec5568d17b8d6ff8eb6c430fe7bd615b62f (patch) | |
tree | 56a30346fb13d06fa78e52ab051446fb0b7c2632 /games-strategy/castle-combat | |
parent | Remove old virtual/x11 dependency. (diff) | |
download | gentoo-2-19205ec5568d17b8d6ff8eb6c430fe7bd615b62f.tar.gz gentoo-2-19205ec5568d17b8d6ff8eb6c430fe7bd615b62f.tar.bz2 gentoo-2-19205ec5568d17b8d6ff8eb6c430fe7bd615b62f.zip |
Removed sed-4 from *DEPEND.
(Portage version: 2.1.2_rc2-r2)
Diffstat (limited to 'games-strategy/castle-combat')
-rw-r--r-- | games-strategy/castle-combat/ChangeLog | 6 | ||||
-rw-r--r-- | games-strategy/castle-combat/castle-combat-0.7.4.ebuild | 8 |
2 files changed, 8 insertions, 6 deletions
diff --git a/games-strategy/castle-combat/ChangeLog b/games-strategy/castle-combat/ChangeLog index 16faee5d8a44..f37dc61f883c 100644 --- a/games-strategy/castle-combat/ChangeLog +++ b/games-strategy/castle-combat/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-strategy/castle-combat # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/castle-combat/ChangeLog,v 1.7 2006/07/29 23:05:56 tupone Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/castle-combat/ChangeLog,v 1.8 2006/12/06 17:28:56 wolf31o2 Exp $ + + 06 Dec 2006; Chris Gianelloni <wolf31o2@gentoo.org> + castle-combat-0.7.4.ebuild: + Removed sed-4 from *DEPEND. *castle-combat-0.8.1 (29 Jul 2006) diff --git a/games-strategy/castle-combat/castle-combat-0.7.4.ebuild b/games-strategy/castle-combat/castle-combat-0.7.4.ebuild index d80f27e8f0d6..9e12cc053964 100644 --- a/games-strategy/castle-combat/castle-combat-0.7.4.ebuild +++ b/games-strategy/castle-combat/castle-combat-0.7.4.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/castle-combat/castle-combat-0.7.4.ebuild,v 1.7 2005/05/01 18:24:10 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/castle-combat/castle-combat-0.7.4.ebuild,v 1.8 2006/12/06 17:28:56 wolf31o2 Exp $ inherit games @@ -19,12 +19,10 @@ RDEPEND="virtual/libc media-libs/libsdl media-libs/sdl-net media-libs/sdl-mixer" -DEPEND="${RDEPEND} - >=sys-apps/sed-4" src_unpack() { unpack ${A} - cd ${S} + cd "${S}" # dist file seems to include a copy of SDL_net. Take it out so we link # against the system copy instead. sed -i \ |