aballier 15/04/02 08:34:38 Modified: ChangeLog uutf-0.9.4.ebuild Log: add missing cmdliner dep for tests, by Andreas Schürch, bug #527318 Signed-off-by: [email protected] (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Revision Changes Path 1.5 dev-ml/uutf/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/uutf/ChangeLog?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/uutf/ChangeLog?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/uutf/ChangeLog?r1=1.4&r2=1.5 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ml/uutf/ChangeLog,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- ChangeLog 2 Apr 2015 08:32:45 -0000 1.4 +++ ChangeLog 2 Apr 2015 08:34:38 -0000 1.5 @@ -1,6 +1,9 @@ # ChangeLog for dev-ml/uutf # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/uutf/ChangeLog,v 1.4 2015/04/02 08:32:45 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/uutf/ChangeLog,v 1.5 2015/04/02 08:34:38 aballier Exp $ + + 02 Apr 2015; Alexis Ballier <[email protected]> uutf-0.9.4.ebuild: + add missing cmdliner dep for tests, by Andreas Schürch, bug #527318 02 Apr 2015; Alexis Ballier <[email protected]> -uutf-0.9.3.ebuild: remove old 1.3 dev-ml/uutf/uutf-0.9.4.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/uutf/uutf-0.9.4.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/uutf/uutf-0.9.4.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/uutf/uutf-0.9.4.ebuild?r1=1.2&r2=1.3 Index: uutf-0.9.4.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ml/uutf/uutf-0.9.4.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- uutf-0.9.4.ebuild 26 Jan 2015 14:01:18 -0000 1.2 +++ uutf-0.9.4.ebuild 2 Apr 2015 08:34:38 -0000 1.3 @@ -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/uutf/uutf-0.9.4.ebuild,v 1.2 2015/01/26 14:01:18 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/uutf/uutf-0.9.4.ebuild,v 1.3 2015/04/02 08:34:38 aballier Exp $ EAPI="5" @@ -13,11 +13,12 @@ LICENSE="BSD" SLOT="0/${PV}" KEYWORDS="~amd64" -IUSE="utftrip +ocamlopt doc" +IUSE="doc utftrip +ocamlopt test" RDEPEND=">=dev-lang/ocaml-3.12:=[ocamlopt?] utftrip? ( dev-ml/cmdliner:= )" -DEPEND="${RDEPEND}" +DEPEND="${RDEPEND} + test? ( dev-ml/cmdliner )" src_compile() { ocaml pkg/build.ml \
