diff options
author | Gysbert Wassenaar <nixnut@gentoo.org> | 2008-04-09 17:25:58 +0000 |
---|---|---|
committer | Gysbert Wassenaar <nixnut@gentoo.org> | 2008-04-09 17:25:58 +0000 |
commit | 1d9252bf11a20401298af8d215c9e4637ecdf299 (patch) | |
tree | 1768fd4065a22fcca5a2b86fffd480bc2a3fc229 | |
parent | Stable on ppc wrt bug #216658 (diff) | |
download | gentoo-2-1d9252bf11a20401298af8d215c9e4637ecdf299.tar.gz gentoo-2-1d9252bf11a20401298af8d215c9e4637ecdf299.tar.bz2 gentoo-2-1d9252bf11a20401298af8d215c9e4637ecdf299.zip |
Stable on ppc wrt bug #216987
(Portage version: 2.1.5_rc2)
-rw-r--r-- | dev-ml/ounit/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ml/ounit/ounit-1.0.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ml/ounit/ChangeLog b/dev-ml/ounit/ChangeLog index 4c83fd3f5ff8..e2c9ed222bac 100644 --- a/dev-ml/ounit/ChangeLog +++ b/dev-ml/ounit/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ml/ounit # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/ounit/ChangeLog,v 1.8 2008/01/04 01:38:29 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/ounit/ChangeLog,v 1.9 2008/04/09 17:25:58 nixnut Exp $ + + 09 Apr 2008; nixnut <nixnut@gentoo.org> ounit-1.0.2.ebuild: + Stable on ppc wrt bug #216987 04 Jan 2008; Alexis Ballier <aballier@gentoo.org> ounit-1.0.2.ebuild: allow building without ocamlopt diff --git a/dev-ml/ounit/ounit-1.0.2.ebuild b/dev-ml/ounit/ounit-1.0.2.ebuild index e5c5717b3123..5c7ffbf6203f 100644 --- a/dev-ml/ounit/ounit-1.0.2.ebuild +++ b/dev-ml/ounit/ounit-1.0.2.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/ounit/ounit-1.0.2.ebuild,v 1.2 2008/01/04 01:38:29 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/ounit/ounit-1.0.2.ebuild,v 1.3 2008/04/09 17:25:58 nixnut Exp $ inherit findlib eutils @@ -11,7 +11,7 @@ HOMEPAGE="http://www.xs4all.nl/~mmzeeman/ocaml/" SRC_URI="http://www.xs4all.nl/~mmzeeman/ocaml/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~x86 ~ppc ~amd64" +KEYWORDS="~amd64 ppc ~x86" DEPEND="dev-lang/ocaml" IUSE="+ocamlopt" |