Fixes wrong __attribute__ position (which caused vulkan methods to be hidden at runtime with gcc)
Signed-off-by: Charlie Quinet <w.iron.zombie@gmail.com>
fixes the following pkgcheck warnings:
app-emulation/wslu
PkgMetadataXmlIndentation: metadata.xml: metadata.xml has inconsistent indentation on lines: 9, 10, 11
Signed-off-by: ingenarel <ingenarelitems@gmail.com>
fixes the following pkgcheck warning:
app-emulation/box86
ExcessiveLineLength: version 0.3.0: excessive line length (over 120 characters) on lines: 24, 25
ExcessiveLineLength: version 0.3.6: excessive line length (over 120 characters) on lines: 24, 25
ExcessiveLineLength: version 9999: excessive line length (over 120 characters) on lines: 23, 24
Signed-off-by: ingenarel <ingenarelitems@gmail.com>
fixes the following pkgcheck warning:
app-emulation/lsfg-vk
ExcessiveLineLength: version 9999: excessive line length (over 120 characters) on lines: 45, 48, 49
Signed-off-by: ingenarel <ingenarelitems@gmail.com>
Tested with https://github.com/llopis/amstrad-diagnostics.
All tests I can run pass--I don't have all the keys needed
for the keyboard test or a joystick, but it seems to work.
The source file is the same, but the old SRC_URI is dead,
thus the Manifest wasn't updated--the hashes match :)
Signed-off-by: Vivian Heisz (demize) <demize@unstable.systems>
Python 3.10 target is scheduled for removal in Gentoo:
https://public-inbox.gentoo.org/gentoo-dev/e6ca9f1f4ababb79ab2a3d005c39b483c3ecef6e.camel@gentoo.org/
Sphinx 8.2.0 already dropped support for CPython 3.10 and PyPy 3.10,
leading to multiple CI failures in ::guru.
We can safely remove this target, because GURU is "experimental" and
does not have stable keywords.
Let's not remove "pypy3" right now because
a) There are not many packages using it.
b) So we can see which packages supported PyPy 3.10, and test them with
PyPy 3.11.
Closes: https://github.com/gentoo/guru/pull/291
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
Add adapted pkg_postinst note about uncertain legality of X48 ROMs from
app-emulation/x48::gentoo.
Signed-off-by: Lucio Sauer <watermanpaint@posteo.net>
I mistakingly named the previous version _pre... while it is a snapshot
ebuild *after* tag 0.37.99. Luckily this version change doesn't break
strict monotony.
Signed-off-by: Lucio Sauer <watermanpaint@posteo.net>
Tarball contains ROMs of questionable legality. From app-emulators/x48:
"The X48 emulator requires an HP48 ROM image to run. If you own an
HP-48 calculator, you can use the ROMDump utility included with this
package to obtain it from your calculator. Alternatively, HP has
provided the ROM images for non-commercial use only.
Due to confusion over the legal status of these ROMs you must manually
download one from http://www.hpcalc.org/hp48/pc/emulators/"
I'm happy to reinstate this package once upstream removes the ROMs.
This reverts commit ffc7513c2b.
Signed-off-by: Lucio Sauer <watermanpaint@posteo.net>