From: "Mike Gilbert (floppym)" <floppym@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/pycurl: pycurl-7.19.0-r3.ebuild ChangeLog
Date: Sat, 14 Sep 2013 22:50:10 +0000 (UTC) [thread overview]
Message-ID: <20130914225010.AE9872004C@flycatcher.gentoo.org> (raw)
floppym 13/09/14 22:50:10
Modified: pycurl-7.19.0-r3.ebuild ChangeLog
Log:
Add -fno-strict-aliasing for python2.
(Portage version: 2.2.4/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
Revision Changes Path
1.12 dev-python/pycurl/pycurl-7.19.0-r3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pycurl/pycurl-7.19.0-r3.ebuild?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pycurl/pycurl-7.19.0-r3.ebuild?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pycurl/pycurl-7.19.0-r3.ebuild?r1=1.11&r2=1.12
Index: pycurl-7.19.0-r3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pycurl/pycurl-7.19.0-r3.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- pycurl-7.19.0-r3.ebuild 7 Sep 2013 20:10:54 -0000 1.11
+++ pycurl-7.19.0-r3.ebuild 14 Sep 2013 22:50:10 -0000 1.12
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pycurl/pycurl-7.19.0-r3.ebuild,v 1.11 2013/09/07 20:10:54 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pycurl/pycurl-7.19.0-r3.ebuild,v 1.12 2013/09/14 22:50:10 floppym Exp $
EAPI=5
@@ -42,6 +42,11 @@
distutils-r1_python_prepare_all
}
+python_compile() {
+ python_is_python3 || local -x CFLAGS="${CFLAGS} -fno-strict-aliasing"
+ distutils-r1_python_compile
+}
+
python_test() {
"${PYTHON}" tests/test_internals.py -q || die "Tests fail with ${EPYTHON}"
}
1.91 dev-python/pycurl/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pycurl/ChangeLog?rev=1.91&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pycurl/ChangeLog?rev=1.91&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pycurl/ChangeLog?r1=1.90&r2=1.91
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pycurl/ChangeLog,v
retrieving revision 1.90
retrieving revision 1.91
diff -u -r1.90 -r1.91
--- ChangeLog 7 Sep 2013 20:10:54 -0000 1.90
+++ ChangeLog 14 Sep 2013 22:50:10 -0000 1.91
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/pycurl
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pycurl/ChangeLog,v 1.90 2013/09/07 20:10:54 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pycurl/ChangeLog,v 1.91 2013/09/14 22:50:10 floppym Exp $
+
+ 14 Sep 2013; Mike Gilbert <floppym@gentoo.org> pycurl-7.19.0-r3.ebuild:
+ Add -fno-strict-aliasing for python2.
07 Sep 2013; Agostino Sarubbo <ago@gentoo.org> pycurl-7.19.0-r3.ebuild:
Stable for sparc, wrt bug #480650
next reply other threads:[~2013-09-14 22:50 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-09-14 22:50 Mike Gilbert (floppym) [this message]
-- strict thread matches above, loose matches on Subject: below --
2013-09-07 20:10 [gentoo-commits] gentoo-x86 commit in dev-python/pycurl: pycurl-7.19.0-r3.ebuild ChangeLog Agostino Sarubbo (ago)
2013-09-05 12:19 Agostino Sarubbo (ago)
2013-09-02 11:12 Agostino Sarubbo (ago)
2013-08-29 19:52 Agostino Sarubbo (ago)
2013-08-26 16:55 Agostino Sarubbo (ago)
2013-08-24 17:58 Agostino Sarubbo (ago)
2013-08-15 15:09 Jeroen Roovers (jer)
2013-08-12 22:20 Agostino Sarubbo (ago)
2013-08-12 22:15 Agostino Sarubbo (ago)
2013-02-06 3:01 Mike Gilbert (floppym)
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=20130914225010.AE9872004C@flycatcher.gentoo.org \
--to=floppym@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