diff options
author | Martin Schlemmer <azarah@gentoo.org> | 2001-10-07 11:11:08 +0000 |
---|---|---|
committer | Martin Schlemmer <azarah@gentoo.org> | 2001-10-07 11:11:08 +0000 |
commit | 8566c8224e54c5e037ae293b1ce1f5988d93b73d (patch) | |
tree | 3dbfe935f3703a886ffb0e24357526f8dd1edc7e /app-editors | |
parent | updated (diff) | |
download | gentoo-2-8566c8224e54c5e037ae293b1ce1f5988d93b73d.tar.gz gentoo-2-8566c8224e54c5e037ae293b1ce1f5988d93b73d.tar.bz2 gentoo-2-8566c8224e54c5e037ae293b1ce1f5988d93b73d.zip |
DEPEND and /usr/X11 fixes
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/bluefish/bluefish-0.6-r1.ebuild | 4 | ||||
-rw-r--r-- | app-editors/vim/vim-6.0-r1.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/app-editors/bluefish/bluefish-0.6-r1.ebuild b/app-editors/bluefish/bluefish-0.6-r1.ebuild index 7621cf3bd022..0dd3d5b6c84f 100644 --- a/app-editors/bluefish/bluefish-0.6-r1.ebuild +++ b/app-editors/bluefish/bluefish-0.6-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Grant Goodyear <g2boojum@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/app-editors/bluefish/bluefish-0.6-r1.ebuild,v 1.1 2001/10/06 13:20:34 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/bluefish/bluefish-0.6-r1.ebuild,v 1.2 2001/10/07 11:11:07 azarah Exp $ #P= A=${P}.tar.bz2 @@ -10,7 +10,7 @@ DESCRIPTION="Bluefish is a GTK HTML editor for the experienced web designer or p SRC_URI="http://pkedu.fbt.eitn.wau.nl/~olivier/downloads/${A}" HOMEPAGE="http://bluefish.openoffice.nl/" -DEPEND=">=x11-libs/gtk+-1.2.10-r1 +DEPEND=">=x11-libs/gtk+-1.2.10-r4 >=media-libs/imlib-1.9.10-r1" src_compile() { diff --git a/app-editors/vim/vim-6.0-r1.ebuild b/app-editors/vim/vim-6.0-r1.ebuild index 6af2ec7b1c5e..70cdf3c87752 100644 --- a/app-editors/vim/vim-6.0-r1.ebuild +++ b/app-editors/vim/vim-6.0-r1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License, v2 or later # Authors Ben Beuchler <insyte@mazer.squad51.net> # and Aron Griffis <agriffis@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/app-editors/vim/vim-6.0-r1.ebuild,v 1.1 2001/10/06 13:20:34 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/vim/vim-6.0-r1.ebuild,v 1.2 2001/10/07 11:11:07 azarah Exp $ # Please name the ebuild as follows. If this is followed, there # should be no need to modify this ebuild when the Vim version is @@ -71,7 +71,7 @@ DEPEND="$guidep dev-util/cscope gpm? ( >=sys-libs/gpm-1.19.3 ) gnome? ( >=gnome-base/gnome-libs-1.4.1.2-r1 ) - gtk? ( >=x11-libs/gtk+-1.2.10-r1 ) + gtk? ( >=x11-libs/gtk+-1.2.10-r4 ) X? ( x11-base/xfree ) perl? ( sys-devel/perl ) python? ( dev-lang/python ) |