summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkos Chandras <hwoarang@gentoo.org>2010-04-05 19:35:31 +0000
committerMarkos Chandras <hwoarang@gentoo.org>2010-04-05 19:35:31 +0000
commit42a757ee1aec052f883b861f01f7907b88040a2d (patch)
tree1ecb6be2373565142d8c0deb0ac9c096a0fa5882 /app-editors
parentx86 stable wrt bug #312353 (diff)
downloadgentoo-2-42a757ee1aec052f883b861f01f7907b88040a2d.tar.gz
gentoo-2-42a757ee1aec052f883b861f01f7907b88040a2d.tar.bz2
gentoo-2-42a757ee1aec052f883b861f01f7907b88040a2d.zip
Stable on amd64 wrt bug #312851
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'app-editors')
-rw-r--r--app-editors/scite/ChangeLog5
-rw-r--r--app-editors/scite/scite-2.03.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/app-editors/scite/ChangeLog b/app-editors/scite/ChangeLog
index 0e88e15f8403..f9c7510d29bc 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.90 2010/04/05 19:25:39 nelchael Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/scite/ChangeLog,v 1.91 2010/04/05 19:35:31 hwoarang Exp $
+
+ 05 Apr 2010; Markos Chandras <hwoarang@gentoo.org> scite-2.03.ebuild:
+ Stable on amd64 wrt bug #312851
05 Apr 2010; Krzysztof Pawlik <nelchael@gentoo.org> scite-2.03.ebuild:
Add LDFLAGS to makefile.
diff --git a/app-editors/scite/scite-2.03.ebuild b/app-editors/scite/scite-2.03.ebuild
index 05c781afa40c..cfb76ab024f7 100644
--- a/app-editors/scite/scite-2.03.ebuild
+++ b/app-editors/scite/scite-2.03.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.03.ebuild,v 1.2 2010/04/05 19:25:39 nelchael Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/scite/scite-2.03.ebuild,v 1.3 2010/04/05 19:35:31 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