diff options
author | Rainer Groesslinger <scandium@gentoo.org> | 2004-06-26 14:52:49 +0000 |
---|---|---|
committer | Rainer Groesslinger <scandium@gentoo.org> | 2004-06-26 14:52:49 +0000 |
commit | a4616d309a729cf3e39cfa5b52946136f7e085f3 (patch) | |
tree | 631d4bd19b5f51e86539e02114540016836c5e57 /dev-lang/pike/pike-7.4.44.ebuild | |
parent | Added to ~ppc (diff) | |
download | historical-a4616d309a729cf3e39cfa5b52946136f7e085f3.tar.gz historical-a4616d309a729cf3e39cfa5b52946136f7e085f3.tar.bz2 historical-a4616d309a729cf3e39cfa5b52946136f7e085f3.zip |
removed dependencies which are in the base profile
Diffstat (limited to 'dev-lang/pike/pike-7.4.44.ebuild')
-rw-r--r-- | dev-lang/pike/pike-7.4.44.ebuild | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/dev-lang/pike/pike-7.4.44.ebuild b/dev-lang/pike/pike-7.4.44.ebuild index 7d20af40a159..08eb3167f5c3 100644 --- a/dev-lang/pike/pike-7.4.44.ebuild +++ b/dev-lang/pike/pike-7.4.44.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation, Emil Skoldberg, Fredrik Mellstrom (see ChangeLog) # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/pike/pike-7.4.44.ebuild,v 1.3 2004/06/24 22:54:03 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/pike/pike-7.4.44.ebuild,v 1.4 2004/06/26 14:52:49 scandium Exp $ inherit fixheadtails @@ -30,10 +30,7 @@ DEPEND="dev-libs/gmp opengl? ( virtual/opengl virtual/glut ) sdl? ( media-libs/libsdl ) - gtk? ( =x11-libs/gtk+-1.2* ) - sys-devel/gcc - sys-devel/make - sys-apps/sed" + gtk? ( =x11-libs/gtk+-1.2* )" src_unpack() { unpack ${A} |