diff options
author | Michał Górny <mgorny@gentoo.org> | 2015-01-28 22:13:58 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2015-01-28 22:13:58 +0000 |
commit | 5c8dd18c75c7c45a55d768b79e3e84cde040b181 (patch) | |
tree | ecd981663589b4ba13394af12d456c3f3e7c795b /kde-base | |
parent | Switch to CPU_FLAGS_X86. (diff) | |
download | gentoo-2-5c8dd18c75c7c45a55d768b79e3e84cde040b181.tar.gz gentoo-2-5c8dd18c75c7c45a55d768b79e3e84cde040b181.tar.bz2 gentoo-2-5c8dd18c75c7c45a55d768b79e3e84cde040b181.zip |
Switch to CPU_FLAGS_X86.
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'kde-base')
-rw-r--r-- | kde-base/ksplash/ChangeLog | 8 | ||||
-rw-r--r-- | kde-base/ksplash/ksplash-4.11.14.ebuild | 15 | ||||
-rw-r--r-- | kde-base/ksplash/ksplash-4.11.9.ebuild | 15 |
3 files changed, 22 insertions, 16 deletions
diff --git a/kde-base/ksplash/ChangeLog b/kde-base/ksplash/ChangeLog index e32f3d282bc0..c6cefd261651 100644 --- a/kde-base/ksplash/ChangeLog +++ b/kde-base/ksplash/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for kde-base/ksplash -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/ksplash/ChangeLog,v 1.232 2014/12/11 11:59:54 zlogene Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/ksplash/ChangeLog,v 1.233 2015/01/28 22:13:58 mgorny Exp $ + + 28 Jan 2015; Michał Górny <mgorny@gentoo.org> ksplash-4.11.14.ebuild, + ksplash-4.11.9.ebuild: + Switch to CPU_FLAGS_X86. 11 Dec 2014; Mikle Kolyada <zlogene@gentoo.org> ksplash-4.11.14.ebuild: amd64 stable wrt bug #517344 diff --git a/kde-base/ksplash/ksplash-4.11.14.ebuild b/kde-base/ksplash/ksplash-4.11.14.ebuild index aaaf4d5d77e5..ce05fad9bc9f 100644 --- a/kde-base/ksplash/ksplash-4.11.14.ebuild +++ b/kde-base/ksplash/ksplash-4.11.14.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/kde-base/ksplash/ksplash-4.11.14.ebuild,v 1.2 2014/12/11 11:59:54 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/ksplash/ksplash-4.11.14.ebuild,v 1.3 2015/01/28 22:13:58 mgorny Exp $ EAPI=5 @@ -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.9.ebuild b/kde-base/ksplash/ksplash-4.11.9.ebuild index f6c6768c64f7..d4ad226f31f3 100644 --- a/kde-base/ksplash/ksplash-4.11.9.ebuild +++ b/kde-base/ksplash/ksplash-4.11.9.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/kde-base/ksplash/ksplash-4.11.9.ebuild,v 1.5 2014/05/08 07:32:45 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/ksplash/ksplash-4.11.9.ebuild,v 1.6 2015/01/28 22:13:58 mgorny Exp $ EAPI=5 @@ -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() { 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) ) |