summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2015-01-28 20:01:00 +0000
committerMichał Górny <mgorny@gentoo.org>2015-01-28 20:01:00 +0000
commite64c7e40c64a2c0576ed58b6e894a71cc2e2f324 (patch)
tree18df1623ba0f18c140d640986d596717f7cc93a4 /dev-util
parentSwitch to CPU_FLAGS_X86. (diff)
downloadgentoo-2-e64c7e40c64a2c0576ed58b6e894a71cc2e2f324.tar.gz
gentoo-2-e64c7e40c64a2c0576ed58b6e894a71cc2e2f324.tar.bz2
gentoo-2-e64c7e40c64a2c0576ed58b6e894a71cc2e2f324.zip
Switch to CPU_FLAGS_X86.
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'dev-util')
-rw-r--r--dev-util/biew/ChangeLog8
-rw-r--r--dev-util/biew/biew-6.1.0-r2.ebuild8
-rw-r--r--dev-util/biew/biew-6.1.0-r3.ebuild8
3 files changed, 14 insertions, 10 deletions
diff --git a/dev-util/biew/ChangeLog b/dev-util/biew/ChangeLog
index 76e99a8b8870..e3f4e026f31b 100644
--- a/dev-util/biew/ChangeLog
+++ b/dev-util/biew/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-util/biew
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/biew/ChangeLog,v 1.40 2014/08/10 21:25:20 slyfox Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/biew/ChangeLog,v 1.41 2015/01/28 20:01:00 mgorny Exp $
+
+ 28 Jan 2015; Michał Górny <mgorny@gentoo.org> biew-6.1.0-r2.ebuild,
+ biew-6.1.0-r3.ebuild:
+ Switch to CPU_FLAGS_X86.
10 Aug 2014; Sergei Trofimovich <slyfox@gentoo.org> biew-5.6.2.ebuild,
biew-6.1.0-r2.ebuild, biew-6.1.0-r3.ebuild:
diff --git a/dev-util/biew/biew-6.1.0-r2.ebuild b/dev-util/biew/biew-6.1.0-r2.ebuild
index f44d3b362665..be15f7b52617 100644
--- a/dev-util/biew/biew-6.1.0-r2.ebuild
+++ b/dev-util/biew/biew-6.1.0-r2.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/dev-util/biew/biew-6.1.0-r2.ebuild,v 1.4 2014/08/10 21:25:20 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/biew/biew-6.1.0-r2.ebuild,v 1.5 2015/01/28 20:01:00 mgorny Exp $
EAPI=4
inherit eutils flag-o-matic toolchain-funcs versionator
@@ -15,8 +15,8 @@ S=${WORKDIR}/${MY_P}
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 x86"
-IUSE="gpm mmx sse"
-REQUIRED_USE="mmx sse"
+IUSE="gpm cpu_flags_x86_mmx cpu_flags_x86_sse"
+REQUIRED_USE="cpu_flags_x86_mmx cpu_flags_x86_sse"
RDEPEND="gpm? ( sys-libs/gpm )"
DEPEND="${RDEPEND}"
diff --git a/dev-util/biew/biew-6.1.0-r3.ebuild b/dev-util/biew/biew-6.1.0-r3.ebuild
index f0d3ccba8314..ec1d18d0eea6 100644
--- a/dev-util/biew/biew-6.1.0-r3.ebuild
+++ b/dev-util/biew/biew-6.1.0-r3.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/dev-util/biew/biew-6.1.0-r3.ebuild,v 1.4 2014/08/10 21:25:20 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/biew/biew-6.1.0-r3.ebuild,v 1.5 2015/01/28 20:01:00 mgorny Exp $
EAPI=4
inherit eutils flag-o-matic toolchain-funcs versionator
@@ -15,8 +15,8 @@ S=${WORKDIR}/${MY_P}
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 x86"
-IUSE="gpm mmx sse"
-REQUIRED_USE="mmx sse"
+IUSE="gpm cpu_flags_x86_mmx cpu_flags_x86_sse"
+REQUIRED_USE="cpu_flags_x86_mmx cpu_flags_x86_sse"
RDEPEND="gpm? ( sys-libs/gpm )"
DEPEND="${RDEPEND}"