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 C1319158F6D for ; Mon, 16 Aug 2021 20:48:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8A3ADE0EAA; Mon, 16 Aug 2021 14:04:18 +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 6DF4CE0EAA for ; Mon, 16 Aug 2021 14:04:18 +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 4F456346C85 for ; Mon, 16 Aug 2021 14:04:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 09EB77B4 for ; Mon, 16 Aug 2021 14:04:16 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1629122588.216e744138b292272a62bd493f01502e93e330e5.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/sg3_utils/, sys-apps/sg3_utils/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/sg3_utils/files/sg3_utils-1.26-stdint.patch sys-apps/sg3_utils/sg3_utils-1.46-r1.ebuild X-VCS-Directories: sys-apps/sg3_utils/files/ sys-apps/sg3_utils/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 216e744138b292272a62bd493f01502e93e330e5 X-VCS-Branch: master Date: Mon, 16 Aug 2021 14:04:16 +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: 7f80815f-dade-4eb7-a8db-04bb3f3c098f X-Archives-Hash: b44d7d771ff6ac79256f7560e5b07ea6 commit: 216e744138b292272a62bd493f01502e93e330e5 Author: Lars Wendler gentoo org> AuthorDate: Mon Aug 16 14:03:08 2021 +0000 Commit: Lars Wendler gentoo org> CommitDate: Mon Aug 16 14:03:08 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=216e7441 sys-apps/sg3_utils: Drop redundant patch Thanks-to: Joshua Kinard gentoo.org> Closes: https://bugs.gentoo.org/808594 Signed-off-by: Lars Wendler gentoo.org> .../sg3_utils/files/sg3_utils-1.26-stdint.patch | 31 ---------------------- sys-apps/sg3_utils/sg3_utils-1.46-r1.ebuild | 4 --- 2 files changed, 35 deletions(-) diff --git a/sys-apps/sg3_utils/files/sg3_utils-1.26-stdint.patch b/sys-apps/sg3_utils/files/sg3_utils-1.26-stdint.patch deleted file mode 100644 index 62fb30240e1..00000000000 --- a/sys-apps/sg3_utils/files/sg3_utils-1.26-stdint.patch +++ /dev/null @@ -1,31 +0,0 @@ -From: Ed Catmur -Gentoo-Bug: 229653 -X-Gentoo-URL: http://bugs.gentoo.org/show_bug.cgi?id=229653 -X-Gentoo-URL: http://bugs.gentoo.org/attachment.cgi?id=158565&action=view -Signed-off-by: Robin H. Johnson - -For uint64_t to be available, must be included: -http://www.opengroup.org/onlinepubs/009695399/basedefs/stdint.h.html - ---- a/include/sg_cmds_basic.h -+++ b/include/sg_cmds_basic.h -@@ -30,6 +30,8 @@ - * - */ - -+#include -+ - #ifdef __cplusplus - extern "C" { - #endif ---- a/include/sg_cmds_extra.h -+++ b/include/sg_cmds_extra.h -@@ -30,6 +30,8 @@ - * - */ - -+#include -+ - #ifdef __cplusplus - extern "C" { - #endif diff --git a/sys-apps/sg3_utils/sg3_utils-1.46-r1.ebuild b/sys-apps/sg3_utils/sg3_utils-1.46-r1.ebuild index 9a35e645d32..6d84c1ba6da 100644 --- a/sys-apps/sg3_utils/sg3_utils-1.46-r1.ebuild +++ b/sys-apps/sg3_utils/sg3_utils-1.46-r1.ebuild @@ -18,10 +18,6 @@ IUSE="static-libs" DEPEND="sys-devel/libtool" RDEPEND="!sys-apps/rescan-scsi-bus" -PATCHES=( - "${FILESDIR}"/${PN}-1.26-stdint.patch #580236 -) - src_configure() { econf $(use_enable static-libs static) }