diff options
author | Naohiro Aota <naota@gentoo.org> | 2012-07-23 04:20:12 +0000 |
---|---|---|
committer | Naohiro Aota <naota@gentoo.org> | 2012-07-23 04:20:12 +0000 |
commit | 6667480ac241f51ed20c30454759a3fe81dd048f (patch) | |
tree | e65950b53354a952495c537fb72c62b3e496b99e /app-i18n/mozc/mozc-1.3.975.102.ebuild | |
parent | Set CC properly. (diff) | |
download | historical-6667480ac241f51ed20c30454759a3fe81dd048f.tar.gz historical-6667480ac241f51ed20c30454759a3fe81dd048f.tar.bz2 historical-6667480ac241f51ed20c30454759a3fe81dd048f.zip |
Don't use MY_P anymore.
Package-Manager: portage-2.2.0_alpha116/cvs/Linux x86_64
Diffstat (limited to 'app-i18n/mozc/mozc-1.3.975.102.ebuild')
-rw-r--r-- | app-i18n/mozc/mozc-1.3.975.102.ebuild | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/app-i18n/mozc/mozc-1.3.975.102.ebuild b/app-i18n/mozc/mozc-1.3.975.102.ebuild index 60eceb287b70..ac3e0a92910d 100644 --- a/app-i18n/mozc/mozc-1.3.975.102.ebuild +++ b/app-i18n/mozc/mozc-1.3.975.102.ebuild @@ -1,15 +1,14 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/mozc/mozc-1.3.975.102.ebuild,v 1.1 2012/07/23 03:50:46 naota Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/mozc/mozc-1.3.975.102.ebuild,v 1.2 2012/07/23 04:20:12 naota Exp $ EAPI="3" PYTHON_DEPEND="2" inherit elisp-common eutils multilib python toolchain-funcs -MY_P="${P/ibus-}" DESCRIPTION="The Mozc engine for IBus Framework" HOMEPAGE="http://code.google.com/p/mozc/" -SRC_URI="http://mozc.googlecode.com/files/${MY_P}.tar.bz2" +SRC_URI="http://mozc.googlecode.com/files/${P}.tar.bz2" LICENSE="Apache-2.0 BSD Boost-1.0 ipadic public-domain unicode" SLOT="0" @@ -33,8 +32,6 @@ DEPEND="${RDEPEND} dev-cpp/gtest virtual/pkgconfig" -S="${WORKDIR}/${MY_P}" - BUILDTYPE="${BUILDTYPE:-Release}" RESTRICT="test" |