Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/autorun/
Date: Sun, 27 May 2018 18:23:34
Message-Id: 1527445392.5fa6c2c89fce1bd9c9b6cc92588f990b5fbc94eb.bman@gentoo
1 commit: 5fa6c2c89fce1bd9c9b6cc92588f990b5fbc94eb
2 Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 27 15:52:51 2018 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Sun May 27 18:23:12 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5fa6c2c8
7
8 sys-fs/autorun: move KDEDIR to global and nix src_configure
9
10 Package-Manager: Portage-2.3.40, Repoman-2.3.9
11
12 sys-fs/autorun/autorun-3.17.ebuild | 8 ++------
13 1 file changed, 2 insertions(+), 6 deletions(-)
14
15 diff --git a/sys-fs/autorun/autorun-3.17.ebuild b/sys-fs/autorun/autorun-3.17.ebuild
16 index 7d6df164e2a..83006969a4d 100644
17 --- a/sys-fs/autorun/autorun-3.17.ebuild
18 +++ b/sys-fs/autorun/autorun-3.17.ebuild
19 @@ -18,10 +18,6 @@ DEPEND="sys-devel/gettext
20 app-text/xmlto
21 app-text/docbook-xml-dtd:4.1.2"
22
23 -PATCHES=( "${FILESDIR}/${P}-headers.patch" )
24 +export KDEDIR=/usr
25
26 -src_configure() {
27 - export KDEDIR=/usr
28 - econf \
29 - --disable-dependency-tracking
30 -}
31 +PATCHES=( "${FILESDIR}/${P}-headers.patch" )