commit: da5f20cb8d959d589dead50d026b5fb892ba6444 Author: Tim Harder <radhermit <AT> gentoo <DOT> org> AuthorDate: Sat Sep 23 10:28:46 2017 +0000 Commit: Tim Harder <radhermit <AT> gentoo <DOT> org> CommitDate: Sat Sep 23 10:28:46 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da5f20cb
app-misc/jq: use ltprune eclass instead of eutils app-misc/jq/jq-1.5-r3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-misc/jq/jq-1.5-r3.ebuild b/app-misc/jq/jq-1.5-r3.ebuild index bc6fba6cc38..f2b7f8001e5 100644 --- a/app-misc/jq/jq-1.5-r3.ebuild +++ b/app-misc/jq/jq-1.5-r3.ebuild @@ -3,7 +3,7 @@ EAPI=6 -inherit autotools eutils +inherit autotools ltprune DESCRIPTION="A lightweight and flexible command-line JSON processor" HOMEPAGE="https://stedolan.github.com/jq/"
