diff options
author | Alexis Ballier <aballier@gentoo.org> | 2017-07-12 19:07:38 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2017-07-12 19:08:06 +0200 |
commit | a7b7cd0abe72aba2a6da9c573190d4588f02abc1 (patch) | |
tree | 543005afce4721e1e4dc649def3fbf8e15564430 | |
parent | app-crypt/codecrypt: version bump 1.7.6, clean up (diff) | |
download | gentoo-a7b7cd0abe72aba2a6da9c573190d4588f02abc1.tar.gz gentoo-a7b7cd0abe72aba2a6da9c573190d4588f02abc1.tar.bz2 gentoo-a7b7cd0abe72aba2a6da9c573190d4588f02abc1.zip |
dev-libs/libtar: restrict tests, bug #526436
Package-Manager: Portage-2.3.6, Repoman-2.3.2
-rw-r--r-- | dev-libs/libtar/libtar-1.2.20-r3.ebuild | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/dev-libs/libtar/libtar-1.2.20-r3.ebuild b/dev-libs/libtar/libtar-1.2.20-r3.ebuild index 8dab4e2db8b8..ebbbfa56f781 100644 --- a/dev-libs/libtar/libtar-1.2.20-r3.ebuild +++ b/dev-libs/libtar/libtar-1.2.20-r3.ebuild @@ -21,6 +21,11 @@ DEPEND="${RDEPEND}" S="${WORKDIR}/${PN}" +# There is no test and 'check' target errors out due to mixing of automake & +# non-automake makefiles. +# https://bugs.gentoo.org/show_bug.cgi?id=526436 +RESTRICT="test" + PATCHES=( "${FILESDIR}"/${PN}-1.2.11-free.patch "${FILESDIR}"/${PN}-1.2.11-impl-dec.patch |