Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-base/librsvg/
Date: Sun, 18 Apr 2021 17:30:08
Message-Id: 1618766991.a1e55a30fdc287e4a3539fbdbbe9811894a0d5a7.mattst88@gentoo
1 commit: a1e55a30fdc287e4a3539fbdbbe9811894a0d5a7
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Sun Apr 18 16:44:40 2021 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 18 17:29:51 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1e55a30
7
8 gnome-base/librsvg: Revert to EAPI=6
9
10 dm0 tells me that in EAPI=7 that cross compiling with rust is broken.
11
12 Bug: https://bugs.gentoo.org/753764
13 Bug: https://bugs.gentoo.org/759172
14 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
15
16 gnome-base/librsvg/librsvg-2.50.4.ebuild | 5 +----
17 1 file changed, 1 insertion(+), 4 deletions(-)
18
19 diff --git a/gnome-base/librsvg/librsvg-2.50.4.ebuild b/gnome-base/librsvg/librsvg-2.50.4.ebuild
20 index 5f218c15a4d..4834d74bd38 100644
21 --- a/gnome-base/librsvg/librsvg-2.50.4.ebuild
22 +++ b/gnome-base/librsvg/librsvg-2.50.4.ebuild
23 @@ -1,7 +1,7 @@
24 # Copyright 1999-2021 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 -EAPI=7
28 +EAPI=6
29 VALA_USE_DEPEND="vapigen"
30
31 inherit gnome2 multilib-minimal rust-toolchain vala
32 @@ -29,10 +29,7 @@ RDEPEND="
33 "
34 DEPEND="${RDEPEND}
35 >=virtual/rust-1.40[${MULTILIB_USEDEP}]
36 -"
37 -BDEPEND="
38 dev-util/glib-utils
39 - x11-libs/gdk-pixbuf
40 >=sys-devel/gettext-0.19.8
41 virtual/pkgconfig
42 vala? ( $(vala_depend) )