diff options
author | Ferris McCormick <fmccor@gentoo.org> | 2006-12-19 15:34:45 +0000 |
---|---|---|
committer | Ferris McCormick <fmccor@gentoo.org> | 2006-12-19 15:34:45 +0000 |
commit | ed7a46983d23a33e2bec3479bb46c029fa63ebc7 (patch) | |
tree | 94ba821de3675845cf2f918fb6ccfcddd12cb674 /x11-libs | |
parent | Fixed bug number in ChangeLog (diff) | |
download | gentoo-2-ed7a46983d23a33e2bec3479bb46c029fa63ebc7.tar.gz gentoo-2-ed7a46983d23a33e2bec3479bb46c029fa63ebc7.tar.bz2 gentoo-2-ed7a46983d23a33e2bec3479bb46c029fa63ebc7.zip |
Add ~amd64, ~sparc keywords (but masked on sparc pending investigation of possible data alignment error).
(Portage version: 2.1.2_rc3-r7)
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/fxscintilla/ChangeLog | 9 | ||||
-rw-r--r-- | x11-libs/fxscintilla/fxscintilla-1.71.ebuild | 4 |
2 files changed, 10 insertions, 3 deletions
diff --git a/x11-libs/fxscintilla/ChangeLog b/x11-libs/fxscintilla/ChangeLog index 8b5375e2d9d7..760b773fb199 100644 --- a/x11-libs/fxscintilla/ChangeLog +++ b/x11-libs/fxscintilla/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for x11-libs/fxscintilla # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/fxscintilla/ChangeLog,v 1.18 2006/12/18 22:46:52 mabi Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/fxscintilla/ChangeLog,v 1.19 2006/12/19 15:34:45 fmccor Exp $ + + 19 Dec 2006; Ferris McCormick <fmccor@gentoo.org> fxscintilla-1.71.ebuild: + Add ~amd64, ~sparc keywords. Both versions build as expected and appear to + run (tested with fxruby after a necessary rebuild). Note, however, that this + version is now package-masked on sparc because of a potential data alignment + problem which shows up at exit in PropSet::Clear() called from + ScintillaBase::~ScintillaBase(). *fxscintilla-1.62-r2 (18 Dec 2006) diff --git a/x11-libs/fxscintilla/fxscintilla-1.71.ebuild b/x11-libs/fxscintilla/fxscintilla-1.71.ebuild index 48cdf62c6de6..ff17faedeaec 100644 --- a/x11-libs/fxscintilla/fxscintilla-1.71.ebuild +++ b/x11-libs/fxscintilla/fxscintilla-1.71.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/fxscintilla/fxscintilla-1.71.ebuild,v 1.2 2006/10/31 10:27:24 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/fxscintilla/fxscintilla-1.71.ebuild,v 1.3 2006/12/19 15:34:45 fmccor Exp $ inherit eutils @@ -10,7 +10,7 @@ SRC_URI="http://savannah.nongnu.org/download/fxscintilla/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~ppc ~x86" +KEYWORDS="~amd64 ~ppc ~sparc ~x86" IUSE="doc" DEPEND="=x11-libs/fox-1.2* |