diff options
Diffstat (limited to 'app-editors/scite/scite-1.5.9.ebuild')
-rw-r--r-- | app-editors/scite/scite-1.5.9.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/app-editors/scite/scite-1.5.9.ebuild b/app-editors/scite/scite-1.5.9.ebuild index 3a4d2b3629df..d7dddfe11132 100644 --- a/app-editors/scite/scite-1.5.9.ebuild +++ b/app-editors/scite/scite-1.5.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/scite/scite-1.5.9.ebuild,v 1.2 2004/06/24 22:01:39 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/scite/scite-1.5.9.ebuild,v 1.3 2004/06/30 02:34:38 agriffis Exp $ MY_PV=$(echo ${PV} | sed 's:\.::g') @@ -18,7 +18,7 @@ S=${WORKDIR}/${PN}/gtk SLOT="0" LICENSE="PYTHON" KEYWORDS="~x86 ~ppc ~sparc" -IUSE="gtk2 gnome" +IUSE="gtk2" src_unpack() { unpack ${A} @@ -72,4 +72,3 @@ src_install () { dodoc ../License.txt ../README } - |