summaryrefslogtreecommitdiff
path: root/sys-fs
diff options
context:
space:
mode:
authorAaron Bauman <bman@gentoo.org>2018-05-27 11:52:51 -0400
committerAaron Bauman <bman@gentoo.org>2018-05-27 14:23:12 -0400
commit5fa6c2c89fce1bd9c9b6cc92588f990b5fbc94eb (patch)
tree3398c1b324deceafaf1eb6a525c2807373b4a955 /sys-fs
parentb6ddf0bbafb5c570c8e2a53dcad476dcc5355ab4 (diff)
downloadgentoo-5fa6c2c89fce1bd9c9b6cc92588f990b5fbc94eb.tar.gz
gentoo-5fa6c2c89fce1bd9c9b6cc92588f990b5fbc94eb.tar.xz
sys-fs/autorun: move KDEDIR to global and nix src_configure
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'sys-fs')
-rw-r--r--sys-fs/autorun/autorun-3.17.ebuild8
1 files changed, 2 insertions, 6 deletions
diff --git a/sys-fs/autorun/autorun-3.17.ebuild b/sys-fs/autorun/autorun-3.17.ebuild
index 7d6df164e2a..83006969a4d 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" )