summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfredo Tupone <tupone@gentoo.org>2021-03-07 10:17:35 +0100
committerAlfredo Tupone <tupone@gentoo.org>2021-03-07 10:17:35 +0100
commit58c9fe4bae88d9b0e63db87557365142a6ec9078 (patch)
treef2a2586398821c381aa23843f7fd70f9b7845220 /dev-ml/ocaml-sqlite3/ocaml-sqlite3-5.0.2.ebuild
parentapp-emulation/lxd: bump to 4.0.5 (diff)
downloadgentoo-58c9fe4bae88d9b0e63db87557365142a6ec9078.tar.gz
gentoo-58c9fe4bae88d9b0e63db87557365142a6ec9078.tar.bz2
gentoo-58c9fe4bae88d9b0e63db87557365142a6ec9078.zip
dev-ml/ocaml-sqlite3: adjust dependency
Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'dev-ml/ocaml-sqlite3/ocaml-sqlite3-5.0.2.ebuild')
-rw-r--r--dev-ml/ocaml-sqlite3/ocaml-sqlite3-5.0.2.ebuild11
1 files changed, 5 insertions, 6 deletions
diff --git a/dev-ml/ocaml-sqlite3/ocaml-sqlite3-5.0.2.ebuild b/dev-ml/ocaml-sqlite3/ocaml-sqlite3-5.0.2.ebuild
index c27dbb6c239d..9c9e393e7533 100644
--- a/dev-ml/ocaml-sqlite3/ocaml-sqlite3-5.0.2.ebuild
+++ b/dev-ml/ocaml-sqlite3/ocaml-sqlite3-5.0.2.ebuild
@@ -6,7 +6,7 @@ EAPI=7
DUNE_PKG_NAME="sqlite3"
inherit dune
-DESCRIPTION="A package for ocaml that provides access to SQLite databases"
+DESCRIPTION="SQLite3 bindings for OCaml"
HOMEPAGE="http://mmottl.github.io/sqlite3-ocaml/"
SRC_URI="https://github.com/mmottl/sqlite3-ocaml/archive/${PV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/sqlite3-ocaml-${PV}"
@@ -19,12 +19,11 @@ RESTRICT="!test? ( test )"
RDEPEND=">=dev-db/sqlite-3.3.3"
BDEPEND="
- >=dev-lang/ocaml-4.05
+ >=dev-lang/ocaml-4.06
dev-ml/dune-configurator
"
DEPEND="${RDEPEND}
- dev-ml/base:=
- dev-ml/stdio:=
- dev-ml/configurator:=
- test? ( dev-ml/ppx_inline_test )
+ test? (
+ dev-ml/ppx_inline_test
+ )
"