diff options
Diffstat (limited to 'x11-libs/fxscintilla')
-rw-r--r-- | x11-libs/fxscintilla/ChangeLog | 5 | ||||
-rw-r--r-- | x11-libs/fxscintilla/fxscintilla-3.3.5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-libs/fxscintilla/ChangeLog b/x11-libs/fxscintilla/ChangeLog index 4cfa51f1b35e..35cee5dab596 100644 --- a/x11-libs/fxscintilla/ChangeLog +++ b/x11-libs/fxscintilla/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-libs/fxscintilla # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/fxscintilla/ChangeLog,v 1.55 2014/03/05 15:33:14 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/fxscintilla/ChangeLog,v 1.56 2014/03/07 23:41:07 pacho Exp $ + + 07 Mar 2014; Pacho Ramos <pacho@gentoo.org> fxscintilla-3.3.5.ebuild: + amd64 stable, bug #503236 05 Mar 2014; Jeroen Roovers <jer@gentoo.org> fxscintilla-3.3.5.ebuild: Stable for HPPA (bug #503236). diff --git a/x11-libs/fxscintilla/fxscintilla-3.3.5.ebuild b/x11-libs/fxscintilla/fxscintilla-3.3.5.ebuild index 0c097e839afb..84e2e11ffeac 100644 --- a/x11-libs/fxscintilla/fxscintilla-3.3.5.ebuild +++ b/x11-libs/fxscintilla/fxscintilla-3.3.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/fxscintilla/fxscintilla-3.3.5.ebuild,v 1.2 2014/03/05 15:33:14 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/fxscintilla/fxscintilla-3.3.5.ebuild,v 1.3 2014/03/07 23:41:07 pacho Exp $ EAPI=4 @@ -14,7 +14,7 @@ SRC_URI="https://github.com/yetanothergeek/fxscintilla/archive/FXSCINTILLA-${MY_ LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~alpha ~amd64 hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +KEYWORDS="~alpha amd64 hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" IUSE="doc" RDEPEND="|| ( x11-libs/fox:1.6 x11-libs/fox:1.7 )" |