diff options
author | Jason Wever <weeve@gentoo.org> | 2006-10-01 03:01:15 +0000 |
---|---|---|
committer | Jason Wever <weeve@gentoo.org> | 2006-10-01 03:01:15 +0000 |
commit | e2c856c426770f83f0fb7a38449431185268f91a (patch) | |
tree | 03c334a9789726bebd99965ce40a34036cee4204 /dev-libs/fribidi | |
parent | Bug #147189 - fix dependancies for USE=minimal. Bug #136786 - tidy use USE=mi... (diff) | |
download | gentoo-2-e2c856c426770f83f0fb7a38449431185268f91a.tar.gz gentoo-2-e2c856c426770f83f0fb7a38449431185268f91a.tar.bz2 gentoo-2-e2c856c426770f83f0fb7a38449431185268f91a.zip |
Stable on SPARC wrt bug #131795.
(Portage version: 2.1.2_pre2)
Diffstat (limited to 'dev-libs/fribidi')
-rw-r--r-- | dev-libs/fribidi/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/fribidi/fribidi-0.10.7.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/fribidi/ChangeLog b/dev-libs/fribidi/ChangeLog index 023e12d658cc..ab35af13e4e6 100644 --- a/dev-libs/fribidi/ChangeLog +++ b/dev-libs/fribidi/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/fribidi # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/fribidi/ChangeLog,v 1.25 2006/09/29 05:44:02 wormo Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/fribidi/ChangeLog,v 1.26 2006/10/01 03:01:15 weeve Exp $ + + 01 Oct 2006; Jason Wever <weeve@gentoo.org> fribidi-0.10.7.ebuild: + Stable on SPARC wrt bug #131795. 28 Sep 2006; Stephanie Lockwood-Childs <wormo@gentoo.org> fribidi-0.10.7.ebuild: diff --git a/dev-libs/fribidi/fribidi-0.10.7.ebuild b/dev-libs/fribidi/fribidi-0.10.7.ebuild index 5195485445d3..e566da95fc2d 100644 --- a/dev-libs/fribidi/fribidi-0.10.7.ebuild +++ b/dev-libs/fribidi/fribidi-0.10.7.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/dev-libs/fribidi/fribidi-0.10.7.ebuild,v 1.7 2006/09/29 05:44:02 wormo Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/fribidi/fribidi-0.10.7.ebuild,v 1.8 2006/10/01 03:01:15 weeve Exp $ DESCRIPTION="A free implementation of the unicode bidirectional algorithm" HOMEPAGE="http://fribidi.org/" @@ -8,7 +8,7 @@ SRC_URI="http://fribidi.org/download/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ppc-macos ppc64 ~sparc ~x86 ~x86-fbsd" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ppc-macos ppc64 sparc ~x86 ~x86-fbsd" IUSE="" DEPEND="virtual/libc" |