summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2021-04-18 12:44:40 -0400
committerMatt Turner <mattst88@gentoo.org>2021-04-18 13:29:51 -0400
commita1e55a30fdc287e4a3539fbdbbe9811894a0d5a7 (patch)
tree09232fdb445ad3d27952e720f0727adea5d2c832
parentdev-cpp/gtkmm: use ${EPYTHON}, not python3 (diff)
downloadgentoo-a1e55a30.tar.gz
gentoo-a1e55a30.tar.bz2
gentoo-a1e55a30.zip
gnome-base/librsvg: Revert to EAPI=6
dm0 tells me that in EAPI=7 that cross compiling with rust is broken. Bug: https://bugs.gentoo.org/753764 Bug: https://bugs.gentoo.org/759172 Signed-off-by: Matt Turner <mattst88@gentoo.org>
-rw-r--r--gnome-base/librsvg/librsvg-2.50.4.ebuild5
1 files changed, 1 insertions, 4 deletions
diff --git a/gnome-base/librsvg/librsvg-2.50.4.ebuild b/gnome-base/librsvg/librsvg-2.50.4.ebuild
index 5f218c15a4dd..4834d74bd38f 100644
--- a/gnome-base/librsvg/librsvg-2.50.4.ebuild
+++ b/gnome-base/librsvg/librsvg-2.50.4.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=6
VALA_USE_DEPEND="vapigen"
inherit gnome2 multilib-minimal rust-toolchain vala
@@ -29,10 +29,7 @@ RDEPEND="
"
DEPEND="${RDEPEND}
>=virtual/rust-1.40[${MULTILIB_USEDEP}]
-"
-BDEPEND="
dev-util/glib-utils
- x11-libs/gdk-pixbuf
>=sys-devel/gettext-0.19.8
virtual/pkgconfig
vala? ( $(vala_depend) )