summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkinori Hattori <hattya@gentoo.org>2017-07-19 00:00:19 +0900
committerAkinori Hattori <hattya@gentoo.org>2017-07-19 00:00:19 +0900
commit80f2fd6ce99506458d02421a9b9be4cd216116c0 (patch)
tree052d2102a72477a6df1b631561deb1e5e6228f01 /app-i18n/kinput2/kinput2-3.1-r2.ebuild
parentsys-boot/grub: add name/description to my metadata entry (diff)
downloadgentoo-80f2fd6ce99506458d02421a9b9be4cd216116c0.tar.gz
gentoo-80f2fd6ce99506458d02421a9b9be4cd216116c0.tar.bz2
gentoo-80f2fd6ce99506458d02421a9b9be4cd216116c0.zip
app-i18n/kinput2: update patches
Package-Manager: Portage-2.3.6, Repoman-2.3.1
Diffstat (limited to 'app-i18n/kinput2/kinput2-3.1-r2.ebuild')
-rw-r--r--app-i18n/kinput2/kinput2-3.1-r2.ebuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/app-i18n/kinput2/kinput2-3.1-r2.ebuild b/app-i18n/kinput2/kinput2-3.1-r2.ebuild
index ccdfc9770d1e..d04128071894 100644
--- a/app-i18n/kinput2/kinput2-3.1-r2.ebuild
+++ b/app-i18n/kinput2/kinput2-3.1-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI="3"
@@ -30,7 +30,9 @@ DEPEND="${RDEPEND}
S="${WORKDIR}/${MY_P}"
src_prepare() {
- epatch "${FILESDIR}/${P}-r1-gentoo.diff"
+ epatch "${FILESDIR}/${PN}-gentoo.patch"
+ epatch "${FILESDIR}/${PN}-ppc.patch"
+ epatch "${FILESDIR}/${PN}-segfault.patch"
if use freewnn; then
sed -i -e '/\/\* #define UseWnn/s:^:#define UseWnn\n:' Kinput2.conf || die