diff options
author | 2006-12-06 17:20:15 +0000 | |
---|---|---|
committer | 2006-12-06 17:20:15 +0000 | |
commit | fc0d8923a02fcfd7d2b5312b3d362f2af00a6c3c (patch) | |
tree | a205153aa1a34b686b43ad7abed488c4394a067e /games-fps | |
parent | Remove old virtual/x11 dependency. (diff) | |
download | gentoo-2-fc0d8923a02fcfd7d2b5312b3d362f2af00a6c3c.tar.gz gentoo-2-fc0d8923a02fcfd7d2b5312b3d362f2af00a6c3c.tar.bz2 gentoo-2-fc0d8923a02fcfd7d2b5312b3d362f2af00a6c3c.zip |
Removed sed-4 from *DEPEND.
(Portage version: 2.1.2_rc2-r2)
Diffstat (limited to 'games-fps')
-rw-r--r-- | games-fps/cube/ChangeLog | 5 | ||||
-rw-r--r-- | games-fps/cube/cube-20040522.ebuild | 7 |
2 files changed, 7 insertions, 5 deletions
diff --git a/games-fps/cube/ChangeLog b/games-fps/cube/ChangeLog index 7cdeee8093fa..bf7f69b3d73f 100644 --- a/games-fps/cube/ChangeLog +++ b/games-fps/cube/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-fps/cube # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/cube/ChangeLog,v 1.14 2006/01/02 17:02:27 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/cube/ChangeLog,v 1.15 2006/12/06 17:20:15 wolf31o2 Exp $ + + 06 Dec 2006; Chris Gianelloni <wolf31o2@gentoo.org> cube-20040522.ebuild: + Removed sed-4 from *DEPEND. 02 Jan 2006; Michael Hanselmann <hansmi@gentoo.org> cube-20050829.ebuild: Stable on ppc. diff --git a/games-fps/cube/cube-20040522.ebuild b/games-fps/cube/cube-20040522.ebuild index 6fad5e8beccc..9587d0d48e33 100644 --- a/games-fps/cube/cube-20040522.ebuild +++ b/games-fps/cube/cube-20040522.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-fps/cube/cube-20040522.ebuild,v 1.8 2005/11/21 20:29:58 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/cube/cube-20040522.ebuild,v 1.9 2006/12/06 17:20:15 wolf31o2 Exp $ inherit eutils flag-o-matic games @@ -23,8 +23,7 @@ RDEPEND="virtual/opengl sys-libs/zlib media-libs/libpng" DEPEND="${RDEPEND} - app-arch/unzip - >=sys-apps/sed-4" + app-arch/unzip" S="${WORKDIR}/cube" CUBE_DATADIR="${GAMES_DATADIR}/${PN}/" |