Skip to content

Commit

Permalink
dev-ml/dune-private-libs: required pp is not stable
Browse files Browse the repository at this point in the history
Signed-off-by: Alfredo Tupone <[email protected]>
  • Loading branch information
atupone committed Sep 28, 2024
1 parent 2bdf5a8 commit b9ee835
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions dev-ml/dune-private-libs/dune-private-libs-3.16.0-r4.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ RESTRICT="test"
BDEPEND=">=dev-ml/dune-3.12"
DEPEND="
dev-ml/csexp:=[ocamlopt?]
>=dev-ml/pp-1.2.0:=[ocamlopt?]
"
RDEPEND="${DEPEND}
!dev-ml/stdune
Expand All @@ -31,7 +30,7 @@ RDEPEND="${DEPEND}
src_prepare() {
default

rm -r vendor/{csexp,pp} || die
rm -r vendor/csexp || die
}

src_configure() {
Expand Down

0 comments on commit b9ee835

Please sign in to comment.