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 66BE31382C5 for ; Sun, 18 Apr 2021 15:27:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5BE44E083D; Sun, 18 Apr 2021 15:27:31 +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 42523E083D for ; Sun, 18 Apr 2021 15:27:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 979DC340DB2 for ; Sun, 18 Apr 2021 15:27:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 353D45C9 for ; Sun, 18 Apr 2021 15:27:28 +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: <1618759639.f12a2409995a84ec4503772588d6643fdeae6055.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: f12a2409995a84ec4503772588d6643fdeae6055 X-VCS-Branch: master Date: Sun, 18 Apr 2021 15:27:28 +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: 77aa59c2-4c8b-41e6-875a-5f7ffc8fad83 X-Archives-Hash: b1c7403cd4c3d473c1c5f6a12a680037 commit: f12a2409995a84ec4503772588d6643fdeae6055 Author: Matt Turner gentoo org> AuthorDate: Sun Apr 18 15:22:57 2021 +0000 Commit: Matt Turner gentoo org> CommitDate: Sun Apr 18 15:27:19 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f12a2409 gnome-base/librsvg: Port to EAPI=7 * Remove *.la files (bug #776343) * BDEPEND on x11-libs/gdk-pixbuf (bug #759172) Closes: https://bugs.gentoo.org/753764 Closes: https://bugs.gentoo.org/759172 Closes: https://bugs.gentoo.org/776343 Signed-off-by: Matt Turner gentoo.org> gnome-base/librsvg/librsvg-2.50.4.ebuild | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/gnome-base/librsvg/librsvg-2.50.4.ebuild b/gnome-base/librsvg/librsvg-2.50.4.ebuild index 04ae4816f37..938cee0ad54 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=6 +EAPI=7 VALA_USE_DEPEND="vapigen" inherit gnome2 multilib-minimal rust-toolchain vala @@ -16,7 +16,7 @@ KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" IUSE="+introspection +vala" REQUIRED_USE="vala? ( introspection )" -RDEPEND=" +DEPEND=" >=x11-libs/cairo-1.16.0[glib,${MULTILIB_USEDEP}] >=media-libs/freetype-2.9:2[${MULTILIB_USEDEP}] >=x11-libs/gdk-pixbuf-2.20:2[introspection?,${MULTILIB_USEDEP}] @@ -27,9 +27,12 @@ RDEPEND=" introspection? ( >=dev-libs/gobject-introspection-0.10.8:= ) " -DEPEND="${RDEPEND} +RDEPEND="${DEPEND} >=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) ) @@ -81,6 +84,10 @@ multilib_src_install() { gnome2_src_install } +multilib_src_install_all() { + find "${ED}" -name '*.la' -delete || die +} + pkg_postinst() { # causes segfault if set, see bug 375615 unset __GL_NO_DSO_FINALIZER