diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2011-01-02 00:46:31 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2011-01-02 00:46:31 +0000 |
commit | 60ce3e4858403cadc9a38d85acf07dbf47f6e034 (patch) | |
tree | 16722bc6de068cf89ce3488590e32e67e2d9240c /dev-ml/ounit | |
parent | Version bump (diff) | |
download | gentoo-2-60ce3e4858403cadc9a38d85acf07dbf47f6e034.tar.gz gentoo-2-60ce3e4858403cadc9a38d85acf07dbf47f6e034.tar.bz2 gentoo-2-60ce3e4858403cadc9a38d85acf07dbf47f6e034.zip |
Stable on amd64 wrt bug #349760
(Portage version: 2.1.9.26/cvs/Linux x86_64)
Diffstat (limited to 'dev-ml/ounit')
-rw-r--r-- | dev-ml/ounit/ChangeLog | 7 | ||||
-rw-r--r-- | dev-ml/ounit/ounit-1.1.0.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-ml/ounit/ChangeLog b/dev-ml/ounit/ChangeLog index 15d16bc83b56..c4f1c8f9ff39 100644 --- a/dev-ml/ounit/ChangeLog +++ b/dev-ml/ounit/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ml/ounit -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/ounit/ChangeLog,v 1.21 2010/12/29 15:13:49 tomka Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ml/ounit/ChangeLog,v 1.22 2011/01/02 00:46:31 hwoarang Exp $ + + 02 Jan 2011; Markos Chandras <hwoarang@gentoo.org> ounit-1.1.0.ebuild: + Stable on amd64 wrt bug #349760 29 Dec 2010; Thomas Kahle <tomka@gentoo.org> ounit-1.1.0.ebuild: x86 stable per bug 349760 diff --git a/dev-ml/ounit/ounit-1.1.0.ebuild b/dev-ml/ounit/ounit-1.1.0.ebuild index 8083b17563f4..11c473c4c96e 100644 --- a/dev-ml/ounit/ounit-1.1.0.ebuild +++ b/dev-ml/ounit/ounit-1.1.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/ounit/ounit-1.1.0.ebuild,v 1.2 2010/12/29 15:13:49 tomka Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/ounit/ounit-1.1.0.ebuild,v 1.3 2011/01/02 00:46:31 hwoarang Exp $ EAPI="2" @@ -11,7 +11,7 @@ HOMEPAGE="http://ounit.forge.ocamlcore.org/" SRC_URI="https://forge.ocamlcore.org/frs/download.php/495/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~ppc x86" +KEYWORDS="amd64 ~ppc x86" DEPEND=">=dev-lang/ocaml-3.10.2[ocamlopt?]" RDEPEND="${DEPEND}" IUSE="debug doc +ocamlopt" |