diff options
author | 2015-01-29 17:21:03 +0000 | |
---|---|---|
committer | 2015-01-29 17:21:03 +0000 | |
commit | 4cfe59ed20fcfe4cf4c900fa814e7b198ba9064f (patch) | |
tree | 17e3dddb6dc81d45933783f8fd696c31417bedb0 /media-gfx | |
parent | Convert to CPU_FLAGS_X86. (diff) | |
download | gentoo-2-4cfe59ed20fcfe4cf4c900fa814e7b198ba9064f.tar.gz gentoo-2-4cfe59ed20fcfe4cf4c900fa814e7b198ba9064f.tar.bz2 gentoo-2-4cfe59ed20fcfe4cf4c900fa814e7b198ba9064f.zip |
Convert to CPU_FLAGS_X86.
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'media-gfx')
-rw-r--r-- | media-gfx/luminance-hdr/ChangeLog | 8 | ||||
-rw-r--r-- | media-gfx/luminance-hdr/luminance-hdr-2.3.0.ebuild | 8 | ||||
-rw-r--r-- | media-gfx/luminance-hdr/luminance-hdr-2.3.1.ebuild | 8 |
3 files changed, 14 insertions, 10 deletions
diff --git a/media-gfx/luminance-hdr/ChangeLog b/media-gfx/luminance-hdr/ChangeLog index 37062e1abef7..10c79195a113 100644 --- a/media-gfx/luminance-hdr/ChangeLog +++ b/media-gfx/luminance-hdr/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-gfx/luminance-hdr -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/luminance-hdr/ChangeLog,v 1.31 2014/08/10 21:15:38 slyfox Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/luminance-hdr/ChangeLog,v 1.32 2015/01/29 17:21:03 mgorny Exp $ + + 29 Jan 2015; Michał Górny <mgorny@gentoo.org> luminance-hdr-2.3.0.ebuild, + luminance-hdr-2.3.1.ebuild: + Convert to CPU_FLAGS_X86. 10 Aug 2014; Sergei Trofimovich <slyfox@gentoo.org> luminance-hdr-2.3.0.ebuild, luminance-hdr-2.3.1.ebuild: diff --git a/media-gfx/luminance-hdr/luminance-hdr-2.3.0.ebuild b/media-gfx/luminance-hdr/luminance-hdr-2.3.0.ebuild index 0beced7d1374..3c9a9f89fe03 100644 --- a/media-gfx/luminance-hdr/luminance-hdr-2.3.0.ebuild +++ b/media-gfx/luminance-hdr/luminance-hdr-2.3.0.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/media-gfx/luminance-hdr/luminance-hdr-2.3.0.ebuild,v 1.7 2014/08/10 21:15:38 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/luminance-hdr/luminance-hdr-2.3.0.ebuild,v 1.8 2015/01/29 17:21:03 mgorny Exp $ EAPI="4" @@ -15,7 +15,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 x86" LANGS=" cs de es fi fr hi hu id it pl ro ru sk tr zh" -IUSE="sse2 ${LANGS// / linguas_} openmp" +IUSE="cpu_flags_x86_sse2 ${LANGS// / linguas_} openmp" DEPEND=" >=media-gfx/exiv2-0.14 @@ -38,7 +38,7 @@ DOCS=( AUTHORS BUGS Changelog README TODO ) S=${WORKDIR}/${MY_P} pkg_pretend() { - if use sse2 ; then + if use cpu_flags_x86_sse2 ; then append-flags -msse2 else eerror "This package requires a CPU supporting the SSE2 instruction set." diff --git a/media-gfx/luminance-hdr/luminance-hdr-2.3.1.ebuild b/media-gfx/luminance-hdr/luminance-hdr-2.3.1.ebuild index e4a23f79d37a..50dd29669ff1 100644 --- a/media-gfx/luminance-hdr/luminance-hdr-2.3.1.ebuild +++ b/media-gfx/luminance-hdr/luminance-hdr-2.3.1.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/media-gfx/luminance-hdr/luminance-hdr-2.3.1.ebuild,v 1.4 2014/08/10 21:15:38 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/luminance-hdr/luminance-hdr-2.3.1.ebuild,v 1.5 2015/01/29 17:21:03 mgorny Exp $ EAPI=5 @@ -15,7 +15,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" LANGS=" cs de es fi fr hi hu id it pl ro ru sk tr zh" -IUSE="openmp sse2 test ${LANGS// / linguas_}" +IUSE="openmp cpu_flags_x86_sse2 test ${LANGS// / linguas_}" RDEPEND=" dev-libs/boost:0= @@ -38,7 +38,7 @@ DEPEND="${DEPEND} DOCS=( AUTHORS BUGS Changelog README TODO ) pkg_pretend() { - if use sse2 ; then + if use cpu_flags_x86_sse2 ; then append-flags -msse2 else eerror "This package requires a CPU supporting the SSE2 instruction set." |