From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0CF2A1396D9 for ; Mon, 16 Oct 2017 03:35:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AC7B42BC043; Mon, 16 Oct 2017 03:35:01 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 879252BC043 for ; Mon, 16 Oct 2017 03:35:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8897E33C6B6 for ; Mon, 16 Oct 2017 03:35:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0354790A3 for ; Mon, 16 Oct 2017 03:34:57 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1508124864.651d6109b8de619b5e8a30f8e4a8e1b79a4092d2.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-wm/wmfs/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-wm/wmfs/wmfs-201003.ebuild X-VCS-Directories: x11-wm/wmfs/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 651d6109b8de619b5e8a30f8e4a8e1b79a4092d2 X-VCS-Branch: master Date: Mon, 16 Oct 2017 03:34:57 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 8449b76f-f23f-497e-a46b-6fdf9a6a1da0 X-Archives-Hash: c565283c8ca5a9866cc242aea8b1b0e1 commit: 651d6109b8de619b5e8a30f8e4a8e1b79a4092d2 Author: David Seifert gentoo org> AuthorDate: Mon Oct 16 03:34:24 2017 +0000 Commit: David Seifert gentoo 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