diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2021-08-16 16:03:08 +0200 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2021-08-16 16:03:08 +0200 |
commit | 216e744138b292272a62bd493f01502e93e330e5 (patch) | |
tree | 0188e179b4b8f61a13ee5e98d5074787119255dc /sys-apps/sg3_utils | |
parent | sys-apps/util-linux: Removed old (diff) | |
download | gentoo-216e744138b292272a62bd493f01502e93e330e5.tar.gz gentoo-216e744138b292272a62bd493f01502e93e330e5.tar.bz2 gentoo-216e744138b292272a62bd493f01502e93e330e5.zip |
sys-apps/sg3_utils: Drop redundant patch
Thanks-to: Joshua Kinard <kumba@gentoo.org>
Closes: https://bugs.gentoo.org/808594
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Diffstat (limited to 'sys-apps/sg3_utils')
-rw-r--r-- | sys-apps/sg3_utils/files/sg3_utils-1.26-stdint.patch | 31 | ||||
-rw-r--r-- | sys-apps/sg3_utils/sg3_utils-1.46-r1.ebuild | 4 |
2 files changed, 0 insertions, 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 62fb30240e10..000000000000 --- a/sys-apps/sg3_utils/files/sg3_utils-1.26-stdint.patch +++ /dev/null @@ -1,31 +0,0 @@ -From: Ed Catmur <ed@catmur.co.uk> -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 <robbat2@gentoo.org> - -For uint64_t to be available, <stdint.h> 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 <stdint.h> -+ - #ifdef __cplusplus - extern "C" { - #endif ---- a/include/sg_cmds_extra.h -+++ b/include/sg_cmds_extra.h -@@ -30,6 +30,8 @@ - * - */ - -+#include <stdint.h> -+ - #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 9a35e645d320..6d84c1ba6daa 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) } |