diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-10-20 10:02:21 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-10-20 10:02:21 +0000 |
commit | 7cd55c5d6ea52e68fe477bc969519807989101f8 (patch) | |
tree | 1cb6d9d075f96a391c64ea4411c6524f6ce8d1a0 /app-emacs | |
parent | Add ~amd64, wrt bug #438982 (diff) | |
download | gentoo-2-7cd55c5d6ea52e68fe477bc969519807989101f8.tar.gz gentoo-2-7cd55c5d6ea52e68fe477bc969519807989101f8.tar.bz2 gentoo-2-7cd55c5d6ea52e68fe477bc969519807989101f8.zip |
Respect CC, add ~amd64 wrt to bug #439044
(Portage version: 2.1.11.9/cvs/Linux x86_64)
Diffstat (limited to 'app-emacs')
-rw-r--r-- | app-emacs/yc/ChangeLog | 8 | ||||
-rw-r--r-- | app-emacs/yc/yc-4.0.13.ebuild | 10 |
2 files changed, 10 insertions, 8 deletions
diff --git a/app-emacs/yc/ChangeLog b/app-emacs/yc/ChangeLog index 338137ba3155..831fc2a77803 100644 --- a/app-emacs/yc/ChangeLog +++ b/app-emacs/yc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emacs/yc -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/yc/ChangeLog,v 1.32 2010/09/09 08:46:05 fauli Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/yc/ChangeLog,v 1.33 2012/10/20 10:02:21 ago Exp $ + + 20 Oct 2012; Agostino Sarubbo <ago@gentoo.org> yc-4.0.13.ebuild: + Respect CC, add ~amd64 wrt to bug #439044 09 Sep 2010; Christian Faulhammer <fauli@gentoo.org> yc-4.0.13.ebuild: Port to EAPI 3, correct runtime and build-time dependencies, make it @@ -137,4 +140,3 @@ files/sample.hosts.canna, files/digest-yc-3.5.0 : Initial import. Ebuild submitted by ni_naoto@ybb.ne.jp (Nishimura Naoto). - diff --git a/app-emacs/yc/yc-4.0.13.ebuild b/app-emacs/yc/yc-4.0.13.ebuild index 91418ee8d007..69565bbb8ef1 100644 --- a/app-emacs/yc/yc-4.0.13.ebuild +++ b/app-emacs/yc/yc-4.0.13.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/yc/yc-4.0.13.ebuild,v 1.8 2010/09/09 08:46:05 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/yc/yc-4.0.13.ebuild,v 1.9 2012/10/20 10:02:21 ago Exp $ EAPI=3 -inherit elisp +inherit elisp toolchain-funcs DESCRIPTION="Yet another Canna client on Emacsen" HOMEPAGE="http://www.ceres.dti.ne.jp/~knak/yc.html" @@ -12,7 +12,7 @@ SRC_URI="http://www.ceres.dti.ne.jp/~knak/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha ppc x86" +KEYWORDS="alpha ~amd64 ppc x86" IUSE="" DEPEND="" @@ -25,7 +25,7 @@ src_prepare() { } src_compile() { - emake || die + emake CC="$(tc-getCC)" || die } src_install() { |