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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id EB3F9158094 for ; Fri, 5 Aug 2022 07:50:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 19B6CE0F10; Fri, 5 Aug 2022 07:50:16 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C4DEFE0F10 for ; Fri, 5 Aug 2022 07:50:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BCA73341017 for ; Fri, 5 Aug 2022 07:50:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0A17452C for ; Fri, 5 Aug 2022 07:50:13 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1659685787.199975438c949cae25b2973f54fa68a6ae457e89.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/pkgdev/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/pkgdev/pkgdev-9999.ebuild X-VCS-Directories: dev-util/pkgdev/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 199975438c949cae25b2973f54fa68a6ae457e89 X-VCS-Branch: master Date: Fri, 5 Aug 2022 07:50:13 +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: f5611a5b-30b3-4815-b153-cfaf91e7363c X-Archives-Hash: b97d5ac6f5cb2629f7d0a14ebf81412f commit: 199975438c949cae25b2973f54fa68a6ae457e89 Author: Arthur Zamarin gentoo org> AuthorDate: Fri Aug 5 07:49:47 2022 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Fri Aug 5 07:49:47 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19997543 dev-util/pkgdev: remove merged patch from live version Signed-off-by: Arthur Zamarin gentoo.org> dev-util/pkgdev/pkgdev-9999.ebuild | 4 ---- 1 file changed, 4 deletions(-) diff --git a/dev-util/pkgdev/pkgdev-9999.ebuild b/dev-util/pkgdev/pkgdev-9999.ebuild index f7d2c6919798..0437ec766489 100644 --- a/dev-util/pkgdev/pkgdev-9999.ebuild +++ b/dev-util/pkgdev/pkgdev-9999.ebuild @@ -61,10 +61,6 @@ fi BDEPEND+="test? ( dev-python/pytest )" RDEPEND+="dev-vcs/git" -PATCHES=( - "${FILESDIR}"/${P}-fix-signoff-example.patch -) - distutils_enable_sphinx doc distutils_enable_tests setup.py