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 98CBB138334 for ; Mon, 18 Nov 2019 09:20:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B42DDE0898; Mon, 18 Nov 2019 09:20:19 +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 932EAE0898 for ; Mon, 18 Nov 2019 09:20:19 +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 29A9234CF5E for ; Mon, 18 Nov 2019 09:20:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A4133889 for ; Mon, 18 Nov 2019 09:20:12 +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: <1574068807.fe59de9d5aa36815074baf5fa1f32295b0936138.fordfrog@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/cadence/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/cadence/cadence-9999.ebuild X-VCS-Directories: media-sound/cadence/ X-VCS-Committer: fordfrog X-VCS-Committer-Name: Miroslav Šulc X-VCS-Revision: fe59de9d5aa36815074baf5fa1f32295b0936138 X-VCS-Branch: master Date: Mon, 18 Nov 2019 09:20:12 +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: fffad20a-d122-489c-83d5-15e32ba9b6be X-Archives-Hash: 1d52f384ca13d60a9686f37dd69b1c6f commit: fe59de9d5aa36815074baf5fa1f32295b0936138 Author: Miroslav Šulc gentoo org> AuthorDate: Mon Nov 18 09:19:40 2019 +0000 Commit: Miroslav Šulc gentoo org> CommitDate: Mon Nov 18 09:20:07 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe59de9d media-sound/cadence-9999: removed patch the patch prevented stripping but it's not needed anymore as it was committed by upstream: https://github.com/falkTX/Cadence/commit/233e8c10cf65dbe51c25a8878c4c0fdf1ae39e7d Package-Manager: Portage-2.3.79, Repoman-2.3.18 Signed-off-by: Miroslav Šulc gentoo.org> media-sound/cadence/cadence-9999.ebuild | 2 -- 1 file changed, 2 deletions(-) diff --git a/media-sound/cadence/cadence-9999.ebuild b/media-sound/cadence/cadence-9999.ebuild index de44214ae7c..2350c0a718d 100644 --- a/media-sound/cadence/cadence-9999.ebuild +++ b/media-sound/cadence/cadence-9999.ebuild @@ -30,8 +30,6 @@ CDEPEND=" RDEPEND="${CDEPEND}" DEPEND="${RDEPEND}" -PATCHES=( "${FILESDIR}"/${PN}-add-skip-stripping.patch ) - src_prepare() { sed -i -e "s/python3/${EPYTHON}/" \ data/cadence \