diff options
author | Paweł Hajdan <phajdan.jr@gentoo.org> | 2010-03-29 17:58:34 +0000 |
---|---|---|
committer | Paweł Hajdan <phajdan.jr@gentoo.org> | 2010-03-29 17:58:34 +0000 |
commit | 8fbb4311af9c2e01144d00f85c08489356d39364 (patch) | |
tree | 61656920dea820dd1afc5639af0101443d505f5b /x11-libs/fxscintilla | |
parent | Filter jikes as a compiler. Fixes bug #311947. (diff) | |
download | gentoo-2-8fbb4311af9c2e01144d00f85c08489356d39364.tar.gz gentoo-2-8fbb4311af9c2e01144d00f85c08489356d39364.tar.bz2 gentoo-2-8fbb4311af9c2e01144d00f85c08489356d39364.zip |
x86 stable wrt bug #309175
(Portage version: 2.1.7.17/cvs/Linux i686)
Diffstat (limited to 'x11-libs/fxscintilla')
-rw-r--r-- | x11-libs/fxscintilla/ChangeLog | 6 | ||||
-rw-r--r-- | x11-libs/fxscintilla/fxscintilla-1.71-r2.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/x11-libs/fxscintilla/ChangeLog b/x11-libs/fxscintilla/ChangeLog index 735f57ded6c5..04f1cc0d2b22 100644 --- a/x11-libs/fxscintilla/ChangeLog +++ b/x11-libs/fxscintilla/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-libs/fxscintilla # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/fxscintilla/ChangeLog,v 1.45 2010/03/29 09:52:10 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/fxscintilla/ChangeLog,v 1.46 2010/03/29 17:58:34 phajdan.jr Exp $ + + 29 Mar 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org> + fxscintilla-1.71-r2.ebuild: + x86 stable wrt bug #309175 29 Mar 2010; Pacho Ramos <pacho@gentoo.org> fxscintilla-1.71-r2.ebuild: amd64 stable, bug 309175 diff --git a/x11-libs/fxscintilla/fxscintilla-1.71-r2.ebuild b/x11-libs/fxscintilla/fxscintilla-1.71-r2.ebuild index 40c1b4c6abc6..c53e6ce1587e 100644 --- a/x11-libs/fxscintilla/fxscintilla-1.71-r2.ebuild +++ b/x11-libs/fxscintilla/fxscintilla-1.71-r2.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/x11-libs/fxscintilla/fxscintilla-1.71-r2.ebuild,v 1.5 2010/03/29 09:52:10 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/fxscintilla/fxscintilla-1.71-r2.ebuild,v 1.6 2010/03/29 17:58:34 phajdan.jr Exp $ inherit autotools eutils multilib @@ -10,7 +10,7 @@ SRC_URI="http://savannah.nongnu.org/download/fxscintilla/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~alpha amd64 ~hppa ppc ppc64 ~sparc ~x86" +KEYWORDS="~alpha amd64 ~hppa ppc ppc64 ~sparc x86" IUSE="doc" RDEPEND="=x11-libs/fox-1.6*" |