diff options
author | Ferris McCormick <fmccor@gentoo.org> | 2007-04-19 12:28:05 +0000 |
---|---|---|
committer | Ferris McCormick <fmccor@gentoo.org> | 2007-04-19 12:28:05 +0000 |
commit | fb0e142daaf617303d8d96ed1676a280a1aa5e35 (patch) | |
tree | c8f9a45e8362a9a3d6ca0fdfe584011195dfd041 /x11-libs/fxscintilla/fxscintilla-1.62-r2.ebuild | |
parent | Mask xosd since it's broken and unmaintained. (diff) | |
download | gentoo-2-fb0e142daaf617303d8d96ed1676a280a1aa5e35.tar.gz gentoo-2-fb0e142daaf617303d8d96ed1676a280a1aa5e35.tar.bz2 gentoo-2-fb0e142daaf617303d8d96ed1676a280a1aa5e35.zip |
That was wrong. 1.71 fails on sparc, 1.62-r2 is good for fox12.
(Portage version: 2.1.2.4)
Diffstat (limited to 'x11-libs/fxscintilla/fxscintilla-1.62-r2.ebuild')
-rw-r--r-- | x11-libs/fxscintilla/fxscintilla-1.62-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-libs/fxscintilla/fxscintilla-1.62-r2.ebuild b/x11-libs/fxscintilla/fxscintilla-1.62-r2.ebuild index f7b40e53701b..8d98df8e45a8 100644 --- a/x11-libs/fxscintilla/fxscintilla-1.62-r2.ebuild +++ b/x11-libs/fxscintilla/fxscintilla-1.62-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/fxscintilla/fxscintilla-1.62-r2.ebuild,v 1.4 2007/04/19 11:53:07 fmccor Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/fxscintilla/fxscintilla-1.62-r2.ebuild,v 1.5 2007/04/19 12:28:05 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="~alpha ~amd64 ~ppc ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~ppc sparc ~x86" IUSE="doc" DEPEND="=x11-libs/fox-1.2*" |