diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-07-02 20:56:02 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-07-02 20:56:02 +0000 |
commit | 2c148c62d72cc9384ec8cab509c62afedede1a22 (patch) | |
tree | b94db158578a73e1f8e10d7081ac1bc3bae47cec /sys-apps/kbd/kbd-1.12-r5.ebuild | |
parent | Fix bug #97081, and also a lingering unnoticed bug that isql++ was not always... (diff) | |
download | gentoo-2-2c148c62d72cc9384ec8cab509c62afedede1a22.tar.gz gentoo-2-2c148c62d72cc9384ec8cab509c62afedede1a22.tar.bz2 gentoo-2-2c148c62d72cc9384ec8cab509c62afedede1a22.zip |
Touch up the jp106 map #71870 by OKUMURA N. Shin-ya.
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'sys-apps/kbd/kbd-1.12-r5.ebuild')
-rw-r--r-- | sys-apps/kbd/kbd-1.12-r5.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys-apps/kbd/kbd-1.12-r5.ebuild b/sys-apps/kbd/kbd-1.12-r5.ebuild index 6f4d3f71185c..df858d98f3c8 100644 --- a/sys-apps/kbd/kbd-1.12-r5.ebuild +++ b/sys-apps/kbd/kbd-1.12-r5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/kbd/kbd-1.12-r5.ebuild,v 1.4 2005/07/02 17:44:40 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/kbd/kbd-1.12-r5.ebuild,v 1.5 2005/07/02 20:56:02 vapier Exp $ inherit eutils toolchain-funcs @@ -56,6 +56,9 @@ src_unpack() { # The italian keymap is missing euro support #75970 epatch "${FILESDIR}"/${P}-it-euro-map.patch + # Fix jp map to recognize Ctrl-[ as Escape #71870 + epatch "${FILESDIR}"/${P}-jp-escape.patch + # Patches from Fedora epatch "${FILESDIR}"/${P}-Meta_utf8.patch ## Fix runtime with gcc4 (setfont: Input file: trailing garbage) |