diff options
author | Michał Górny <mgorny@gentoo.org> | 2015-01-28 23:03:46 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2015-01-28 23:03:46 +0000 |
commit | 5d4bdf64bba8cf154928e8ea8ad708313523131c (patch) | |
tree | 2a3f941dd6e21d7cb946879cbd85cfc85aa95f1b /net-voip | |
parent | Switch to CPU_FLAGS_X86. (diff) | |
download | gentoo-2-5d4bdf64bba8cf154928e8ea8ad708313523131c.tar.gz gentoo-2-5d4bdf64bba8cf154928e8ea8ad708313523131c.tar.bz2 gentoo-2-5d4bdf64bba8cf154928e8ea8ad708313523131c.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/ekiga/ChangeLog | 8 | ||||
-rw-r--r-- | net-voip/ekiga/ekiga-4.0.0-r1.ebuild | 8 | ||||
-rw-r--r-- | net-voip/ekiga/ekiga-4.0.1.ebuild | 8 |
3 files changed, 14 insertions, 10 deletions
diff --git a/net-voip/ekiga/ChangeLog b/net-voip/ekiga/ChangeLog index d4a6152162b4..98a57b870ec1 100644 --- a/net-voip/ekiga/ChangeLog +++ b/net-voip/ekiga/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-voip/ekiga -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-voip/ekiga/ChangeLog,v 1.61 2014/08/25 22:58:29 creffett Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-voip/ekiga/ChangeLog,v 1.62 2015/01/28 23:03:46 mgorny Exp $ + + 28 Jan 2015; Michał Górny <mgorny@gentoo.org> ekiga-4.0.0-r1.ebuild, + ekiga-4.0.1.ebuild: + Switch to CPU_FLAGS_X86. 25 Aug 2014; Christopher Reffett <2011creffett@gentoo.org> -ekiga-3.2.7.ebuild: diff --git a/net-voip/ekiga/ekiga-4.0.0-r1.ebuild b/net-voip/ekiga/ekiga-4.0.0-r1.ebuild index a1cf4a46f6f7..71e92eb999af 100644 --- a/net-voip/ekiga/ekiga-4.0.0-r1.ebuild +++ b/net-voip/ekiga/ekiga-4.0.0-r1.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/ekiga/ekiga-4.0.0-r1.ebuild,v 1.11 2014/08/04 18:51:47 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-voip/ekiga/ekiga-4.0.0-r1.ebuild,v 1.12 2015/01/28 23:03:46 mgorny Exp $ EAPI=5 @@ -18,7 +18,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha amd64 ia64 ppc ppc64 sparc x86" IUSE="avahi dbus debug doc eds gconf gnome gstreamer h323 kde kontact ldap -libnotify mmx nls pulseaudio +shm static v4l xcap xv" +libnotify cpu_flags_x86_mmx nls pulseaudio +shm static v4l xcap xv" RDEPEND=">=dev-libs/glib-2.24.0:2 >=dev-libs/boost-1.49 @@ -99,7 +99,7 @@ pkg_setup() { $(use_enable kontact kab) $(use_enable ldap) $(use_enable libnotify notify) - $(use_enable mmx) + $(use_enable cpu_flags_x86_mmx mmx) $(use_enable nls) $(use_enable shm) $(use_enable static static-libs) diff --git a/net-voip/ekiga/ekiga-4.0.1.ebuild b/net-voip/ekiga/ekiga-4.0.1.ebuild index 876c7d432821..0fa9de496684 100644 --- a/net-voip/ekiga/ekiga-4.0.1.ebuild +++ b/net-voip/ekiga/ekiga-4.0.1.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/ekiga/ekiga-4.0.1.ebuild,v 1.3 2014/07/25 21:54:48 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-voip/ekiga/ekiga-4.0.1.ebuild,v 1.4 2015/01/28 23:03:46 mgorny Exp $ EAPI=5 @@ -18,7 +18,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="avahi dbus debug doc eds gconf gnome gstreamer h323 kde kontact ldap -libnotify mmx nls pulseaudio +shm static v4l xcap xv" +libnotify cpu_flags_x86_mmx nls pulseaudio +shm static v4l xcap xv" RDEPEND=">=dev-libs/glib-2.24.0:2 >=dev-libs/boost-1.49 @@ -99,7 +99,7 @@ pkg_setup() { $(use_enable kontact kab) $(use_enable ldap) $(use_enable libnotify notify) - $(use_enable mmx) + $(use_enable cpu_flags_x86_mmx mmx) $(use_enable nls) $(use_enable shm) $(use_enable static static-libs) |