commit:     a1e55a30fdc287e4a3539fbdbbe9811894a0d5a7
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 18 16:44:40 2021 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sun Apr 18 17:29:51 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1e55a30

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 <AT> gentoo.org>

 gnome-base/librsvg/librsvg-2.50.4.ebuild | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/gnome-base/librsvg/librsvg-2.50.4.ebuild 
b/gnome-base/librsvg/librsvg-2.50.4.ebuild
index 5f218c15a4d..4834d74bd38 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) )

Reply via email to