summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAgostino Sarubbo <ago@gentoo.org>2012-10-05 18:07:20 +0000
committerAgostino Sarubbo <ago@gentoo.org>2012-10-05 18:07:20 +0000
commit31667e1c5a53531dfe661c2c00056eafb2bd8001 (patch)
treeb90c2bf9a0d52edc1539cf06ee57b861b3d643cb /app-arch
parentMarking elinks-0.12_pre5-r2 ppc64 for bug 437196 (diff)
downloadgentoo-2-31667e1c5a53531dfe661c2c00056eafb2bd8001.tar.gz
gentoo-2-31667e1c5a53531dfe661c2c00056eafb2bd8001.tar.bz2
gentoo-2-31667e1c5a53531dfe661c2c00056eafb2bd8001.zip
Respect CC, wrt to bug #243328
(Portage version: 2.1.11.9/cvs/Linux x86_64)
Diffstat (limited to 'app-arch')
-rw-r--r--app-arch/afio/ChangeLog6
-rw-r--r--app-arch/afio/afio-2.5.1.ebuild6
-rw-r--r--app-arch/afio/afio-2.5.ebuild8
3 files changed, 13 insertions, 7 deletions
diff --git a/app-arch/afio/ChangeLog b/app-arch/afio/ChangeLog
index 37a41b094154..bcebf74bb6af 100644
--- a/app-arch/afio/ChangeLog
+++ b/app-arch/afio/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-arch/afio
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/afio/ChangeLog,v 1.21 2012/03/11 13:49:13 wschlich Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/afio/ChangeLog,v 1.22 2012/10/05 18:07:20 ago Exp $
+
+ 05 Oct 2012; Agostino Sarubbo <ago@gentoo.org> afio-2.5.1.ebuild,
+ afio-2.5.ebuild:
+ Respect CC, wrt to bug #243328
11 Mar 2012; Wolfram Schlich <wschlich@gentoo.org> -afio-2.4.7.ebuild:
removed old version
diff --git a/app-arch/afio/afio-2.5.1.ebuild b/app-arch/afio/afio-2.5.1.ebuild
index 5686797cf8dd..4610d1a3d580 100644
--- a/app-arch/afio/afio-2.5.1.ebuild
+++ b/app-arch/afio/afio-2.5.1.ebuild
@@ -1,9 +1,10 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/afio/afio-2.5.1.ebuild,v 1.1 2012/03/11 13:43:30 wschlich Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/afio/afio-2.5.1.ebuild,v 1.2 2012/10/05 18:07:20 ago Exp $
EAPI=4
-inherit eutils
+
+inherit eutils toolchain-funcs
DESCRIPTION="makes cpio-format archives and deals somewhat gracefully with input data corruption."
HOMEPAGE="http://members.chello.nl/k.holtman/afio.html"
@@ -16,6 +17,7 @@ IUSE=""
src_prepare() {
epatch "${FILESDIR}"/Makefile-r1.patch
+ tc-export CC
}
src_install() {
diff --git a/app-arch/afio/afio-2.5.ebuild b/app-arch/afio/afio-2.5.ebuild
index 293a8b2b9322..208eb529bfe7 100644
--- a/app-arch/afio/afio-2.5.ebuild
+++ b/app-arch/afio/afio-2.5.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/afio/afio-2.5.ebuild,v 1.12 2009/10/12 16:30:48 halcy0n Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/afio/afio-2.5.ebuild,v 1.13 2012/10/05 18:07:20 ago Exp $
-inherit eutils
+inherit eutils toolchain-funcs
DESCRIPTION="makes cpio-format archives and deals somewhat gracefully with input data corruption."
HOMEPAGE="http://freshmeat.net/projects/afio/"
@@ -29,7 +29,7 @@ src_unpack() {
}
src_compile() {
- emake || die "emake failed"
+ emake CC="$(tc-getCC)" || die "emake failed"
}
src_install() {