diff options
-rw-r--r-- | dev-ml/ocaml-autoconf/ChangeLog | 7 | ||||
-rw-r--r-- | dev-ml/ocaml-autoconf/ocaml-autoconf-1.1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-ml/ocaml-autoconf/ChangeLog b/dev-ml/ocaml-autoconf/ChangeLog index 5254ac4ded02..2cb17da79620 100644 --- a/dev-ml/ocaml-autoconf/ChangeLog +++ b/dev-ml/ocaml-autoconf/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ml/ocaml-autoconf -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-autoconf/ChangeLog,v 1.3 2010/04/15 14:46:53 ranger Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-autoconf/ChangeLog,v 1.4 2012/03/08 21:44:03 hwoarang Exp $ + + 08 Mar 2012; Markos Chandras <hwoarang@gentoo.org> ocaml-autoconf-1.1.ebuild: + Stable on amd64 wrt bug #407233 15 Apr 2010; Brent Baude <ranger@gentoo.org> ocaml-autoconf-1.1.ebuild: Marking ocaml-autoconf-1.1 for bug 290222 diff --git a/dev-ml/ocaml-autoconf/ocaml-autoconf-1.1.ebuild b/dev-ml/ocaml-autoconf/ocaml-autoconf-1.1.ebuild index 603112f2a990..7910d02deb0c 100644 --- a/dev-ml/ocaml-autoconf/ocaml-autoconf-1.1.ebuild +++ b/dev-ml/ocaml-autoconf/ocaml-autoconf-1.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-autoconf/ocaml-autoconf-1.1.ebuild,v 1.3 2010/04/15 14:46:53 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-autoconf/ocaml-autoconf-1.1.ebuild,v 1.4 2012/03/08 21:44:03 hwoarang Exp $ EAPI="2" @@ -10,7 +10,7 @@ SRC_URI="http://forge.ocamlcore.org/frs/download.php/282/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ppc x86" +KEYWORDS="amd64 ppc x86" IUSE="" DEPEND="" |