summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Stelling <blubb@gentoo.org>2006-09-03 19:57:44 +0000
committerSimon Stelling <blubb@gentoo.org>2006-09-03 19:57:44 +0000
commitf18c3f7633ed581ff32006293960c4c977000947 (patch)
treed05cf4c9df08c1fa7627877df20072394391c2af /app-editors/scite
parentfix Changelog typo (diff)
downloadgentoo-2-f18c3f7633ed581ff32006293960c4c977000947.tar.gz
gentoo-2-f18c3f7633ed581ff32006293960c4c977000947.tar.bz2
gentoo-2-f18c3f7633ed581ff32006293960c4c977000947.zip
stable on amd64
(Portage version: 2.1.1_rc1)
Diffstat (limited to 'app-editors/scite')
-rw-r--r--app-editors/scite/ChangeLog5
-rw-r--r--app-editors/scite/scite-1.70.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/app-editors/scite/ChangeLog b/app-editors/scite/ChangeLog
index cbe394b76a39..9c6af66aa27b 100644
--- a/app-editors/scite/ChangeLog
+++ b/app-editors/scite/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-editors/scite
# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/scite/ChangeLog,v 1.47 2006/09/03 16:51:54 nelchael Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/scite/ChangeLog,v 1.48 2006/09/03 19:57:44 blubb Exp $
+
+ 03 Sep 2006; <blubb@gentoo.org> scite-1.70.ebuild:
+ stable on amd64
03 Sep 2006; Krzysiek Pawlik <nelchael@gentoo.org> scite-1.70.ebuild:
Stable on x86.
diff --git a/app-editors/scite/scite-1.70.ebuild b/app-editors/scite/scite-1.70.ebuild
index 47c507907b6b..d3cbfae4e775 100644
--- a/app-editors/scite/scite-1.70.ebuild
+++ b/app-editors/scite/scite-1.70.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/app-editors/scite/scite-1.70.ebuild,v 1.2 2006/09/03 16:51:54 nelchael Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/scite/scite-1.70.ebuild,v 1.3 2006/09/03 19:57:44 blubb Exp $
inherit toolchain-funcs
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/scintilla/${PN}${MY_PV}.tgz"
LICENSE="Scintilla"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc x86"
+KEYWORDS="amd64 ~ppc ~sparc x86"
IUSE="lua"
RDEPEND=">=x11-libs/gtk+-2