diff options
author | Markus Meier <maekke@gentoo.org> | 2009-01-11 21:15:23 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2009-01-11 21:15:23 +0000 |
commit | e2604f687b2c808b8d7fbda3f2f5773b6be991c8 (patch) | |
tree | cc3d607a989771235b34f0b9d9c96becfe73cdb5 /dev-ml/findlib | |
parent | x86 stable, bug #254291 (diff) | |
download | gentoo-2-e2604f687b2c808b8d7fbda3f2f5773b6be991c8.tar.gz gentoo-2-e2604f687b2c808b8d7fbda3f2f5773b6be991c8.tar.bz2 gentoo-2-e2604f687b2c808b8d7fbda3f2f5773b6be991c8.zip |
amd64 stable, bug #254069
(Portage version: 2.1.6.4/cvs/Linux 2.6.28 x86_64)
Diffstat (limited to 'dev-ml/findlib')
-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 3d71c54790ae..b31fc7b365eb 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.51 2009/01/10 16:04:45 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/findlib/ChangeLog,v 1.52 2009/01/11 21:15:23 maekke Exp $ + + 11 Jan 2009; Markus Meier <maekke@gentoo.org> findlib-1.2.3.ebuild: + amd64 stable, bug #254069 10 Jan 2009; Raúl Porcel <armin76@gentoo.org> findlib-1.2.3.ebuild: alpha/ia64/sparc/x86 stable wrt #254069 diff --git a/dev-ml/findlib/findlib-1.2.3.ebuild b/dev-ml/findlib/findlib-1.2.3.ebuild index a3b784a628a0..a21b05768143 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.5 2009/01/10 16:04:45 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/findlib/findlib-1.2.3.ebuild,v 1.6 2009/01/11 21:15:23 maekke 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?]" |