commit: ac3963d4966542e81a1d88bc89a8089cea5ab9bd Author: Matt Turner <mattst88 <AT> gentoo <DOT> org> AuthorDate: Tue Mar 15 06:36:48 2022 +0000 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> 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 <mattst88 <AT> 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() {
