diff options
author | Jeroen Roovers <jer@gentoo.org> | 2009-01-12 04:15:25 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2009-01-12 04:15:25 +0000 |
commit | 2b8a47247331a1fcccb9d1be99277c7aceed1c00 (patch) | |
tree | 99bcf0748a894c1083b236c382de1887b46626a9 /dev-ml | |
parent | Do not block app-editors/mp any longer, thanks to Guenther Brunthaler (bug #2... (diff) | |
download | gentoo-2-2b8a47247331a1fcccb9d1be99277c7aceed1c00.tar.gz gentoo-2-2b8a47247331a1fcccb9d1be99277c7aceed1c00.tar.bz2 gentoo-2-2b8a47247331a1fcccb9d1be99277c7aceed1c00.zip |
Stable for HPPA (bug #254069).
(Portage version: 2.2_rc20/cvs/Linux 2.6.25-gentoo-r7-JeR i686)
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/findlib/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ml/findlib/findlib-1.2.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ml/findlib/ChangeLog b/dev-ml/findlib/ChangeLog index b31fc7b365eb..febe4e6293e1 100644 --- a/dev-ml/findlib/ChangeLog +++ b/dev-ml/findlib/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ml/findlib # Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/findlib/ChangeLog,v 1.52 2009/01/11 21:15:23 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/findlib/ChangeLog,v 1.53 2009/01/12 04:15:25 jer Exp $ + + 12 Jan 2009; Jeroen Roovers <jer@gentoo.org> findlib-1.2.3.ebuild: + Stable for HPPA (bug #254069). 11 Jan 2009; Markus Meier <maekke@gentoo.org> findlib-1.2.3.ebuild: amd64 stable, bug #254069 diff --git a/dev-ml/findlib/findlib-1.2.3.ebuild b/dev-ml/findlib/findlib-1.2.3.ebuild index a21b05768143..b060819917d9 100644 --- a/dev-ml/findlib/findlib-1.2.3.ebuild +++ b/dev-ml/findlib/findlib-1.2.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/findlib/findlib-1.2.3.ebuild,v 1.6 2009/01/11 21:15:23 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/findlib/findlib-1.2.3.ebuild,v 1.7 2009/01/12 04:15:25 jer Exp $ EAPI=2 @@ -16,7 +16,7 @@ IUSE="doc +ocamlopt tk" LICENSE="MIT X11" SLOT="0" -KEYWORDS="alpha amd64 ~hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd" +KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd" DEPEND=">=dev-lang/ocaml-3.10[ocamlopt?,tk?]" |