diff options
-rw-r--r-- | dev-ml/pa_ounit/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ml/pa_ounit/pa_ounit-112.17.00.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ml/pa_ounit/ChangeLog b/dev-ml/pa_ounit/ChangeLog index 6aaf7273ccfd..1b8afc5fa6bb 100644 --- a/dev-ml/pa_ounit/ChangeLog +++ b/dev-ml/pa_ounit/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ml/pa_ounit # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/pa_ounit/ChangeLog,v 1.21 2015/02/20 15:37:06 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/pa_ounit/ChangeLog,v 1.22 2015/02/20 15:40:16 aballier Exp $ + + 20 Feb 2015; Alexis Ballier <aballier@gentoo.org> pa_ounit-112.17.00.ebuild: + fix deps 20 Feb 2015; Alexis Ballier <aballier@gentoo.org> -pa_ounit-109.34.00.ebuild, -pa_ounit-109.36.00.ebuild, -pa_ounit-109.53.02.ebuild, diff --git a/dev-ml/pa_ounit/pa_ounit-112.17.00.ebuild b/dev-ml/pa_ounit/pa_ounit-112.17.00.ebuild index a7d70646093b..9779e6ac0048 100644 --- a/dev-ml/pa_ounit/pa_ounit-112.17.00.ebuild +++ b/dev-ml/pa_ounit/pa_ounit-112.17.00.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/pa_ounit/pa_ounit-112.17.00.ebuild,v 1.1 2015/02/20 15:36:17 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/pa_ounit/pa_ounit-112.17.00.ebuild,v 1.2 2015/02/20 15:40:16 aballier Exp $ EAPI="5" @@ -16,7 +16,7 @@ KEYWORDS="~amd64" IUSE="" DEPEND=">=dev-ml/ounit-1.1.1:= - dev-ml/camlp4:= <dev-lang/ocaml-4.02.0" + dev-ml/camlp4:=" RDEPEND="${DEPEND}" DOCS=( "readme.md" ) |