summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Olexa <darkside@gentoo.org>2009-07-20 04:18:01 +0000
committerJeremy Olexa <darkside@gentoo.org>2009-07-20 04:18:01 +0000
commit3fc04048d2b8ce86569a88e05e808e2be031d0c7 (patch)
tree835de5af016c2fc13940ec5b03a3452d556ca65d /app-editors/scite
parentold (diff)
downloadgentoo-2-3fc04048d2b8ce86569a88e05e808e2be031d0c7.tar.gz
gentoo-2-3fc04048d2b8ce86569a88e05e808e2be031d0c7.tar.bz2
gentoo-2-3fc04048d2b8ce86569a88e05e808e2be031d0c7.zip
amd64 stable, bug 275673
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'app-editors/scite')
-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 9d8d83467918..8baa30c588e5 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.83 2009/07/19 14:51:09 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/scite/ChangeLog,v 1.84 2009/07/20 04:18:01 darkside Exp $
+
+ 20 Jul 2009; Jeremy Olexa <darkside@gentoo.org> scite-1.78.ebuild:
+ amd64 stable, bug 275673
19 Jul 2009; nixnut <nixnut@gentoo.org> scite-1.78.ebuild:
ppc stable #275673
diff --git a/app-editors/scite/scite-1.78.ebuild b/app-editors/scite/scite-1.78.ebuild
index cd0c8d9a3f7b..40ff6eb19a78 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.5 2009/07/19 14:51:09 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/scite/scite-1.78.ebuild,v 1.6 2009/07/20 04:18:01 darkside 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