summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2015-01-28 22:30:26 +0000
committerMichał Górny <mgorny@gentoo.org>2015-01-28 22:30:26 +0000
commit6731d030f1b2effbb56220aa6fe56d7a6b3edfee (patch)
treea3f75828aaa62c00f35839f9b5b6d6d2d38a7893 /www-plugins
parentAdjust dependencies to handle merged plugins in >=app-crypt/qca-2.1. (diff)
downloadgentoo-2-6731d030f1b2effbb56220aa6fe56d7a6b3edfee.tar.gz
gentoo-2-6731d030f1b2effbb56220aa6fe56d7a6b3edfee.tar.bz2
gentoo-2-6731d030f1b2effbb56220aa6fe56d7a6b3edfee.zip
Switch to CPU_FLAGS_X86.
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'www-plugins')
-rw-r--r--www-plugins/adobe-flash/ChangeLog5
-rw-r--r--www-plugins/adobe-flash/adobe-flash-11.2.202.440.ebuild7
2 files changed, 8 insertions, 4 deletions
diff --git a/www-plugins/adobe-flash/ChangeLog b/www-plugins/adobe-flash/ChangeLog
index 8b9bb8583ade..40baea20db42 100644
--- a/www-plugins/adobe-flash/ChangeLog
+++ b/www-plugins/adobe-flash/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for www-plugins/adobe-flash
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-plugins/adobe-flash/ChangeLog,v 1.294 2015/01/27 10:37:09 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-plugins/adobe-flash/ChangeLog,v 1.295 2015/01/28 22:30:26 mgorny Exp $
+
+ 28 Jan 2015; Michał Górny <mgorny@gentoo.org> adobe-flash-11.2.202.440.ebuild:
+ Switch to CPU_FLAGS_X86.
27 Jan 2015; Jeroen Roovers <jer@gentoo.org>
-adobe-flash-11.2.202.438.ebuild:
diff --git a/www-plugins/adobe-flash/adobe-flash-11.2.202.440.ebuild b/www-plugins/adobe-flash/adobe-flash-11.2.202.440.ebuild
index 5123ea6856ac..b81373ff5567 100644
--- a/www-plugins/adobe-flash/adobe-flash-11.2.202.440.ebuild
+++ b/www-plugins/adobe-flash/adobe-flash-11.2.202.440.ebuild
@@ -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/www-plugins/adobe-flash/adobe-flash-11.2.202.440.ebuild,v 1.2 2015/01/27 10:31:09 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-plugins/adobe-flash/adobe-flash-11.2.202.440.ebuild,v 1.3 2015/01/28 22:30:26 mgorny Exp $
EAPI=5
inherit nsplugins toolchain-funcs versionator multilib multilib-minimal
@@ -25,9 +25,10 @@ SRC_URI="
)
abi_x86_64? ( ${AF_64_URI} )
"
-IUSE="debug kde selinux sse2"
+IUSE="debug kde selinux cpu_flags_x86_sse2"
REQUIRED_USE="
- sse2 debug? ( abi_x86_32 )
+ cpu_flags_x86_sse2
+ debug? ( abi_x86_32 )
|| ( abi_x86_64 abi_x86_32 )
"
SLOT="0"