summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-06-14 16:03:49 +0100
committerSam James <sam@gentoo.org>2022-06-14 16:13:53 +0100
commit17ca8acb3ca11b13e311fc1ee5ae9ce02bde5c33 (patch)
tree649c42c81a12588f2a531d9c48d3049d786547f9 /x11-libs
parentsys-kernel/vanilla-sources: add 4.14.283, drop 4.14.282 (diff)
downloadgentoo-17ca8acb3ca11b13e311fc1ee5ae9ce02bde5c33.tar.gz
gentoo-17ca8acb3ca11b13e311fc1ee5ae9ce02bde5c33.tar.bz2
gentoo-17ca8acb3ca11b13e311fc1ee5ae9ce02bde5c33.zip
x11-libs/pango: add missing test dep
Closes: https://bugs.gentoo.org/788463 Closes: https://bugs.gentoo.org/816378 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'x11-libs')
-rw-r--r--x11-libs/pango/pango-1.50.7.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/x11-libs/pango/pango-1.50.7.ebuild b/x11-libs/pango/pango-1.50.7.ebuild
index 0e00b0941644..01f3c6c62e73 100644
--- a/x11-libs/pango/pango-1.50.7.ebuild
+++ b/x11-libs/pango/pango-1.50.7.ebuild
@@ -13,7 +13,8 @@ LICENSE="LGPL-2+"
SLOT="0"
KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ppc ppc64 ~riscv ~s390 sparc x86"
-IUSE="debug +introspection sysprof X"
+IUSE="debug +introspection sysprof test X"
+RESTRICT="!test? ( test )"
RDEPEND="
>=dev-libs/glib-2.62.2:2[${MULTILIB_USEDEP}]
@@ -37,6 +38,7 @@ BDEPEND="
dev-util/glib-utils
sys-apps/help2man
virtual/pkgconfig
+ test? ( media-fonts/cantarell )
"
src_prepare() {