diff options
author | Jeroen Roovers <jer@gentoo.org> | 2017-09-24 12:33:54 +0200 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2017-09-24 21:20:50 +0200 |
commit | 8523ba111ef0b942f241ccc0b95958632c5341e9 (patch) | |
tree | a38fe51a695fed676cd25613b52e21a3868cee32 /app-forensics | |
parent | profi;es/updates: pkgmove dev-libs/dfxml to app-forensics/dfxml. (diff) | |
download | gentoo-8523ba111ef0b942f241ccc0b95958632c5341e9.tar.gz gentoo-8523ba111ef0b942f241ccc0b95958632c5341e9.tar.bz2 gentoo-8523ba111ef0b942f241ccc0b95958632c5341e9.zip |
app-forensics/dfxml: Do not install autotools helper.
Package-Manager: Portage-2.3.10, Repoman-2.3.3
Diffstat (limited to 'app-forensics')
-rw-r--r-- | app-forensics/dfxml/dfxml-20170921-r1.ebuild (renamed from app-forensics/dfxml/dfxml-20170921.ebuild) | 7 | ||||
-rw-r--r-- | app-forensics/dfxml/dfxml-99999999.ebuild | 7 |
2 files changed, 0 insertions, 14 deletions
diff --git a/app-forensics/dfxml/dfxml-20170921.ebuild b/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 -} |