Skip to content

Commit

Permalink
gnome-base/librsvg: Revert to EAPI=6
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
mattst88 committed Apr 18, 2021
1 parent 093e87a commit a1e55a3
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions gnome-base/librsvg/librsvg-2.50.4.ebuild
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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) )
Expand Down

0 comments on commit a1e55a3

Please sign in to comment.