diff options
author | Brent Baude <ranger@gentoo.org> | 2009-01-07 15:28:12 +0000 |
---|---|---|
committer | Brent Baude <ranger@gentoo.org> | 2009-01-07 15:28:12 +0000 |
commit | a8ed128a2706c89cf495da26c3ba4ef7c94da2f5 (patch) | |
tree | d147c16c8890786729724006888b550db0278192 | |
parent | Marking activerecord-2.2.2 ppc64 for bug 253425 (diff) | |
download | gentoo-2-a8ed128a2706c89cf495da26c3ba4ef7c94da2f5.tar.gz gentoo-2-a8ed128a2706c89cf495da26c3ba4ef7c94da2f5.tar.bz2 gentoo-2-a8ed128a2706c89cf495da26c3ba4ef7c94da2f5.zip |
stable ppc64, bug 254069
(Portage version: 2.2_rc17/cvs/Linux 2.6.25-gentoo-r7 ppc64)
-rw-r--r-- | dev-ml/findlib/ChangeLog | 7 | ||||
-rw-r--r-- | dev-ml/findlib/findlib-1.2.3.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-ml/findlib/ChangeLog b/dev-ml/findlib/ChangeLog index be60c8c9447e..a9e05d636f3f 100644 --- a/dev-ml/findlib/ChangeLog +++ b/dev-ml/findlib/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ml/findlib -# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/findlib/ChangeLog,v 1.48 2008/11/15 12:11:09 aballier Exp $ +# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ml/findlib/ChangeLog,v 1.49 2009/01/07 15:28:12 ranger Exp $ + + 07 Jan 2009; Brent Baude <ranger@gentoo.org> findlib-1.2.3.ebuild: + stable ppc64, bug 254069 *findlib-1.2.3 (15 Nov 2008) diff --git a/dev-ml/findlib/findlib-1.2.3.ebuild b/dev-ml/findlib/findlib-1.2.3.ebuild index 419cf34b8fcc..2ffd8fc305e9 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-2008 Gentoo Foundation +# 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.2 2008/12/31 03:20:04 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/findlib/findlib-1.2.3.ebuild,v 1.3 2009/01/07 15:28:12 ranger 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?]" |