app-misc/jq: use ltprune eclass instead of eutils
authorTim Harder <radhermit@gentoo.org>
Sat, 23 Sep 2017 10:28:46 +0000 (06:28 -0400)
committerTim Harder <radhermit@gentoo.org>
Sat, 23 Sep 2017 10:28:46 +0000 (06:28 -0400)
app-misc/jq/jq-1.5-r3.ebuild

index bc6fba6cc3810e6ef47e058bc814cccab329223d..f2b7f8001e52d8478a75760869550beca88effb1 100644 (file)
@@ -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/"