summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <mmk@levelnine.at>2023-12-11 18:57:00 +0100
committerMaciej Barć <xgqt@gentoo.org>2023-12-12 00:29:47 +0100
commit12c35030e505656bee1011a6d88bd824d5f5687e (patch)
treefbd72b868d6c41482a45da8bc26704582ef7b80c /dev-lang
parentdev-lang/go: drop 1.20.8, 1.20.10, 1.21.1, 1.21.3 (diff)
downloadgentoo-12c35030e505656bee1011a6d88bd824d5f5687e.tar.gz
gentoo-12c35030e505656bee1011a6d88bd824d5f5687e.tar.bz2
gentoo-12c35030e505656bee1011a6d88bd824d5f5687e.zip
dev-lang/luau: remove unused patch(es)
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/34238 Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'dev-lang')
-rw-r--r--dev-lang/luau/files/luau-0.600-cstdint.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/dev-lang/luau/files/luau-0.600-cstdint.patch b/dev-lang/luau/files/luau-0.600-cstdint.patch
deleted file mode 100644
index 567d27ec2e9e..000000000000
--- a/dev-lang/luau/files/luau-0.600-cstdint.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/Analysis/include/Luau/TypePairHash.h
-+++ b/Analysis/include/Luau/TypePairHash.h
-@@ -2,7 +2,7 @@
- #pragma once
-
- #include "Luau/TypeFwd.h"
--
-+#include <cstdint>
- #include <utility>
-
- namespace Luau