diff options
author | Markus Meier <maekke@gentoo.org> | 2008-08-17 20:29:27 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2008-08-17 20:29:27 +0000 |
commit | 7ff7f637339659232261b6ba19f0d493788c1e76 (patch) | |
tree | 68ba37616797431319ea32733919f1c0e2a30adf /dev-ml/ocamldsort | |
parent | Fix automagic detection of audio if no audio backend is selected in USE (bug ... (diff) | |
download | gentoo-2-7ff7f637339659232261b6ba19f0d493788c1e76.tar.gz gentoo-2-7ff7f637339659232261b6ba19f0d493788c1e76.tar.bz2 gentoo-2-7ff7f637339659232261b6ba19f0d493788c1e76.zip |
x86 stable, bug #234567
(Portage version: 2.2_rc8/cvs/Linux 2.6.27-rc2 i686)
Diffstat (limited to 'dev-ml/ocamldsort')
-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 8e54422a087d..36e93d2215e8 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.5 2008/08/16 16:26:09 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamldsort/ChangeLog,v 1.6 2008/08/17 20:29:27 maekke Exp $ + + 17 Aug 2008; Markus Meier <maekke@gentoo.org> ocamldsort-0.14.4.ebuild: + x86 stable, bug #234567 16 Aug 2008; nixnut <nixnut@gentoo.org> ocamldsort-0.14.4.ebuild: Stable on ppc wrt bug 234567 diff --git a/dev-ml/ocamldsort/ocamldsort-0.14.4.ebuild b/dev-ml/ocamldsort/ocamldsort-0.14.4.ebuild index 02ffbc52da0e..01e7e6015cd8 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.2 2008/08/16 16:26:09 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamldsort/ocamldsort-0.14.4.ebuild,v 1.3 2008/08/17 20:29:27 maekke 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="" |