commit: 41b4399c615d486d2061ce4476dfd605c43e354a
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Mon May 12 10:29:48 2014 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Mon May 12 10:29:48 2014 +0000
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=41b4399c
[lxde-base/menu-cache] Use PATCHES variable to avoid overriding
autotools-utils_src_prepare.
Package-Manager: portage-2.2.8-r1
---
lxde-base/menu-cache/menu-cache-9999.ebuild | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/lxde-base/menu-cache/menu-cache-9999.ebuild
b/lxde-base/menu-cache/menu-cache-9999.ebuild
index f3fe3fa..47138dc 100644
--- a/lxde-base/menu-cache/menu-cache-9999.ebuild
+++ b/lxde-base/menu-cache/menu-cache-9999.ebuild
@@ -32,7 +32,4 @@ DEPEND="${RDEPEND}
DOCS=( AUTHORS NEWS README ) # ChangeLog is empty
-src_prepare() {
- epatch "${FILESDIR}/gtk-doc.patch"
- eautoreconf
-}
+PATCHES=( "${FILESDIR}/gtk-doc.patch" )