commit: 58312183d2015db804ce4e637c6bd2ac5ad0561d Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> AuthorDate: Fri May 21 00:04:56 2021 +0000 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> CommitDate: Fri May 21 00:05:08 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58312183
dev-perl/Pango: Only minimal testing by default to avoid dep cycles Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org> dev-perl/Pango/Pango-1.227.0-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-perl/Pango/Pango-1.227.0-r1.ebuild b/dev-perl/Pango/Pango-1.227.0-r1.ebuild index 493280fa6fc..9b51b32f5fc 100644 --- a/dev-perl/Pango/Pango-1.227.0-r1.ebuild +++ b/dev-perl/Pango/Pango-1.227.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -14,7 +14,7 @@ DESCRIPTION="Layout and render international text" LICENSE="LGPL-2.1+" SLOT="0" KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~sparc64-solaris ~x86-solaris" -IUSE="examples test minimal" +IUSE="examples test +minimal" RESTRICT="!test? ( test )" RDEPEND="
