From 3b8cd1dbe016a611966473d415c2710f299b8d76 Mon Sep 17 00:00:00 2001 From: Agostino Sarubbo Date: Wed, 17 Oct 2012 10:22:34 +0000 Subject: EAPI 4, respect CC/AR/RANLIB, ~amd64 keyword, wrt to bug #438632 (Portage version: 2.1.11.9/cvs/Linux x86_64) --- app-accessibility/SphinxTrain/ChangeLog | 7 +++++-- app-accessibility/SphinxTrain/SphinxTrain-0.9.1-r1.ebuild | 11 ++++++----- 2 files changed, 11 insertions(+), 7 deletions(-) (limited to 'app-accessibility/SphinxTrain') diff --git a/app-accessibility/SphinxTrain/ChangeLog b/app-accessibility/SphinxTrain/ChangeLog index da9f59f3f852..61acca782d6f 100644 --- a/app-accessibility/SphinxTrain/ChangeLog +++ b/app-accessibility/SphinxTrain/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-accessibility/SphinxTrain -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/SphinxTrain/ChangeLog,v 1.16 2010/04/29 11:07:29 flameeyes Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/SphinxTrain/ChangeLog,v 1.17 2012/10/17 10:22:34 ago Exp $ + + 17 Oct 2012; Agostino Sarubbo SphinxTrain-0.9.1-r1.ebuild: + EAPI 4, respect CC/AR/RANLIB, ~amd64 keyword, wrt to bug #438632 29 Apr 2010; Diego E. Pettenò SphinxTrain-0.9.1-r1.ebuild: diff --git a/app-accessibility/SphinxTrain/SphinxTrain-0.9.1-r1.ebuild b/app-accessibility/SphinxTrain/SphinxTrain-0.9.1-r1.ebuild index 43e34492f930..996ce9c5a1eb 100644 --- a/app-accessibility/SphinxTrain/SphinxTrain-0.9.1-r1.ebuild +++ b/app-accessibility/SphinxTrain/SphinxTrain-0.9.1-r1.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-accessibility/SphinxTrain/SphinxTrain-0.9.1-r1.ebuild,v 1.16 2010/04/29 11:07:29 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/SphinxTrain/SphinxTrain-0.9.1-r1.ebuild,v 1.17 2012/10/17 10:22:33 ago Exp $ -EAPI="2" +EAPI=4 -inherit eutils +inherit eutils toolchain-funcs DESCRIPTION="Speech Recognition (Training Module)" HOMEPAGE="http://cmusphinx.sourceforge.net/html/cmusphinx.php" @@ -12,7 +12,7 @@ SRC_URI="http://www.speech.cs.cmu.edu/${PN}/${P}-beta.tar.gz" LICENSE="BSD as-is" SLOT="0" -KEYWORDS="x86 ppc" +KEYWORDS="~amd64 ppc x86" IUSE="" DEPEND="app-accessibility/sphinx2 @@ -24,6 +24,7 @@ S=${WORKDIR}/${PN} src_prepare() { epatch "${FILESDIR}"/gcc.patch epatch "${FILESDIR}"/gcc34.patch + tc-export CC AR RANLIB } src_install() { -- cgit v1.2.3-65-gdbad