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 EA91F138359 for ; Sun, 26 Jul 2020 09:44:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 14A3AE083B; Sun, 26 Jul 2020 09:44:32 +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 EBB20E083B for ; Sun, 26 Jul 2020 09:44:31 +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 8EBD034E7B3 for ; Sun, 26 Jul 2020 09:44:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0A5332DB for ; Sun, 26 Jul 2020 09:44:29 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1595756666.4ad754997180fa45188c58a3b4e324c199429658.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/ncmpcpp/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/ncmpcpp/ncmpcpp-0.7.7.ebuild media-sound/ncmpcpp/ncmpcpp-0.8.2-r1.ebuild X-VCS-Directories: media-sound/ncmpcpp/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 4ad754997180fa45188c58a3b4e324c199429658 X-VCS-Branch: master Date: Sun, 26 Jul 2020 09:44:29 +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: 5c00f741-d8a3-4f1e-a469-8ea9f40f4d76 X-Archives-Hash: 83d774e8f1c3455035997e6636b27f4b commit: 4ad754997180fa45188c58a3b4e324c199429658 Author: Jeroen Roovers gentoo org> AuthorDate: Sun Jul 26 09:42:33 2020 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Sun Jul 26 09:44:26 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ad75499 media-sound/ncmpcpp: Remove pointless comment https://github.com/ncmpcpp/ncmpcpp/pull/385 Package-Manager: Portage-3.0.0, Repoman-2.3.23 Signed-off-by: Jeroen Roovers gentoo.org> media-sound/ncmpcpp/ncmpcpp-0.7.7.ebuild | 6 +++--- media-sound/ncmpcpp/ncmpcpp-0.8.2-r1.ebuild | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/media-sound/ncmpcpp/ncmpcpp-0.7.7.ebuild b/media-sound/ncmpcpp/ncmpcpp-0.7.7.ebuild index 1593220f204..ce286444dc2 100644 --- a/media-sound/ncmpcpp/ncmpcpp-0.7.7.ebuild +++ b/media-sound/ncmpcpp/ncmpcpp-0.7.7.ebuild @@ -26,9 +26,9 @@ RDEPEND=" " DEPEND="${RDEPEND}" BDEPEND="virtual/pkgconfig" - -# https://github.com/ncmpcpp/ncmpcpp/pull/385 -PATCHES=( "${FILESDIR}/${PN}-0.8.2-gcc10.patch" ) +PATCHES=( + "${FILESDIR}"/${PN}-0.8.2-gcc10.patch +) src_prepare() { default diff --git a/media-sound/ncmpcpp/ncmpcpp-0.8.2-r1.ebuild b/media-sound/ncmpcpp/ncmpcpp-0.8.2-r1.ebuild index 5b38962ff92..e178f3d165b 100644 --- a/media-sound/ncmpcpp/ncmpcpp-0.8.2-r1.ebuild +++ b/media-sound/ncmpcpp/ncmpcpp-0.8.2-r1.ebuild @@ -25,9 +25,9 @@ RDEPEND=" " DEPEND="${RDEPEND}" BDEPEND="virtual/pkgconfig" - -# https://github.com/ncmpcpp/ncmpcpp/pull/385 -PATCHES=( "${FILESDIR}/${P}-gcc10.patch" ) +PATCHES=( + "${FILESDIR}"/${P}-gcc10.patch +) src_prepare() { default