diff options
author | Markus Meier <maekke@gentoo.org> | 2008-04-11 22:02:25 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2008-04-11 22:02:25 +0000 |
commit | cad5e8b4dc6d2b8bfadb213aa3835ccdaede8b4e (patch) | |
tree | 9806db976cc207dad54f3858cbcd1c97f47f9747 /dev-ml/ounit | |
parent | amd64/x86 stable, bug #216966 (diff) | |
download | gentoo-2-cad5e8b4dc6d2b8bfadb213aa3835ccdaede8b4e.tar.gz gentoo-2-cad5e8b4dc6d2b8bfadb213aa3835ccdaede8b4e.tar.bz2 gentoo-2-cad5e8b4dc6d2b8bfadb213aa3835ccdaede8b4e.zip |
x86 stable, bug #216987
(Portage version: 2.1.5_rc2)
Diffstat (limited to 'dev-ml/ounit')
-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 7d5002137797..3cb5e98c87cd 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.10 2008/04/10 18:57:10 coldwind Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/ounit/ChangeLog,v 1.11 2008/04/11 22:02:25 maekke Exp $ + + 11 Apr 2008; Markus Meier <maekke@gentoo.org> ounit-1.0.2.ebuild: + x86 stable, bug #216987 10 Apr 2008; Santiago M. Mola <coldwind@gentoo.org> ounit-1.0.2.ebuild: amd64 stable wrt bug #216987 diff --git a/dev-ml/ounit/ounit-1.0.2.ebuild b/dev-ml/ounit/ounit-1.0.2.ebuild index 0fa442a25dbc..435a7550cc61 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.4 2008/04/10 18:57:10 coldwind Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/ounit/ounit-1.0.2.ebuild,v 1.5 2008/04/11 22:02:25 maekke 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="amd64 ppc ~x86" +KEYWORDS="amd64 ppc x86" DEPEND="dev-lang/ocaml" IUSE="+ocamlopt" |