From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 712951382C5 for ; Sun, 18 Apr 2021 17:30:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BA6C4E0824; Sun, 18 Apr 2021 17:30:07 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9CAFFE0824 for ; Sun, 18 Apr 2021 17:30:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D031033BF11 for ; Sun, 18 Apr 2021 17:30:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F0F6D59C for ; Sun, 18 Apr 2021 17:30:02 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1618766991.a1e55a30fdc287e4a3539fbdbbe9811894a0d5a7.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-base/librsvg/ X-VCS-Repository: repo/gentoo X-VCS-Files: gnome-base/librsvg/librsvg-2.50.4.ebuild X-VCS-Directories: gnome-base/librsvg/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: a1e55a30fdc287e4a3539fbdbbe9811894a0d5a7 X-VCS-Branch: master Date: Sun, 18 Apr 2021 17:30:02 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: bc4c59ff-b88b-44f3-b276-050ff645f898 X-Archives-Hash: e1e63d42574c6d7c92a4462976bacd88 commit: a1e55a30fdc287e4a3539fbdbbe9811894a0d5a7 Author: Matt Turner gentoo org> AuthorDate: Sun Apr 18 16:44:40 2021 +0000 Commit: Matt Turner gentoo 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 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) )