diff options
author | David Seifert <soap@gentoo.org> | 2017-10-15 20:34:24 -0700 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-10-15 20:34:24 -0700 |
commit | 651d6109b8de619b5e8a30f8e4a8e1b79a4092d2 (patch) | |
tree | b4e2f1fb280ecf27acc204955d4f6240e5365436 /x11-wm | |
parent | x11-wm/ctwm: [QA] Add cmake-utils_src_prepare (diff) | |
download | gentoo-651d6109b8de619b5e8a30f8e4a8e1b79a4092d2.tar.gz gentoo-651d6109b8de619b5e8a30f8e4a8e1b79a4092d2.tar.bz2 gentoo-651d6109b8de619b5e8a30f8e4a8e1b79a4092d2.zip |
x11-wm/wmfs: [QA] Add cmake-utils_src_prepare
Package-Manager: Portage-2.3.11, Repoman-2.3.3
Diffstat (limited to 'x11-wm')
-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 |