commit:     b5db3218a8d8156e04dd60f6c0c1bf7d9c408a61
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Wed Feb  4 16:48:53 2015 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Wed Feb  4 16:48:53 2015 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=b5db3218

[kde-base/ksplash] Sync with main tree.

Package-Manager: portage-2.2.14

---
 kde-base/ksplash/ksplash-4.11.16.ebuild      | 13 +++++++------
 kde-base/ksplash/ksplash-4.11.49.9999.ebuild | 13 +++++++------
 2 files changed, 14 insertions(+), 12 deletions(-)

diff --git a/kde-base/ksplash/ksplash-4.11.16.ebuild 
b/kde-base/ksplash/ksplash-4.11.16.ebuild
index e02d2ca..7dfd33e 100644
--- a/kde-base/ksplash/ksplash-4.11.16.ebuild
+++ b/kde-base/ksplash/ksplash-4.11.16.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
@@ -10,7 +10,8 @@ inherit kde4-meta
 
 DESCRIPTION="KDE splashscreen framework (the splashscreen of KDE itself, not 
of individual apps)"
 KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="3dnow altivec debug mmx sse sse2 xinerama"
+IUSE="cpu_flags_x86_3dnow altivec debug cpu_flags_x86_mmx cpu_flags_x86_sse
+cpu_flags_x86_sse2 xinerama"
 
 COMMONDEPEND="
        media-libs/libpng:0=
@@ -26,11 +27,11 @@ RDEPEND="${COMMONDEPEND}"
 
 src_configure() {
        local mycmakeargs=(
-               $(cmake-utils_use_has 3dnow X86_3DNOW)
+               $(cmake-utils_use_has cpu_flags_x86_3dnow X86_3DNOW)
                $(cmake-utils_use_has altivec PPC_ALTIVEC)
-               $(cmake-utils_use_has mmx X86_MMX)
-               $(cmake-utils_use_has sse X86_SSE)
-               $(cmake-utils_use_has sse2 X86_SSE2)
+               $(cmake-utils_use_has cpu_flags_x86_mmx X86_MMX)
+               $(cmake-utils_use_has cpu_flags_x86_sse X86_SSE)
+               $(cmake-utils_use_has cpu_flags_x86_sse2 X86_SSE2)
                $(cmake-utils_use_with xinerama)
        )
 

diff --git a/kde-base/ksplash/ksplash-4.11.49.9999.ebuild 
b/kde-base/ksplash/ksplash-4.11.49.9999.ebuild
index 9eddcc9..341a94e 100644
--- a/kde-base/ksplash/ksplash-4.11.49.9999.ebuild
+++ b/kde-base/ksplash/ksplash-4.11.49.9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
@@ -10,7 +10,8 @@ inherit kde4-meta
 
 DESCRIPTION="KDE splashscreen framework (the splashscreen of KDE itself, not 
of individual apps)"
 KEYWORDS=""
-IUSE="3dnow altivec debug mmx sse sse2 xinerama"
+IUSE="cpu_flags_x86_3dnow altivec debug cpu_flags_x86_mmx cpu_flags_x86_sse
+cpu_flags_x86_sse2 xinerama"
 
 COMMONDEPEND="
        media-libs/libpng:0=
@@ -26,11 +27,11 @@ RDEPEND="${COMMONDEPEND}"
 
 src_configure() {
        local mycmakeargs=(
-               $(cmake-utils_use_has 3dnow X86_3DNOW)
+               $(cmake-utils_use_has cpu_flags_x86_3dnow X86_3DNOW)
                $(cmake-utils_use_has altivec PPC_ALTIVEC)
-               $(cmake-utils_use_has mmx X86_MMX)
-               $(cmake-utils_use_has sse X86_SSE)
-               $(cmake-utils_use_has sse2 X86_SSE2)
+               $(cmake-utils_use_has cpu_flags_x86_mmx X86_MMX)
+               $(cmake-utils_use_has cpu_flags_x86_sse X86_SSE)
+               $(cmake-utils_use_has cpu_flags_x86_sse2 X86_SSE2)
                $(cmake-utils_use_with xinerama)
        )
 

Reply via email to