From: Aaron Bauman Date: Sun, 27 May 2018 15:52:51 +0000 (-0400) Subject: sys-fs/autorun: move KDEDIR to global and nix src_configure X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=5fa6c2c89fce1bd9c9b6cc92588f990b5fbc94eb;p=gentoo.git sys-fs/autorun: move KDEDIR to global and nix src_configure Package-Manager: Portage-2.3.40, Repoman-2.3.9 --- diff --git a/sys-fs/autorun/autorun-3.17.ebuild b/sys-fs/autorun/autorun-3.17.ebuild index 7d6df164e2a8..83006969a4df 100644 --- a/sys-fs/autorun/autorun-3.17.ebuild +++ b/sys-fs/autorun/autorun-3.17.ebuild @@ -18,10 +18,6 @@ DEPEND="sys-devel/gettext app-text/xmlto app-text/docbook-xml-dtd:4.1.2" -PATCHES=( "${FILESDIR}/${P}-headers.patch" ) +export KDEDIR=/usr -src_configure() { - export KDEDIR=/usr - econf \ - --disable-dependency-tracking -} +PATCHES=( "${FILESDIR}/${P}-headers.patch" )