diff options
| author | Kristaps Kaupe <kristaps@blogiem.lv> | 2024-01-14 18:34:25 +0200 |
|---|---|---|
| committer | Sam James <sam@gentoo.org> | 2024-01-20 13:30:56 +0000 |
| commit | f28f669cfbdc20cb94f4d32e8441e996ddda8384 (patch) | |
| tree | d5a84cbece6a0ab4100618db563925a8ce9cea9d /dev-lang/micropython/micropython-1.17.ebuild | |
| parent | 09eb43291b369864d996bd385efa8378f12d926d (diff) | |
| download | gentoo-f28f669cfbdc20cb94f4d32e8441e996ddda8384.tar.gz gentoo-f28f669cfbdc20cb94f4d32e8441e996ddda8384.tar.bz2 gentoo-f28f669cfbdc20cb94f4d32e8441e996ddda8384.zip | |
dev-lang/micropython: Fix building with GCC13
Closes: https://bugs.gentoo.org/916499
Closes: https://bugs.gentoo.org/895156
Signed-off-by: Kristaps Kaupe <kristaps@blogiem.lv>
Closes: https://github.com/gentoo/gentoo/pull/34801
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-lang/micropython/micropython-1.17.ebuild')
| -rw-r--r-- | dev-lang/micropython/micropython-1.17.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-lang/micropython/micropython-1.17.ebuild b/dev-lang/micropython/micropython-1.17.ebuild index 352bc9cfea11..16620cf90890 100644 --- a/dev-lang/micropython/micropython-1.17.ebuild +++ b/dev-lang/micropython/micropython-1.17.ebuild @@ -22,6 +22,7 @@ DEPEND=" PATCHES=( "${FILESDIR}/${P}-prevent-stripping.patch" "${FILESDIR}/${P}-exclude-float-parse-tests.patch" + "${FILESDIR}/${P}-gcc13-build-fix.patch" ) src_prepare() { |
