diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-12-05 18:15:51 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-12-05 18:15:51 +0000 |
commit | ef2677e23e7f4da6ff1fd87e432bf4c0892c28fc (patch) | |
tree | df34b4de505162351033d346a417151003df8553 /games-action/towbowl-tactics | |
parent | Removing old virtual/x11 dependency. (diff) | |
download | gentoo-2-ef2677e23e7f4da6ff1fd87e432bf4c0892c28fc.tar.gz gentoo-2-ef2677e23e7f4da6ff1fd87e432bf4c0892c28fc.tar.bz2 gentoo-2-ef2677e23e7f4da6ff1fd87e432bf4c0892c28fc.zip |
Removed sed-4 from *DEPEND.
(Portage version: 2.1.2_rc2-r2)
Diffstat (limited to 'games-action/towbowl-tactics')
-rw-r--r-- | games-action/towbowl-tactics/ChangeLog | 6 | ||||
-rw-r--r-- | games-action/towbowl-tactics/towbowl-tactics-0.5.ebuild | 5 |
2 files changed, 7 insertions, 4 deletions
diff --git a/games-action/towbowl-tactics/ChangeLog b/games-action/towbowl-tactics/ChangeLog index 2768a9c6dac1..c5089f41a722 100644 --- a/games-action/towbowl-tactics/ChangeLog +++ b/games-action/towbowl-tactics/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-action/towbowl-tactics # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/towbowl-tactics/ChangeLog,v 1.5 2006/11/27 02:02:57 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/towbowl-tactics/ChangeLog,v 1.6 2006/12/05 18:15:51 wolf31o2 Exp $ + + 05 Dec 2006; Chris Gianelloni <wolf31o2@gentoo.org> + towbowl-tactics-0.5.ebuild: + Removed sed-4 from *DEPEND. 27 Nov 2006; <blubb@gentoo.org> towbowl-tactics-0.5.ebuild: stable on amd64 diff --git a/games-action/towbowl-tactics/towbowl-tactics-0.5.ebuild b/games-action/towbowl-tactics/towbowl-tactics-0.5.ebuild index 7d71ff282b8a..a71486eca436 100644 --- a/games-action/towbowl-tactics/towbowl-tactics-0.5.ebuild +++ b/games-action/towbowl-tactics/towbowl-tactics-0.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/towbowl-tactics/towbowl-tactics-0.5.ebuild,v 1.7 2006/11/27 02:02:57 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/towbowl-tactics/towbowl-tactics-0.5.ebuild,v 1.8 2006/12/05 18:15:51 wolf31o2 Exp $ inherit eutils games @@ -20,8 +20,7 @@ RDEPEND="virtual/libc >=media-libs/sdl-image-1.2.3 >=media-libs/sdl-mixer-1.2.5" DEPEND="${RDEPEND} - app-arch/unzip - >=sys-apps/sed-4" + app-arch/unzip" S="${WORKDIR}/tbt/src" |