diff options
author | 2006-12-06 17:24:33 +0000 | |
---|---|---|
committer | 2006-12-06 17:24:33 +0000 | |
commit | fb75484daee599440b5dfaab7b26e85cc7af1b44 (patch) | |
tree | 2be49acef73e6c932965b8c57e68e4326f2aa2c2 /games-puzzle/galaxis/galaxis-1.7.ebuild | |
parent | Remove old virtual/x11 dependency. (diff) | |
download | gentoo-2-fb75484daee599440b5dfaab7b26e85cc7af1b44.tar.gz gentoo-2-fb75484daee599440b5dfaab7b26e85cc7af1b44.tar.bz2 gentoo-2-fb75484daee599440b5dfaab7b26e85cc7af1b44.zip |
Removed sed-4 from *DEPEND.
(Portage version: 2.1.2_rc2-r2)
Diffstat (limited to 'games-puzzle/galaxis/galaxis-1.7.ebuild')
-rw-r--r-- | games-puzzle/galaxis/galaxis-1.7.ebuild | 6 |
1 files changed, 2 insertions, 4 deletions
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 \ |