From: "Michal Gorny (mgorny)" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in profiles/arch/amd64: ChangeLog make.defaults
Date: Sat, 21 Mar 2015 19:15:02 +0000 (UTC) [thread overview]
Message-ID: <20150321191502.1B564143D1@oystercatcher.gentoo.org> (raw)
mgorny 15/03/21 19:15:02
Modified: ChangeLog make.defaults
Log:
Enable mmxext by default since it is implied by sse, and required for ffmpeg.
Revision Changes Path
1.312 profiles/arch/amd64/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/amd64/ChangeLog?rev=1.312&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/amd64/ChangeLog?rev=1.312&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/amd64/ChangeLog?r1=1.311&r2=1.312
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/arch/amd64/ChangeLog,v
retrieving revision 1.311
retrieving revision 1.312
diff -u -r1.311 -r1.312
--- ChangeLog 14 Mar 2015 18:10:08 -0000 1.311
+++ ChangeLog 21 Mar 2015 19:15:02 -0000 1.312
@@ -1,6 +1,9 @@
# ChangeLog for Gentoo/AMD64 profile directory
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/arch/amd64/ChangeLog,v 1.311 2015/03/14 18:10:08 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/arch/amd64/ChangeLog,v 1.312 2015/03/21 19:15:02 mgorny Exp $
+
+ 21 Mar 2015; Michał Górny <mgorny@gentoo.org> make.defaults:
+ Enable mmxext by default since it is implied by sse, and required for ffmpeg.
14 Mar 2015; Michał Górny <mgorny@gentoo.org>
no-emul-linux-x86/package.mask:
1.26 profiles/arch/amd64/make.defaults
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/amd64/make.defaults?rev=1.26&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/amd64/make.defaults?rev=1.26&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/amd64/make.defaults?r1=1.25&r2=1.26
Index: make.defaults
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/arch/amd64/make.defaults,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- make.defaults 30 Jan 2015 21:48:00 -0000 1.25
+++ make.defaults 21 Mar 2015 19:15:02 -0000 1.26
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/arch/amd64/make.defaults,v 1.25 2015/01/30 21:48:00 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/arch/amd64/make.defaults,v 1.26 2015/03/21 19:15:02 mgorny Exp $
ARCH="amd64"
ACCEPT_KEYWORDS="${ARCH}"
@@ -36,8 +36,8 @@
# 2006/10/24 - Simon Stelling <blubb@gentoo.org>
# They are masked, but we can enable them anyway for those who have
# >=portage-2.1.2_pre3-r4
-USE="mmx sse sse2"
-CPU_FLAGS_X86="mmx sse sse2"
+USE="mmx mmxext sse sse2"
+CPU_FLAGS_X86="mmx mmxext sse sse2"
# Michał Górny <mgorny@gentoo.org> (03 Sep 2013)
# Enable abi_x86_64 for packages that don't have it forced.
next reply other threads:[~2015-03-21 19:15 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-03-21 19:15 Michal Gorny (mgorny) [this message]
-- strict thread matches above, loose matches on Subject: below --
2015-01-30 21:48 [gentoo-commits] gentoo-x86 commit in profiles/arch/amd64: ChangeLog make.defaults Michal Gorny (mgorny)
2015-01-28 20:56 Mike Gilbert (floppym)
2014-06-25 12:05 Michal Gorny (mgorny)
2014-06-25 8:18 Michal Gorny (mgorny)
2014-01-18 1:03 Mike Frysinger (vapier)
2013-12-04 20:03 Mike Gilbert (floppym)
2013-10-03 5:15 Michal Gorny (mgorny)
2012-11-12 15:36 Mike Gilbert (floppym)
2012-08-22 15:57 Mike Frysinger (vapier)
2012-05-15 17:22 Mike Gilbert (floppym)
2011-12-07 19:23 Mike Frysinger (vapier)
2011-10-14 22:52 Mike Frysinger (vapier)
2010-08-23 21:16 Chi-Thanh Christopher Nguyen (chithanh)
2009-12-13 21:45 Remi Cardona (remi)
2009-08-16 22:06 Remi Cardona (remi)
2008-04-10 19:53 Donnie Berkholz (dberkholz)
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=20150321191502.1B564143D1@oystercatcher.gentoo.org \
--to=mgorny@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