summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2015-01-28 23:02:53 +0000
committerMichał Górny <mgorny@gentoo.org>2015-01-28 23:02:53 +0000
commitf271bfa4d6fa3a8670bada150a7cd88d1878db8a (patch)
treeb12ba96bc7587d25ced81a7502a35d2b815616d0 /net-voip
parentSwitch to CPU_FLAGS_X86. (diff)
downloadgentoo-2-f271bfa4d6fa3a8670bada150a7cd88d1878db8a.tar.gz
gentoo-2-f271bfa4d6fa3a8670bada150a7cd88d1878db8a.tar.bz2
gentoo-2-f271bfa4d6fa3a8670bada150a7cd88d1878db8a.zip
Switch to CPU_FLAGS_X86.
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'net-voip')
-rw-r--r--net-voip/yate/ChangeLog8
-rw-r--r--net-voip/yate/yate-5.4.0.ebuild8
-rw-r--r--net-voip/yate/yate-9999.ebuild8
3 files changed, 14 insertions, 10 deletions
diff --git a/net-voip/yate/ChangeLog b/net-voip/yate/ChangeLog
index 988f47da73e1..06a38790c995 100644
--- a/net-voip/yate/ChangeLog
+++ b/net-voip/yate/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-voip/yate
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-voip/yate/ChangeLog,v 1.33 2014/12/28 16:45:17 titanofold Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-voip/yate/ChangeLog,v 1.34 2015/01/28 23:02:53 mgorny Exp $
+
+ 28 Jan 2015; Michał Górny <mgorny@gentoo.org> yate-5.4.0.ebuild,
+ yate-9999.ebuild:
+ Switch to CPU_FLAGS_X86.
28 Dec 2014; Aaron W. Swenson <titanofold@gentoo.org> yate-5.4.0.ebuild,
yate-9999.ebuild:
diff --git a/net-voip/yate/yate-5.4.0.ebuild b/net-voip/yate/yate-5.4.0.ebuild
index d2e19126ef4a..a70f823ff707 100644
--- a/net-voip/yate/yate-5.4.0.ebuild
+++ b/net-voip/yate/yate-5.4.0.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-voip/yate/yate-5.4.0.ebuild,v 1.4 2014/12/28 16:45:17 titanofold Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-voip/yate/yate-5.4.0.ebuild,v 1.5 2015/01/28 23:02:53 mgorny Exp $
EAPI=5
@@ -21,7 +21,7 @@ fi
LICENSE="GPL-2"
SLOT="0"
-IUSE="doc sse2 sctp dahdi zaptel wpcard tdmcard wanpipe +ilbc +ilbc-webrtc +isac-float isac-fixed postgres mysql +gsm +speex h323 spandsp +ssl qt4 +zlib amrnb"
+IUSE="doc cpu_flags_x86_sse2 sctp dahdi zaptel wpcard tdmcard wanpipe +ilbc +ilbc-webrtc +isac-float isac-fixed postgres mysql +gsm +speex h323 spandsp +ssl qt4 +zlib amrnb"
RDEPEND="
postgres? ( dev-db/postgresql )
@@ -55,7 +55,7 @@ src_prepare() {
src_configure() {
econf \
--with-archlib=$(get_libdir) \
- $(use_enable sse2) \
+ $(use_enable cpu_flags_x86_sse2 sse2) \
$(use_enable sctp) \
$(use_enable dahdi) \
$(use_enable zaptel) \
diff --git a/net-voip/yate/yate-9999.ebuild b/net-voip/yate/yate-9999.ebuild
index 1a74b1020db1..6a9443b1d4e7 100644
--- a/net-voip/yate/yate-9999.ebuild
+++ b/net-voip/yate/yate-9999.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-voip/yate/yate-9999.ebuild,v 1.7 2014/12/28 16:45:17 titanofold Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-voip/yate/yate-9999.ebuild,v 1.8 2015/01/28 23:02:53 mgorny Exp $
EAPI=5
@@ -21,7 +21,7 @@ fi
LICENSE="GPL-2"
SLOT="0"
-IUSE="doc sse2 sctp dahdi zaptel wpcard tdmcard wanpipe +ilbc +ilbc-webrtc +isac-float isac-fixed postgres mysql +gsm +speex h323 spandsp +ssl qt4 +zlib amrnb"
+IUSE="doc cpu_flags_x86_sse2 sctp dahdi zaptel wpcard tdmcard wanpipe +ilbc +ilbc-webrtc +isac-float isac-fixed postgres mysql +gsm +speex h323 spandsp +ssl qt4 +zlib amrnb"
RDEPEND="
postgres? ( dev-db/postgresql )
@@ -55,7 +55,7 @@ src_prepare() {
src_configure() {
econf \
--with-archlib=$(get_libdir) \
- $(use_enable sse2) \
+ $(use_enable cpu_flags_x86_sse2 sse2) \
$(use_enable sctp) \
$(use_enable dahdi) \
$(use_enable zaptel) \