diff options
author | 2018-08-08 22:04:46 +0900 | |
---|---|---|
committer | 2018-08-08 22:51:47 +0900 | |
commit | 2b36f7ca86c75dacdd7a9ebfbbb31aa03b7b51f7 (patch) | |
tree | 97eeb6adc54563bcb4264b8c3d2bf5b0a912e711 /app-i18n/sunpinyin/sunpinyin-2.0.4_pre20130108-r1.ebuild | |
parent | dev-python/spyder: bump to 3.3.0 (diff) | |
download | gentoo-2b36f7ca86c75dacdd7a9ebfbbb31aa03b7b51f7.tar.gz gentoo-2b36f7ca86c75dacdd7a9ebfbbb31aa03b7b51f7.tar.bz2 gentoo-2b36f7ca86c75dacdd7a9ebfbbb31aa03b7b51f7.zip |
app-i18n/sunpinyin: update patches
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'app-i18n/sunpinyin/sunpinyin-2.0.4_pre20130108-r1.ebuild')
-rw-r--r-- | app-i18n/sunpinyin/sunpinyin-2.0.4_pre20130108-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-i18n/sunpinyin/sunpinyin-2.0.4_pre20130108-r1.ebuild b/app-i18n/sunpinyin/sunpinyin-2.0.4_pre20130108-r1.ebuild index 84ef8dcc2cb4..f5a8f933a5f1 100644 --- a/app-i18n/sunpinyin/sunpinyin-2.0.4_pre20130108-r1.ebuild +++ b/app-i18n/sunpinyin/sunpinyin-2.0.4_pre20130108-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -23,8 +23,8 @@ DEPEND="${RDEPEND} PDEPEND="app-i18n/sunpinyin-data" src_prepare() { - epatch "${FILESDIR}"/${PN}-2.0.4-pod2man.patch - epatch "${FILESDIR}"/${P}-gcc6-use-float.patch + epatch "${FILESDIR}"/${P/_pre*}-pod2man.patch + epatch "${FILESDIR}"/${P/_pre*}-gcc-6.patch epatch_user } |