mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 18:58:08 -07:00
dev-ml/pcre-ocaml: fix dependencies
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -16,11 +16,9 @@ SLOT="0/${PV}"
|
||||
KEYWORDS="amd64 ~arm ~arm64 ppc x86"
|
||||
|
||||
BDEPEND="dev-ml/dune-configurator"
|
||||
RDEPEND=">=dev-libs/libpcre-4.5"
|
||||
DEPEND="
|
||||
${RDEPEND}
|
||||
dev-ml/stdio
|
||||
"
|
||||
RDEPEND=">=dev-libs/libpcre-4.5
|
||||
dev-ml/stdio:="
|
||||
DEPEND="${RDEPEND}"
|
||||
|
||||
src_install() {
|
||||
dune_src_install pcre
|
||||
Reference in New Issue
Block a user