From: "Michael Januszewski (spock)" <spock@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in app-misc/linux-logo: ChangeLog linux-logo-5.03.ebuild
Date: Wed, 29 Oct 2008 17:27:35 +0000 [thread overview]
Message-ID: <E1KvEpT-0001dL-AN@stork.gentoo.org> (raw)
spock 08/10/29 17:27:35
Modified: ChangeLog linux-logo-5.03.ebuild
Log:
Fix bug #243654 (respect the CC variable).
(Portage version: 2.2_rc12/cvs/Linux 2.6.27 x86_64)
Revision Changes Path
1.62 app-misc/linux-logo/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/linux-logo/ChangeLog?rev=1.62&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/linux-logo/ChangeLog?rev=1.62&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/linux-logo/ChangeLog?r1=1.61&r2=1.62
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/linux-logo/ChangeLog,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -r1.61 -r1.62
--- ChangeLog 15 Oct 2008 17:39:04 -0000 1.61
+++ ChangeLog 29 Oct 2008 17:27:35 -0000 1.62
@@ -1,6 +1,10 @@
# ChangeLog for app-misc/linux-logo
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/linux-logo/ChangeLog,v 1.61 2008/10/15 17:39:04 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/linux-logo/ChangeLog,v 1.62 2008/10/29 17:27:35 spock Exp $
+
+ 29 Oct 2008; Michał Januszewski <spock@gentoo.org>
+ linux-logo-5.03.ebuild:
+ Fix bug #243654 (respect the CC variable).
15 Oct 2008; Diego Pettenò <flameeyes@gentoo.org> linux-logo-5.03.ebuild:
Don't use a sed command, override CFLAGS at make.
1.7 app-misc/linux-logo/linux-logo-5.03.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/linux-logo/linux-logo-5.03.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/linux-logo/linux-logo-5.03.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/linux-logo/linux-logo-5.03.ebuild?r1=1.6&r2=1.7
Index: linux-logo-5.03.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/linux-logo/linux-logo-5.03.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- linux-logo-5.03.ebuild 15 Oct 2008 17:39:04 -0000 1.6
+++ linux-logo-5.03.ebuild 29 Oct 2008 17:27:35 -0000 1.7
@@ -1,8 +1,8 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/linux-logo/linux-logo-5.03.ebuild,v 1.6 2008/10/15 17:39:04 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/linux-logo/linux-logo-5.03.ebuild,v 1.7 2008/10/29 17:27:35 spock Exp $
-inherit eutils
+inherit eutils toolchain-funcs
MY_P=${PN/-/_}-${PV}
S=${WORKDIR}/${MY_P}
@@ -35,7 +35,7 @@
src_compile() {
./configure --prefix="${D}"/usr || die
- emake CFLAGS="${CFLAGS}" || die
+ emake CFLAGS="${CFLAGS}" CC="$(tc-getCC)" || die
}
src_install() {
next reply other threads:[~2008-10-29 17:27 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-10-29 17:27 Michael Januszewski (spock) [this message]
-- strict thread matches above, loose matches on Subject: below --
2008-10-15 17:39 [gentoo-commits] gentoo-x86 commit in app-misc/linux-logo: ChangeLog linux-logo-5.03.ebuild Diego Petteno (flameeyes)
2008-03-27 22:58 Jeroen Roovers (jer)
2008-03-27 19:06 Gysbert Wassenaar (nixnut)
2008-03-27 12:24 Santiago M. Mola (coldwind)
2008-03-26 17:08 Raul Porcel (armin76)
2008-02-16 17:10 Michael Januszewski (spock)
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=E1KvEpT-0001dL-AN@stork.gentoo.org \
--to=spock@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