commit:     651d6109b8de619b5e8a30f8e4a8e1b79a4092d2
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 16 03:34:24 2017 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Mon Oct 16 03:34:24 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=651d6109

x11-wm/wmfs: [QA] Add cmake-utils_src_prepare

Package-Manager: Portage-2.3.11, Repoman-2.3.3

 x11-wm/wmfs/wmfs-201003.ebuild | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/x11-wm/wmfs/wmfs-201003.ebuild b/x11-wm/wmfs/wmfs-201003.ebuild
index a61c8a35568..1c7709cb6fc 100644
--- a/x11-wm/wmfs/wmfs-201003.ebuild
+++ b/x11-wm/wmfs/wmfs-201003.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -28,11 +28,10 @@ DEPEND="
        x11-proto/xproto
 "
 
-src_prepare() {
-       epatch \
-               "${FILESDIR}"/${PN}-201003-desktop.patch \
-               "${FILESDIR}"/${PN}-201003-pthread.patch
-}
+PATCHES=(
+       "${FILESDIR}"/${PN}-201003-desktop.patch
+       "${FILESDIR}"/${PN}-201003-pthread.patch
+)
 
 src_install() {
        cmake-utils_src_install

Reply via email to