diff options
-rw-r--r-- | dev-ml/ocamldsort/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ml/ocamldsort/ocamldsort-0.14.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ml/ocamldsort/ChangeLog b/dev-ml/ocamldsort/ChangeLog index 5ba39fa67e78..8e54422a087d 100644 --- a/dev-ml/ocamldsort/ChangeLog +++ b/dev-ml/ocamldsort/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ml/ocamldsort # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamldsort/ChangeLog,v 1.4 2008/01/03 23:32:08 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamldsort/ChangeLog,v 1.5 2008/08/16 16:26:09 nixnut Exp $ + + 16 Aug 2008; nixnut <nixnut@gentoo.org> ocamldsort-0.14.4.ebuild: + Stable on ppc wrt bug 234567 *ocamldsort-0.14.4 (03 Jan 2008) diff --git a/dev-ml/ocamldsort/ocamldsort-0.14.4.ebuild b/dev-ml/ocamldsort/ocamldsort-0.14.4.ebuild index 0808584b48c3..02ffbc52da0e 100644 --- a/dev-ml/ocamldsort/ocamldsort-0.14.4.ebuild +++ b/dev-ml/ocamldsort/ocamldsort-0.14.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamldsort/ocamldsort-0.14.4.ebuild,v 1.1 2008/01/03 23:32:08 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamldsort/ocamldsort-0.14.4.ebuild,v 1.2 2008/08/16 16:26:09 nixnut Exp $ DESCRIPTION="A dependency sorter for OCaml source files" HOMEPAGE="http://dimitri.mutu.net/ocaml.html" @@ -11,7 +11,7 @@ LICENSE="LGPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="~amd64 ppc ~x86" IUSE="" |