commit:     17ca8acb3ca11b13e311fc1ee5ae9ce02bde5c33
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 14 15:03:49 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jun 14 15:13:53 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17ca8acb

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 <AT> gentoo.org>

 x11-libs/pango/pango-1.50.7.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

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() {

Reply via email to