mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-19 12:03:02 -04:00
dev-cpp/coeurl: fix build with recent meson
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
@@ -27,6 +27,11 @@ DEPEND="
|
|||||||
test? ( dev-cpp/doctest )
|
test? ( dev-cpp/doctest )
|
||||||
"
|
"
|
||||||
|
|
||||||
|
src_prepare() {
|
||||||
|
default
|
||||||
|
rm -r subprojects || die
|
||||||
|
}
|
||||||
|
|
||||||
src_configure() {
|
src_configure() {
|
||||||
local -a emesonargs=(
|
local -a emesonargs=(
|
||||||
$(meson_use test tests)
|
$(meson_use test tests)
|
||||||
|
|||||||
Reference in New Issue
Block a user