From: Jeroen Roovers Date: Sun, 24 Sep 2017 10:33:54 +0000 (+0200) Subject: app-forensics/dfxml: Do not install autotools helper. X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=8523ba111ef0b942f241ccc0b95958632c5341e9;p=gentoo.git app-forensics/dfxml: Do not install autotools helper. Package-Manager: Portage-2.3.10, Repoman-2.3.3 --- diff --git a/app-forensics/dfxml/dfxml-20170921.ebuild b/app-forensics/dfxml/dfxml-20170921-r1.ebuild similarity index 86% rename from app-forensics/dfxml/dfxml-20170921.ebuild rename to app-forensics/dfxml/dfxml-20170921-r1.ebuild index fa4fcd22ca64..d291bbf43c4d 100644 --- a/app-forensics/dfxml/dfxml-20170921.ebuild +++ b/app-forensics/dfxml/dfxml-20170921-r1.ebuild @@ -31,10 +31,3 @@ src_prepare() { eautoreconf } - -src_install() { - default - - insinto /usr/share/aclocal - doins dfxml_configure.m4 -} diff --git a/app-forensics/dfxml/dfxml-99999999.ebuild b/app-forensics/dfxml/dfxml-99999999.ebuild index 1ec11d754926..2acea0ac8a0b 100644 --- a/app-forensics/dfxml/dfxml-99999999.ebuild +++ b/app-forensics/dfxml/dfxml-99999999.ebuild @@ -26,10 +26,3 @@ src_prepare() { eautoreconf } - -src_install() { - default - - insinto /usr/share/aclocal - doins dfxml_configure.m4 -}