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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 45240158020 for ; Sun, 4 Dec 2022 03:03:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EC886E086A; Sun, 4 Dec 2022 03:03:23 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D4BEFE086A for ; Sun, 4 Dec 2022 03:03:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AE851340E04 for ; Sun, 4 Dec 2022 03:03:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EAEF0773 for ; Sun, 4 Dec 2022 03:03:20 +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: <1670121825.ed83744ba1bbfd5188e9dc115e4ad80c5e428c75.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.40.21.ebuild X-VCS-Directories: gnome-base/librsvg/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: ed83744ba1bbfd5188e9dc115e4ad80c5e428c75 X-VCS-Branch: master Date: Sun, 4 Dec 2022 03:03:20 +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: 431ad6db-5613-4b8c-b422-6abf055549e1 X-Archives-Hash: 5c10993d3ee8f5054ed9b1ad9a1d483b commit: ed83744ba1bbfd5188e9dc115e4ad80c5e428c75 Author: Matt Turner gentoo org> AuthorDate: Sun Dec 4 02:43:45 2022 +0000 Commit: Matt Turner gentoo org> CommitDate: Sun Dec 4 02:43:45 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed83744b gnome-base/librsvg: Drop unused inherit Signed-off-by: Matt Turner gentoo.org> gnome-base/librsvg/librsvg-2.40.21.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gnome-base/librsvg/librsvg-2.40.21.ebuild b/gnome-base/librsvg/librsvg-2.40.21.ebuild index 983b8aab8e94..9ad15f4908d4 100644 --- a/gnome-base/librsvg/librsvg-2.40.21.ebuild +++ b/gnome-base/librsvg/librsvg-2.40.21.ebuild @@ -3,9 +3,8 @@ EAPI=7 GNOME2_EAUTORECONF="yes" -VALA_USE_DEPEND="vapigen" -inherit autotools gnome2 multilib-minimal vala +inherit gnome2 multilib-minimal vala DESCRIPTION="Scalable Vector Graphics (SVG) rendering library" HOMEPAGE="https://wiki.gnome.org/Projects/LibRsvg"