diff options
author | Sergey Popov <pinkbyte@gentoo.org> | 2013-07-25 22:01:08 +0000 |
---|---|---|
committer | Sergey Popov <pinkbyte@gentoo.org> | 2013-07-25 22:01:08 +0000 |
commit | 1708f721806f1743a4286cee3d37554edaa06f84 (patch) | |
tree | c3ab23e678a64267d21ad18230680c309cdcfeac /app-i18n/librime/librime-0.9.9.ebuild | |
parent | Drop old version, wrt bug #478022, thanks to Dennis 'dlan' Lan <dennis.yxun A... (diff) | |
download | gentoo-2-1708f721806f1743a4286cee3d37554edaa06f84.tar.gz gentoo-2-1708f721806f1743a4286cee3d37554edaa06f84.tar.bz2 gentoo-2-1708f721806f1743a4286cee3d37554edaa06f84.zip |
QA: utilize default src_prepare from cmake-utils eclass
(Portage version: 2.2.0_alpha188/cvs/Linux x86_64, signed Manifest commit with key 0x1F357D42)
Diffstat (limited to 'app-i18n/librime/librime-0.9.9.ebuild')
-rw-r--r-- | app-i18n/librime/librime-0.9.9.ebuild | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/app-i18n/librime/librime-0.9.9.ebuild b/app-i18n/librime/librime-0.9.9.ebuild index acb09dc28215..5ae1d6afe243 100644 --- a/app-i18n/librime/librime-0.9.9.ebuild +++ b/app-i18n/librime/librime-0.9.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/librime/librime-0.9.9.ebuild,v 1.1 2013/06/05 00:28:21 naota Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/librime/librime-0.9.9.ebuild,v 1.2 2013/07/25 22:01:08 pinkbyte Exp $ EAPI=5 @@ -25,12 +25,12 @@ RDEPEND="app-i18n/opencc DEPEND="${RDEPEND} test? ( dev-cpp/gtest )" -S=${WORKDIR}/${PN} +S="${WORKDIR}/${PN}" -src_prepare() { - epatch "${FILESDIR}"/${PN}-test.patch - epatch "${FILESDIR}"/${PN}-dictionary.patch -} +PATCHES=( + "${FILESDIR}/${PN}-test.patch" + "${FILESDIR}/${PN}-dictionary.patch" +) src_configure() { local mycmakeargs=( |