summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkos Chandras <hwoarang@gentoo.org>2010-12-12 18:58:08 +0000
committerMarkos Chandras <hwoarang@gentoo.org>2010-12-12 18:58:08 +0000
commitc52f86a2e5e708d9824bb2f9578d52b1b14fb290 (patch)
treeae851d52a3c309e6d2646ab21b0f9ce02ac58e0c /app-editors
parentStable on amd64 wrt bug #348505 (diff)
downloadgentoo-2-c52f86a2e5e708d9824bb2f9578d52b1b14fb290.tar.gz
gentoo-2-c52f86a2e5e708d9824bb2f9578d52b1b14fb290.tar.bz2
gentoo-2-c52f86a2e5e708d9824bb2f9578d52b1b14fb290.zip
Stable on amd64 wrt bug #348492
(Portage version: 2.1.9.25/cvs/Linux x86_64)
Diffstat (limited to 'app-editors')
-rw-r--r--app-editors/scite/ChangeLog5
-rw-r--r--app-editors/scite/scite-2.22.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/app-editors/scite/ChangeLog b/app-editors/scite/ChangeLog
index 7eb8d4e7b32a..fbb0a9b7016e 100644
--- a/app-editors/scite/ChangeLog
+++ b/app-editors/scite/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-editors/scite
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/scite/ChangeLog,v 1.104 2010/12/12 11:02:54 nelchael Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/scite/ChangeLog,v 1.105 2010/12/12 18:58:08 hwoarang Exp $
+
+ 12 Dec 2010; Markos Chandras <hwoarang@gentoo.org> scite-2.22.ebuild:
+ Stable on amd64 wrt bug #348492
*scite-2.23 (12 Dec 2010)
diff --git a/app-editors/scite/scite-2.22.ebuild b/app-editors/scite/scite-2.22.ebuild
index afc7aabfcf14..81529338079f 100644
--- a/app-editors/scite/scite-2.22.ebuild
+++ b/app-editors/scite/scite-2.22.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/scite/scite-2.22.ebuild,v 1.1 2010/11/04 10:16:53 nelchael Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/scite/scite-2.22.ebuild,v 1.2 2010/12/12 18:58:08 hwoarang Exp $
inherit toolchain-funcs eutils
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/scintilla/${PN}${MY_PV}.tgz"
LICENSE="Scintilla"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="amd64 ~ppc ~sparc ~x86 ~x86-fbsd"
IUSE="lua"
RDEPEND=">=x11-libs/gtk+-2