commit: 1babdc2858e301939ef7e0458b5837ff6d4549cf Author: Michael Palimaka <kensington <AT> gentoo <DOT> org> AuthorDate: Sat Apr 13 03:10:06 2019 +0000 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org> CommitDate: Sat Apr 13 03:10:16 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1babdc28
dev-libs/grantlee: restrict tests Closes: https://bugs.gentoo.org/682258 Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Michael Palimaka <kensington <AT> gentoo.org> dev-libs/grantlee/grantlee-5.1.0.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dev-libs/grantlee/grantlee-5.1.0.ebuild b/dev-libs/grantlee/grantlee-5.1.0.ebuild index 328ce49c302..59e9f458582 100644 --- a/dev-libs/grantlee/grantlee-5.1.0.ebuild +++ b/dev-libs/grantlee/grantlee-5.1.0.ebuild @@ -25,6 +25,9 @@ DEPEND="${RDEPEND} test? ( dev-qt/qttest:5 ) " +# bug 682258 +RESTRICT="test" + DOCS=( AUTHORS CHANGELOG README.md ) PATCHES=(
