public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michael Weber (xmw)" <xmw@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/byacc: byacc-1.9-r3.ebuild ChangeLog
Date: Mon,  6 Sep 2010 17:53:13 +0000 (UTC)	[thread overview]
Message-ID: <20100906175313.F2C0520051@flycatcher.gentoo.org> (raw)

xmw         10/09/06 17:53:13

  Modified:             byacc-1.9-r3.ebuild ChangeLog
  Log:
  Fix CC/LINKER to toolchain-funcs
  (Portage version: 2.1.8.3/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  dev-util/byacc/byacc-1.9-r3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/byacc/byacc-1.9-r3.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/byacc/byacc-1.9-r3.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/byacc/byacc-1.9-r3.ebuild?r1=1.1&r2=1.2

Index: byacc-1.9-r3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/byacc/byacc-1.9-r3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- byacc-1.9-r3.ebuild	6 Sep 2010 17:43:50 -0000	1.1
+++ byacc-1.9-r3.ebuild	6 Sep 2010 17:53:13 -0000	1.2
@@ -1,10 +1,10 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/byacc/byacc-1.9-r3.ebuild,v 1.1 2010/09/06 17:43:50 xmw Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/byacc/byacc-1.9-r3.ebuild,v 1.2 2010/09/06 17:53:13 xmw Exp $
 
 EAPI=2
 
-inherit eutils
+inherit eutils toolchain-funcs
 
 DESCRIPTION="the best variant of the Yacc parser generator"
 HOMEPAGE="http://dickey.his.com/byacc/byacc.html"
@@ -27,7 +27,7 @@
 }
 
 src_compile() {
-	emake PROGRAM=byacc CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" || die
+	emake PROGRAM=byacc CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" CC="$(tc-getCC)" LINKER="$(tc-getCC)" || die
 }
 
 src_install() {



1.25                 dev-util/byacc/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/byacc/ChangeLog?rev=1.25&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/byacc/ChangeLog?rev=1.25&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/byacc/ChangeLog?r1=1.24&r2=1.25

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/byacc/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ChangeLog	6 Sep 2010 17:43:50 -0000	1.24
+++ ChangeLog	6 Sep 2010 17:53:13 -0000	1.25
@@ -1,6 +1,9 @@
 # ChangeLog for dev-util/byacc
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/byacc/ChangeLog,v 1.24 2010/09/06 17:43:50 xmw Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/byacc/ChangeLog,v 1.25 2010/09/06 17:53:13 xmw Exp $
+
+  06 Sep 2010; Michael Weber <xmw@gentoo.org> byacc-1.9-r3.ebuild:
+  Fix CC/LINKER to toolchain-funcs.
 
 *byacc-1.9-r3 (06 Sep 2010)
 






             reply	other threads:[~2010-09-06 17:53 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-09-06 17:53 Michael Weber (xmw) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2012-02-08 21:11 [gentoo-commits] gentoo-x86 commit in dev-util/byacc: byacc-1.9-r3.ebuild ChangeLog Markus Meier (maekke)
2012-02-08  0:41 Jeroen Roovers (jer)
2012-02-01  9:03 Samuli Suominen (ssuominen)
2012-01-15 17:35 Raul Porcel (armin76)
2012-01-03 23:38 Ulrich Mueller (ulm)
2011-12-13 23:25 Agostino Sarubbo (ago)
2011-12-11  9:25 PaweA Hajdan (phajdan.jr)
2010-09-06 17:43 Michael Weber (xmw)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20100906175313.F2C0520051@flycatcher.gentoo.org \
    --to=xmw@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox