diff options
Diffstat (limited to 'x11-wm/wmfs/wmfs-201003.ebuild')
-rw-r--r-- | x11-wm/wmfs/wmfs-201003.ebuild | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/x11-wm/wmfs/wmfs-201003.ebuild b/x11-wm/wmfs/wmfs-201003.ebuild index a61c8a355683..1c7709cb6fc5 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 |