public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-libs/shhopt: shhopt-1.1.7-r2.ebuild ChangeLog shhopt-1.1.7.ebuild
@ 2009-07-29 22:45 Victor Ostorga (vostorga)
  0 siblings, 0 replies; only message in thread
From: Victor Ostorga (vostorga) @ 2009-07-29 22:45 UTC (permalink / raw
  To: gentoo-commits

vostorga    09/07/29 22:45:23

  Modified:             shhopt-1.1.7-r2.ebuild ChangeLog
                        shhopt-1.1.7.ebuild
  Log:
  Respecting CC variable, closes bug #243944
  (Portage version: 2.1.6.13/cvs/Linux i686)

Revision  Changes    Path
1.6                  dev-libs/shhopt/shhopt-1.1.7-r2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/shhopt/shhopt-1.1.7-r2.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/shhopt/shhopt-1.1.7-r2.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/shhopt/shhopt-1.1.7-r2.ebuild?r1=1.5&r2=1.6

Index: shhopt-1.1.7-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/shhopt/shhopt-1.1.7-r2.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- shhopt-1.1.7-r2.ebuild	22 Mar 2009 12:43:03 -0000	1.5
+++ shhopt-1.1.7-r2.ebuild	29 Jul 2009 22:45:23 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/shhopt/shhopt-1.1.7-r2.ebuild,v 1.5 2009/03/22 12:43:03 jmbsvicetto Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/shhopt/shhopt-1.1.7-r2.ebuild,v 1.6 2009/07/29 22:45:23 vostorga Exp $
 
 inherit eutils
 
@@ -22,6 +22,11 @@
 	epatch "${FILESDIR}"/${P}-build.patch
 }
 
+src_compile() {
+	emake CC=$(tc-getCC) || die
+}
+
+
 src_install() {
 	dolib.a libshhopt.a || die
 	ln -s libshhopt.so.${PV} libshhopt.so



1.14                 dev-libs/shhopt/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/shhopt/ChangeLog?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/shhopt/ChangeLog?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/shhopt/ChangeLog?r1=1.13&r2=1.14

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/shhopt/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog	22 Mar 2009 12:43:03 -0000	1.13
+++ ChangeLog	29 Jul 2009 22:45:23 -0000	1.14
@@ -1,6 +1,10 @@
 # ChangeLog for dev-libs/shhopt
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/shhopt/ChangeLog,v 1.13 2009/03/22 12:43:03 jmbsvicetto Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/shhopt/ChangeLog,v 1.14 2009/07/29 22:45:23 vostorga Exp $
+
+  29 Jul 2009; Víctor Ostorga <vostorga@gentoo.org> shhopt-1.1.7.ebuild,
+  shhopt-1.1.7-r2.ebuild:
+  Respecting CC variable, closes bug #243944
 
   22 Mar 2009; Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org>
   metadata.xml:



1.7                  dev-libs/shhopt/shhopt-1.1.7.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/shhopt/shhopt-1.1.7.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/shhopt/shhopt-1.1.7.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/shhopt/shhopt-1.1.7.ebuild?r1=1.6&r2=1.7

Index: shhopt-1.1.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/shhopt/shhopt-1.1.7.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- shhopt-1.1.7.ebuild	22 Mar 2009 12:43:03 -0000	1.6
+++ shhopt-1.1.7.ebuild	29 Jul 2009 22:45:23 -0000	1.7
@@ -1,6 +1,8 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/shhopt/shhopt-1.1.7.ebuild,v 1.6 2009/03/22 12:43:03 jmbsvicetto Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/shhopt/shhopt-1.1.7.ebuild,v 1.7 2009/07/29 22:45:23 vostorga Exp $
+
+inherit toolchain-funcs
 
 DESCRIPTION="library for parsing command line options"
 SRC_URI="http://shh.thathost.com/pub-unix/files/${P}.tar.gz"
@@ -15,7 +17,7 @@
 RDEPEND=""
 
 src_compile() {
-	emake || die
+	emake CC=$(tc-getCC) || die
 }
 
 src_install () {






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-07-29 22:45 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-29 22:45 [gentoo-commits] gentoo-x86 commit in dev-libs/shhopt: shhopt-1.1.7-r2.ebuild ChangeLog shhopt-1.1.7.ebuild Victor Ostorga (vostorga)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox