diff options
author | V3n3RiX <venerix@koprulu.sector> | 2023-07-19 20:42:48 +0100 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2023-07-19 20:42:48 +0100 |
commit | 0f6c54fe4f918b332671d5938048d977378cc7a0 (patch) | |
tree | 60d2bad4256f29ab1a09f1b85199be0e9700d073 /app-emulation/qemu-guest-agent/files/qemu-guest-agent-xkeyboard-config-2.39-compat.patch | |
parent | 5986ab5735b24557718ed7189cffd9e64c24d32a (diff) |
app-emulation/qemu-guest-agent : fix xkeyboard-config-2.39 compatibility issues (https://bugs.gentoo.org/908699)
Diffstat (limited to 'app-emulation/qemu-guest-agent/files/qemu-guest-agent-xkeyboard-config-2.39-compat.patch')
-rw-r--r-- | app-emulation/qemu-guest-agent/files/qemu-guest-agent-xkeyboard-config-2.39-compat.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/app-emulation/qemu-guest-agent/files/qemu-guest-agent-xkeyboard-config-2.39-compat.patch b/app-emulation/qemu-guest-agent/files/qemu-guest-agent-xkeyboard-config-2.39-compat.patch new file mode 100644 index 00000000..744e7f20 --- /dev/null +++ b/app-emulation/qemu-guest-agent/files/qemu-guest-agent-xkeyboard-config-2.39-compat.patch @@ -0,0 +1,11 @@ +diff --git a/pc-bios/keymaps/meson.build b/pc-bios/keymaps/meson.build +index bff30833137b1afe114b2fc75f3e5677d3ef437c..0bd8ce0077532d0756508c0dcba0f86ddf946a63 100644 +--- a/pc-bios/keymaps/meson.build ++++ b/pc-bios/keymaps/meson.build +@@ -1,5 +1,5 @@ + keymaps = { +- 'ar': '-l ar', ++ 'ar': '-l ara', + 'bepo': '-l fr -v dvorak', + 'cz': '-l cz', + 'da': '-l dk', |