diff options
author | Mike Frysinger <vapier@gentoo.org> | 2012-01-13 17:31:32 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2012-01-13 17:31:32 +0000 |
commit | 3cc2074037a4d440f11e532b8b8cea3d1df82853 (patch) | |
tree | 86910419a5ed6342a7f8b44a5d4bd94550b68294 /app-emulation/vice | |
parent | Add missing python cairo deps; modernize py-compile idiom. (diff) | |
download | gentoo-2-3cc2074037a4d440f11e532b8b8cea3d1df82853.tar.gz gentoo-2-3cc2074037a4d440f11e532b8b8cea3d1df82853.tar.bz2 gentoo-2-3cc2074037a4d440f11e532b8b8cea3d1df82853.zip |
Use common tc-getPKG_CONFIG helper.
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
Diffstat (limited to 'app-emulation/vice')
-rw-r--r-- | app-emulation/vice/ChangeLog | 7 | ||||
-rw-r--r-- | app-emulation/vice/vice-2.3.ebuild | 8 |
2 files changed, 9 insertions, 6 deletions
diff --git a/app-emulation/vice/ChangeLog b/app-emulation/vice/ChangeLog index 2e9a8d7dad8f..1544a6eebb9e 100644 --- a/app-emulation/vice/ChangeLog +++ b/app-emulation/vice/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emulation/vice -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/vice/ChangeLog,v 1.80 2011/12/13 18:23:07 mr_bones_ Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/vice/ChangeLog,v 1.81 2012/01/13 17:31:32 vapier Exp $ + + 13 Jan 2012; Mike Frysinger <vapier@gentoo.org> vice-2.3.ebuild: + Use common tc-getPKG_CONFIG helper. 13 Dec 2011; Michael Sterrett <mr_bones_@gentoo.org> vice-2.3.ebuild, +files/vice-2.3-libav.patch: diff --git a/app-emulation/vice/vice-2.3.ebuild b/app-emulation/vice/vice-2.3.ebuild index ed96271c2336..9216bdab1f5b 100644 --- a/app-emulation/vice/vice-2.3.ebuild +++ b/app-emulation/vice/vice-2.3.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/vice/vice-2.3.ebuild,v 1.5 2011/12/13 18:23:07 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/vice/vice-2.3.ebuild,v 1.6 2012/01/13 17:31:32 vapier Exp $ EAPI=2 -inherit autotools eutils games +inherit autotools eutils games toolchain-funcs DESCRIPTION="The Versatile Commodore 8-bit Emulator" HOMEPAGE="http://vice-emu.sourceforge.net/" @@ -81,7 +81,7 @@ src_prepare() { src_configure() { # don't try to actually run fc-cache (bug #280976) FCCACHE=/bin/true \ - PKG_CONFIG=pkg-config \ + PKG_CONFIG=$(tc-getPKG_CONFIG) \ egamesconf \ --disable-dependency-tracking \ --enable-fullscreen \ |