diff options
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/ocaml-sqlite3/ocaml-sqlite3-4.2.0.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/dev-ml/ocaml-sqlite3/ocaml-sqlite3-4.2.0.ebuild b/dev-ml/ocaml-sqlite3/ocaml-sqlite3-4.2.0.ebuild index 6b298cba0bfb..0b259003e62f 100644 --- a/dev-ml/ocaml-sqlite3/ocaml-sqlite3-4.2.0.ebuild +++ b/dev-ml/ocaml-sqlite3/ocaml-sqlite3-4.2.0.ebuild @@ -14,12 +14,15 @@ SRC_URI="https://github.com/mmottl/sqlite3-ocaml/releases/download/${PV}/${MY_P} LICENSE="MIT" SLOT="0/${PV}" -KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd" +KEYWORDS="~amd64 ~x86-fbsd" IUSE="" RDEPEND=">=dev-db/sqlite-3.3.3" DEPEND="${RDEPEND} dev-ml/jbuilder + dev-ml/base + dev-ml/stdio + dev-ml/configurator >=dev-ml/findlib-1.3.2" S=${WORKDIR}/${MY_P} |