diff options
author | Christoph Mende <angelos@gentoo.org> | 2008-12-30 20:29:22 +0000 |
---|---|---|
committer | Christoph Mende <angelos@gentoo.org> | 2008-12-30 20:29:22 +0000 |
commit | 2f55303f466fd66dca39c08ca9e2096957214495 (patch) | |
tree | dd55b3809c7770e29f0562690f47a36d4c54fc54 /app-misc/tpconfig | |
parent | QA: Respect CC (bug 243672) (diff) | |
download | historical-2f55303f466fd66dca39c08ca9e2096957214495.tar.gz historical-2f55303f466fd66dca39c08ca9e2096957214495.tar.bz2 historical-2f55303f466fd66dca39c08ca9e2096957214495.zip |
QA: Respect CC (bug 243678)
Package-Manager: portage-2.2_rc20/cvs/Linux 2.6.28 x86_64
Diffstat (limited to 'app-misc/tpconfig')
-rw-r--r-- | app-misc/tpconfig/ChangeLog | 7 | ||||
-rw-r--r-- | app-misc/tpconfig/tpconfig-3.1.3.ebuild | 11 |
2 files changed, 14 insertions, 4 deletions
diff --git a/app-misc/tpconfig/ChangeLog b/app-misc/tpconfig/ChangeLog index 00293c37f8b1..0a8001da1c19 100644 --- a/app-misc/tpconfig/ChangeLog +++ b/app-misc/tpconfig/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-misc/tpconfig -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/tpconfig/ChangeLog,v 1.9 2007/05/14 16:47:40 bangert Exp $ +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-misc/tpconfig/ChangeLog,v 1.10 2008/12/30 20:29:22 angelos Exp $ + + 30 Dec 2008; Christoph Mende <angelos@gentoo.org> tpconfig-3.1.3.ebuild: + QA: Respect CC (bug 243678) 14 May 2007; Thilo Bangert <bangert@gentoo.org> metadata.xml: add <herd>no-herd</herd> diff --git a/app-misc/tpconfig/tpconfig-3.1.3.ebuild b/app-misc/tpconfig/tpconfig-3.1.3.ebuild index be9a738faab0..b016fdc7f98e 100644 --- a/app-misc/tpconfig/tpconfig-3.1.3.ebuild +++ b/app-misc/tpconfig/tpconfig-3.1.3.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/tpconfig/tpconfig-3.1.3.ebuild,v 1.12 2007/04/22 15:20:02 phreak Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/tpconfig/tpconfig-3.1.3.ebuild,v 1.13 2008/12/30 20:29:22 angelos Exp $ + +inherit toolchain-funcs DESCRIPTION="Touchpad config for ALPS and Synaptics TPs. Controls tap/click behaviour" HOMEPAGE="http://www.compass.com/synaptics/" @@ -11,6 +13,11 @@ SLOT="0" KEYWORDS="x86" IUSE="" +src_compile() { + econf + emake CC="$(tc-getCC)" || die "emake failed" +} + src_install() { dobin tpconfig || die "dobin failed!" dodoc README AUTHORS NEWS INSTALL |