aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortomboy64 <tomboy64@sina.cn>2015-09-05 02:15:02 +0200
committertomboy64 <tomboy64@sina.cn>2015-09-05 02:15:02 +0200
commit5d73164e347eae09907dfece9f2f9f8d21378729 (patch)
treed6e01dfd06fda7f711ff02ee5dc383831517133e /dev-ml/stringext/stringext-1.4.0.ebuild
parentfix libres3 deps (diff)
downloadtbc-5d73164e347eae09907dfece9f2f9f8d21378729.tar.gz
tbc-5d73164e347eae09907dfece9f2f9f8d21378729.tar.bz2
tbc-5d73164e347eae09907dfece9f2f9f8d21378729.zip
adding necessary dev-ml packages for libres3
Diffstat (limited to 'dev-ml/stringext/stringext-1.4.0.ebuild')
-rw-r--r--dev-ml/stringext/stringext-1.4.0.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-ml/stringext/stringext-1.4.0.ebuild b/dev-ml/stringext/stringext-1.4.0.ebuild
index 51d71ed..9d8f49d 100644
--- a/dev-ml/stringext/stringext-1.4.0.ebuild
+++ b/dev-ml/stringext/stringext-1.4.0.ebuild
@@ -3,13 +3,12 @@
# $Id$
EAPI=5
-
OASIS_BUILD_TESTS=1
-inherit oasis findlib
+inherit oasis
DESCRIPTION="Extra string functions for OCaml"
-HOMEPAGE="https://github.com/mirage/stringext"
+HOMEPAGE="https://github.com/rgrinberg/stringext"
SRC_URI="https://github.com/rgrinberg/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
@@ -18,6 +17,7 @@ KEYWORDS="~amd64"
IUSE=""
DEPEND="
+ test? ( dev-ml/qcheck[ounit(-)] )
>=dev-lang/ocaml-4
"
RDEPEND=""