diff options
-rw-r--r-- | x11-libs/pango/pango-1.50.7.ebuild | 4 |
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() { |