diff options
author | Tobias Scherbaum <dertobi123@gentoo.org> | 2006-10-01 19:16:48 +0000 |
---|---|---|
committer | Tobias Scherbaum <dertobi123@gentoo.org> | 2006-10-01 19:16:48 +0000 |
commit | 5d21223fcc64155bbbeb2b1dcd6df63ea4fc7e66 (patch) | |
tree | 376c11554dd40deb9bba1ed15f5834e93d9d47c7 /dev-libs/fribidi | |
parent | hppa stable, bug #122729 (diff) | |
download | gentoo-2-5d21223fcc64155bbbeb2b1dcd6df63ea4fc7e66.tar.gz gentoo-2-5d21223fcc64155bbbeb2b1dcd6df63ea4fc7e66.tar.bz2 gentoo-2-5d21223fcc64155bbbeb2b1dcd6df63ea4fc7e66.zip |
hppa stable, bug #131795
(Portage version: 2.1.1-r1)
Diffstat (limited to 'dev-libs/fribidi')
-rw-r--r-- | dev-libs/fribidi/ChangeLog | 6 | ||||
-rw-r--r-- | dev-libs/fribidi/fribidi-0.10.7.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-libs/fribidi/ChangeLog b/dev-libs/fribidi/ChangeLog index ab35af13e4e6..f065f76215b8 100644 --- a/dev-libs/fribidi/ChangeLog +++ b/dev-libs/fribidi/ChangeLog @@ -1,6 +1,10 @@ # 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.26 2006/10/01 03:01:15 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/fribidi/ChangeLog,v 1.27 2006/10/01 19:16:48 dertobi123 Exp $ + + 01 Oct 2006; Tobias Scherbaum <dertobi123@gentoo.org> + fribidi-0.10.7.ebuild: + hppa stable, bug #131795 01 Oct 2006; Jason Wever <weeve@gentoo.org> fribidi-0.10.7.ebuild: Stable on SPARC wrt bug #131795. diff --git a/dev-libs/fribidi/fribidi-0.10.7.ebuild b/dev-libs/fribidi/fribidi-0.10.7.ebuild index e566da95fc2d..d358347d1cf7 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.8 2006/10/01 03:01:15 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/fribidi/fribidi-0.10.7.ebuild,v 1.9 2006/10/01 19:16:48 dertobi123 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" |