diff options
author | Michał Górny <mgorny@gentoo.org> | 2015-01-28 22:25:35 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2015-01-28 22:25:35 +0000 |
commit | 9ea44c7b6d017b477c815690869969a7e51ecc45 (patch) | |
tree | b3dd85087380b6d2eb22af2854e5cbffb02ef452 /x11-wm | |
parent | Switch to CPU_FLAGS_X86. (diff) | |
download | gentoo-2-9ea44c7b6d017b477c815690869969a7e51ecc45.tar.gz gentoo-2-9ea44c7b6d017b477c815690869969a7e51ecc45.tar.bz2 gentoo-2-9ea44c7b6d017b477c815690869969a7e51ecc45.zip |
Switch to CPU_FLAGS_X86.
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/afterstep/ChangeLog | 8 | ||||
-rw-r--r-- | x11-wm/afterstep/afterstep-2.2.11-r1.ebuild | 8 | ||||
-rw-r--r-- | x11-wm/afterstep/afterstep-2.2.9.ebuild | 8 |
3 files changed, 14 insertions, 10 deletions
diff --git a/x11-wm/afterstep/ChangeLog b/x11-wm/afterstep/ChangeLog index d4f48661557c..08590fa5e70f 100644 --- a/x11-wm/afterstep/ChangeLog +++ b/x11-wm/afterstep/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-wm/afterstep -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/afterstep/ChangeLog,v 1.107 2013/10/19 14:53:50 pacho Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-wm/afterstep/ChangeLog,v 1.108 2015/01/28 22:25:35 mgorny Exp $ + + 28 Jan 2015; Michał Górny <mgorny@gentoo.org> afterstep-2.2.11-r1.ebuild, + afterstep-2.2.9.ebuild: + Switch to CPU_FLAGS_X86. 19 Oct 2013; Pacho Ramos <pacho@gentoo.org> -afterstep-2.2.11.ebuild, metadata.xml: diff --git a/x11-wm/afterstep/afterstep-2.2.11-r1.ebuild b/x11-wm/afterstep/afterstep-2.2.11-r1.ebuild index 1c5f44a5035c..f22f72d09e4c 100644 --- a/x11-wm/afterstep/afterstep-2.2.11-r1.ebuild +++ b/x11-wm/afterstep/afterstep-2.2.11-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/afterstep/afterstep-2.2.11-r1.ebuild,v 1.3 2013/04/10 10:05:57 voyageur Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/afterstep/afterstep-2.2.11-r1.ebuild,v 1.4 2015/01/28 22:25:35 mgorny Exp $ EAPI=5 inherit autotools eutils flag-o-matic @@ -13,7 +13,7 @@ SRC_URI="ftp://ftp.afterstep.org/stable/AfterStep-${PV}.tar.bz2 LICENSE="GPL-2 LGPL-2.1" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" -IUSE="alsa debug dbus gif gtk jpeg mmx nls png svg tiff xinerama" +IUSE="alsa debug dbus gif gtk jpeg cpu_flags_x86_mmx nls png svg tiff xinerama" RDEPEND="media-libs/freetype alsa? ( media-libs/alsa-lib ) @@ -77,7 +77,7 @@ src_configure() { LDCONFIG=/bin/true econf \ $(use_enable alsa) \ - $(use_enable mmx mmx-optimization) \ + $(use_enable cpu_flags_x86_mmx mmx-optimization) \ $(use_enable nls i18n) \ $(use_enable xinerama) \ $(use_with dbus dbus1) \ diff --git a/x11-wm/afterstep/afterstep-2.2.9.ebuild b/x11-wm/afterstep/afterstep-2.2.9.ebuild index 956555da31c4..2e395ee8680f 100644 --- a/x11-wm/afterstep/afterstep-2.2.9.ebuild +++ b/x11-wm/afterstep/afterstep-2.2.9.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/afterstep/afterstep-2.2.9.ebuild,v 1.20 2011/12/23 07:54:11 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/afterstep/afterstep-2.2.9.ebuild,v 1.21 2015/01/28 22:25:35 mgorny Exp $ EAPI=4 @@ -14,7 +14,7 @@ SRC_URI="ftp://ftp.afterstep.org/stable/AfterStep-${PV}.tar.bz2" LICENSE="GPL-2 LGPL-2.1" SLOT="0" KEYWORDS="alpha amd64 hppa ia64 ~mips ppc ppc64 sparc x86" -IUSE="alsa debug dbus gif gtk jpeg mmx nls png svg tiff xinerama" +IUSE="alsa debug dbus gif gtk jpeg cpu_flags_x86_mmx nls png svg tiff xinerama" RDEPEND=" media-libs/freetype @@ -89,7 +89,7 @@ src_configure() { LDCONFIG=/bin/true econf \ $(use_enable alsa) \ - $(use_enable mmx mmx-optimization) \ + $(use_enable cpu_flags_x86_mmx mmx-optimization) \ $(use_enable nls i18n) \ $(use_enable xinerama) \ $(use_with dbus dbus1) \ |