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 DF72015808B for ; Tue, 15 Mar 2022 06:46:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 08260E0867; Tue, 15 Mar 2022 06:46:17 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 7CA9BE0867 for ; Tue, 15 Mar 2022 06:46:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 42206342B2A for ; Tue, 15 Mar 2022 06:44:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6235E2EB for ; Tue, 15 Mar 2022 06:37:31 +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: <1647326234.ac3963d4966542e81a1d88bc89a8089cea5ab9bd.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/libgsf/ X-VCS-Repository: repo/gentoo X-VCS-Files: gnome-extra/libgsf/libgsf-1.14.48.ebuild X-VCS-Directories: gnome-extra/libgsf/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: ac3963d4966542e81a1d88bc89a8089cea5ab9bd X-VCS-Branch: master Date: Tue, 15 Mar 2022 06:37:31 +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: 8179a73a-d0be-44b7-99b3-1af1d1c4015f X-Archives-Hash: 7c753a9486df4b2896a7d57076fe8f24 commit: ac3963d4966542e81a1d88bc89a8089cea5ab9bd Author: Matt Turner gentoo org> AuthorDate: Tue Mar 15 06:36:48 2022 +0000 Commit: Matt Turner gentoo org> CommitDate: Tue Mar 15 06:37:14 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac3963d4 gnome-extra/libgsf: Depend on dev-perl/XML-Parser for tests Signed-off-by: Matt Turner gentoo.org> gnome-extra/libgsf/libgsf-1.14.48.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gnome-extra/libgsf/libgsf-1.14.48.ebuild b/gnome-extra/libgsf/libgsf-1.14.48.ebuild index 395ecbbacef5..2ed30bb43097 100644 --- a/gnome-extra/libgsf/libgsf-1.14.48.ebuild +++ b/gnome-extra/libgsf/libgsf-1.14.48.ebuild @@ -10,7 +10,8 @@ HOMEPAGE="https://gitlab.gnome.org/GNOME/libgsf" LICENSE="GPL-2 LGPL-2.1" SLOT="0/114" # libgsf-1.so version KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x64-solaris ~x86-solaris" -IUSE="bzip2 gtk +introspection" +IUSE="bzip2 gtk +introspection test" +RESTRICT="!test? ( test )" RDEPEND=" >=dev-libs/glib-2.36:2 @@ -28,6 +29,7 @@ DEPEND="${RDEPEND} dev-libs/gobject-introspection-common >=sys-devel/gettext-0.19.6 virtual/pkgconfig + test? ( dev-perl/XML-Parser ) " src_configure() {