projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b6ddf0b
)
sys-fs/autorun: move KDEDIR to global and nix src_configure
author
Aaron Bauman
<bman@gentoo.org>
Sun, 27 May 2018 15:52:51 +0000
(11:52 -0400)
committer
Aaron Bauman
<bman@gentoo.org>
Sun, 27 May 2018 18:23:12 +0000
(14:23 -0400)
Package-Manager: Portage-2.3.40, Repoman-2.3.9
sys-fs/autorun/autorun-3.17.ebuild
patch
|
blob
|
history
diff --git
a/sys-fs/autorun/autorun-3.17.ebuild
b/sys-fs/autorun/autorun-3.17.ebuild
index 7d6df164e2a8bd581d997bd5dd8e9b636941a918..83006969a4df877b5afd037ad43584d1c93a0543 100644
(file)
--- 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" )