diff options
author | Alexis Ballier <aballier@gentoo.org> | 2015-04-02 08:34:38 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2015-04-02 08:34:38 +0000 |
commit | e26a9d5bd7ff5ac8e153a9772d0a9ebaef3d503b (patch) | |
tree | 1e8de17a2a329978e4ac5b64822641bd2d487fba /dev-ml | |
parent | remove old (diff) | |
download | gentoo-2-e26a9d5bd7ff5ac8e153a9772d0a9ebaef3d503b.tar.gz gentoo-2-e26a9d5bd7ff5ac8e153a9772d0a9ebaef3d503b.tar.bz2 gentoo-2-e26a9d5bd7ff5ac8e153a9772d0a9ebaef3d503b.zip |
add missing cmdliner dep for tests, by Andreas Schürch, bug #527318
Signed-off-by: aballier@gentoo.org
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/uutf/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ml/uutf/uutf-0.9.4.ebuild | 7 |
2 files changed, 8 insertions, 4 deletions
diff --git a/dev-ml/uutf/ChangeLog b/dev-ml/uutf/ChangeLog index 7ad0fa7c17c5..7484b3389f6c 100644 --- a/dev-ml/uutf/ChangeLog +++ b/dev-ml/uutf/ChangeLog @@ -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 <aballier@gentoo.org> uutf-0.9.4.ebuild: + add missing cmdliner dep for tests, by Andreas Schürch, bug #527318 02 Apr 2015; Alexis Ballier <aballier@gentoo.org> -uutf-0.9.3.ebuild: remove old diff --git a/dev-ml/uutf/uutf-0.9.4.ebuild b/dev-ml/uutf/uutf-0.9.4.ebuild index abce284199ad..2852fbcd9665 100644 --- a/dev-ml/uutf/uutf-0.9.4.ebuild +++ b/dev-ml/uutf/uutf-0.9.4.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/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 @@ SRC_URI="http://erratique.ch/software/uutf/releases/${P}.tbz" 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 \ |