diff options
author | Markus Meier <maekke@gentoo.org> | 2011-07-23 11:21:19 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2011-07-23 11:21:19 +0000 |
commit | 220ebb9004e80b150b6423c3c6a7838e7e729e19 (patch) | |
tree | faae676dcf39ec2a3bd9aed0707deaf81b5d6caf /dev-ml/findlib | |
parent | x86 stable, bug #374965 (diff) | |
download | gentoo-2-220ebb9004e80b150b6423c3c6a7838e7e729e19.tar.gz gentoo-2-220ebb9004e80b150b6423c3c6a7838e7e729e19.tar.bz2 gentoo-2-220ebb9004e80b150b6423c3c6a7838e7e729e19.zip |
x86 stable, bug #374967
(Portage version: 2.1.10.7/cvs/Linux 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.7.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ml/findlib/ChangeLog b/dev-ml/findlib/ChangeLog index f80c27b4c8ac..211179f10b31 100644 --- a/dev-ml/findlib/ChangeLog +++ b/dev-ml/findlib/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ml/findlib # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/findlib/ChangeLog,v 1.75 2011/07/16 17:43:15 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/findlib/ChangeLog,v 1.76 2011/07/23 11:21:19 maekke Exp $ + + 23 Jul 2011; Markus Meier <maekke@gentoo.org> findlib-1.2.7.ebuild: + x86 stable, bug #374967 16 Jul 2011; Markos Chandras <hwoarang@gentoo.org> findlib-1.2.7.ebuild: Stable on amd64 wrt bug #374967 diff --git a/dev-ml/findlib/findlib-1.2.7.ebuild b/dev-ml/findlib/findlib-1.2.7.ebuild index 0a020be1698f..70a945f8dd3c 100644 --- a/dev-ml/findlib/findlib-1.2.7.ebuild +++ b/dev-ml/findlib/findlib-1.2.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/findlib/findlib-1.2.7.ebuild,v 1.2 2011/07/16 17:43:15 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/findlib/findlib-1.2.7.ebuild,v 1.3 2011/07/23 11:21:19 maekke Exp $ EAPI=2 @@ -16,7 +16,7 @@ IUSE="doc +ocamlopt tk" LICENSE="MIT" 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?]" RDEPEND="${DEPEND}" |