mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-10 20:18:41 -04:00
dev-ml/dune-rpc: remove vendored csexp
and pp
To use the system-wide ones. Signed-off-by: Hiroki Tokunaga <tokusan441@gmail.com>
This commit is contained in:
parent
2bd7ce6d96
commit
4788dc6c64
@ -38,6 +38,12 @@ BDEPEND="
|
||||
>=dev-ml/dune-3.12:=
|
||||
"
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
|
||||
rm -r vendor/{csexp,pp} || die
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
:
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user