diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-12-06 17:27:19 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-12-06 17:27:19 +0000 |
commit | f04105657e8bcf0459de2d193ac679570bb53fc3 (patch) | |
tree | 4099a5ee05f4d88256c2da9d4bce407b1604980c /games-puzzle/galaxis | |
parent | Remove old virtual/x11 dependency. (diff) | |
download | historical-f04105657e8bcf0459de2d193ac679570bb53fc3.tar.gz historical-f04105657e8bcf0459de2d193ac679570bb53fc3.tar.bz2 historical-f04105657e8bcf0459de2d193ac679570bb53fc3.zip |
Removed sed-4 from *DEPEND.
Package-Manager: portage-2.1.2_rc2-r2
Diffstat (limited to 'games-puzzle/galaxis')
-rw-r--r-- | games-puzzle/galaxis/ChangeLog | 5 | ||||
-rw-r--r-- | games-puzzle/galaxis/galaxis-1.7.ebuild | 6 |
2 files changed, 6 insertions, 5 deletions
diff --git a/games-puzzle/galaxis/ChangeLog b/games-puzzle/galaxis/ChangeLog index 0c104da87a26..01e6a045478d 100644 --- a/games-puzzle/galaxis/ChangeLog +++ b/games-puzzle/galaxis/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-puzzle/galaxis # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/galaxis/ChangeLog,v 1.8 2006/08/15 14:45:19 tcort Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/galaxis/ChangeLog,v 1.9 2006/12/06 17:24:33 wolf31o2 Exp $ + + 06 Dec 2006; Chris Gianelloni <wolf31o2@gentoo.org> galaxis-1.7.ebuild: + Removed sed-4 from *DEPEND. 15 Aug 2006; Thomas Cort <tcort@gentoo.org> galaxis-1.7.ebuild: Stable on amd64 wrt Bug #143961 diff --git a/games-puzzle/galaxis/galaxis-1.7.ebuild b/games-puzzle/galaxis/galaxis-1.7.ebuild index 8e9ccdc38347..1e535358e3f8 100644 --- a/games-puzzle/galaxis/galaxis-1.7.ebuild +++ b/games-puzzle/galaxis/galaxis-1.7.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-puzzle/galaxis/galaxis-1.7.ebuild,v 1.8 2006/08/15 14:45:19 tcort Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/galaxis/galaxis-1.7.ebuild,v 1.9 2006/12/06 17:24:33 wolf31o2 Exp $ inherit games @@ -14,12 +14,10 @@ KEYWORDS="amd64 ppc ppc64 x86" IUSE="" RDEPEND=">=sys-libs/ncurses-5.3" -DEPEND="${RDEPEND} - >=sys-apps/sed-4" src_unpack() { unpack ${A} - cd ${S} + cd "${S}" # Modify CFLAGS sed -i \ |