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 39622138359 for ; Sat, 29 Aug 2020 12:16:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0737DE0918; Sat, 29 Aug 2020 12:16:36 +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 DF943E0918 for ; Sat, 29 Aug 2020 12:16:35 +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 82403335D48 for ; Sat, 29 Aug 2020 12:16:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E52482EE for ; Sat, 29 Aug 2020 12:16:32 +0000 (UTC) From: "Miroslav Šulc" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Miroslav Šulc" Message-ID: <1598703371.a3f4eba72a8ec012c076406b965feff106a27a97.fordfrog@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/patchage/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/patchage/patchage-1.0.2.ebuild X-VCS-Directories: media-sound/patchage/ X-VCS-Committer: fordfrog X-VCS-Committer-Name: Miroslav Šulc X-VCS-Revision: a3f4eba72a8ec012c076406b965feff106a27a97 X-VCS-Branch: master Date: Sat, 29 Aug 2020 12:16:32 +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: af9263cd-5d67-4928-bbda-2d314f2b61ab X-Archives-Hash: fc92394cff17137282034a5793869fbd commit: a3f4eba72a8ec012c076406b965feff106a27a97 Author: Miroslav Šulc gentoo org> AuthorDate: Sat Aug 29 12:16:11 2020 +0000 Commit: Miroslav Šulc gentoo org> CommitDate: Sat Aug 29 12:16:11 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3f4eba7 media-sound/patchage: enabled string patch Bug: https://bugs.gentoo.org/728178 Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Miroslav Šulc gentoo.org> media-sound/patchage/patchage-1.0.2.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/media-sound/patchage/patchage-1.0.2.ebuild b/media-sound/patchage/patchage-1.0.2.ebuild index b25929f0516..b5955f1048d 100644 --- a/media-sound/patchage/patchage-1.0.2.ebuild +++ b/media-sound/patchage/patchage-1.0.2.ebuild @@ -31,9 +31,9 @@ DEPEND="${RDEPEND} DOCS=( AUTHORS NEWS README.md ) -#PATCHES=( -# "${FILESDIR}/${P}-string.patch" -#) +PATCHES=( + "${FILESDIR}/${P}-string.patch" +) src_configure() { waf-utils_src_configure \