diff options
Diffstat (limited to 'dev-ml/ounit/ounit-1.1.0.ebuild')
-rw-r--r-- | dev-ml/ounit/ounit-1.1.0.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
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" |