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 D12D31382C5 for ; Wed, 17 Feb 2021 18:52:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 300D9E08F7; Wed, 17 Feb 2021 18:52:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 166FFE08F7 for ; Wed, 17 Feb 2021 18:52:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 1764B3418D4 for ; Wed, 17 Feb 2021 18:52:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BDD824C0 for ; Wed, 17 Feb 2021 18:52:20 +0000 (UTC) From: "Simon van der Maas" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Simon van der Maas" Message-ID: <1613587936.60d7c03f6da3240b2d1b64f2689f2554c5d06d20.svdm-gentoo@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: gui-wm/dwl/ X-VCS-Repository: repo/proj/guru X-VCS-Files: gui-wm/dwl/dwl-0.2.ebuild X-VCS-Directories: gui-wm/dwl/ X-VCS-Committer: svdm-gentoo X-VCS-Committer-Name: Simon van der Maas X-VCS-Revision: 60d7c03f6da3240b2d1b64f2689f2554c5d06d20 X-VCS-Branch: dev Date: Wed, 17 Feb 2021 18:52:20 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: e8733397-90e5-4b75-a749-9f2051d46f7b X-Archives-Hash: b293274aa52a231887ef8a34ba23f4ad commit: 60d7c03f6da3240b2d1b64f2689f2554c5d06d20 Author: Simon van der Maas protonmail com> AuthorDate: Wed Feb 17 18:51:49 2021 +0000 Commit: Simon van der Maas protonmail com> CommitDate: Wed Feb 17 18:52:16 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=60d7c03f gui-wm/dwl: fixed ebuild Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Simon van der Maas protonmail.com> gui-wm/dwl/dwl-0.2.ebuild | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/gui-wm/dwl/dwl-0.2.ebuild b/gui-wm/dwl/dwl-0.2.ebuild index 1e332d95..415e0dd7 100644 --- a/gui-wm/dwl/dwl-0.2.ebuild +++ b/gui-wm/dwl/dwl-0.2.ebuild @@ -13,10 +13,6 @@ KEYWORDS="~amd64" DEPEND="gui-libs/wlroots dev-libs/wayland-protocols" - RDEPEND="${DEPEND}" -src_prepare() { - eapply "${FILESDIR}/${P}-prefix.patch" - eapply_user -} +PATCHES=( "${FILESDIR}/${P}-prefix.patch" )