summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFerris McCormick <fmccor@gentoo.org>2009-06-29 12:00:21 +0000
committerFerris McCormick <fmccor@gentoo.org>2009-06-29 12:00:21 +0000
commit2683857ac48b14946b2a5322e22681db37b4f10d (patch)
tree2a22055b7c7f817db79ccf62e6f03052e577432c /app-editors
parentFix patch (bug #275006). (diff)
downloadgentoo-2-2683857ac48b14946b2a5322e22681db37b4f10d.tar.gz
gentoo-2-2683857ac48b14946b2a5322e22681db37b4f10d.tar.bz2
gentoo-2-2683857ac48b14946b2a5322e22681db37b4f10d.zip
Sparc stable, bug #275673.
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'app-editors')
-rw-r--r--app-editors/scite/ChangeLog5
-rw-r--r--app-editors/scite/scite-1.78.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/app-editors/scite/ChangeLog b/app-editors/scite/ChangeLog
index 4e336b72c7a8..0d8df8872e06 100644
--- a/app-editors/scite/ChangeLog
+++ b/app-editors/scite/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-editors/scite
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/scite/ChangeLog,v 1.80 2009/06/28 13:56:01 nelchael Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/scite/ChangeLog,v 1.81 2009/06/29 12:00:21 fmccor Exp $
+
+ 29 Jun 2009; Ferris McCormick <fmccor@gentoo.org> scite-1.78.ebuild:
+ Sparc stable, bug #275673.
28 Jun 2009; Krzysiek Pawlik <nelchael@gentoo.org> scite-1.78.ebuild:
Remove -Os from makefiles.
diff --git a/app-editors/scite/scite-1.78.ebuild b/app-editors/scite/scite-1.78.ebuild
index a0103a0df0de..01d40d6114dd 100644
--- a/app-editors/scite/scite-1.78.ebuild
+++ b/app-editors/scite/scite-1.78.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/scite/scite-1.78.ebuild,v 1.2 2009/06/28 13:56:01 nelchael Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/scite/scite-1.78.ebuild,v 1.3 2009/06/29 12:00:21 fmccor 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