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 | c1c8612706c72edb3ffe3c107df4ae81eb378240 (patch) | |
tree | b965bf6355a4e01dce328a05b6b9652fa1004949 /games-action/towbowl-tactics | |
parent | Removing old virtual/x11 dependency. (diff) | |
download | historical-c1c8612706c72edb3ffe3c107df4ae81eb378240.tar.gz historical-c1c8612706c72edb3ffe3c107df4ae81eb378240.tar.bz2 historical-c1c8612706c72edb3ffe3c107df4ae81eb378240.zip |
Removed sed-4 from *DEPEND.
Package-Manager: portage-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" |