diff options
author | 2015-01-29 17:34:49 +0000 | |
---|---|---|
committer | 2015-01-29 17:34:49 +0000 | |
commit | 358aa20a898385cfe736e438a641723ade74106a (patch) | |
tree | 8cf31e1c5c6a790cb0e413a96707c4317cf4ef24 /media-libs/lensfun | |
parent | Convert to CPU_FLAGS_X86. (diff) | |
download | gentoo-2-358aa20a898385cfe736e438a641723ade74106a.tar.gz gentoo-2-358aa20a898385cfe736e438a641723ade74106a.tar.bz2 gentoo-2-358aa20a898385cfe736e438a641723ade74106a.zip |
Switch to CPU_FLAGS_X86.
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'media-libs/lensfun')
-rw-r--r-- | media-libs/lensfun/ChangeLog | 6 | ||||
-rw-r--r-- | media-libs/lensfun/lensfun-0.2.8-r1.ebuild | 8 | ||||
-rw-r--r-- | media-libs/lensfun/lensfun-0.2.8.ebuild | 10 | ||||
-rw-r--r-- | media-libs/lensfun/lensfun-0.3.0.ebuild | 10 |
4 files changed, 19 insertions, 15 deletions
diff --git a/media-libs/lensfun/ChangeLog b/media-libs/lensfun/ChangeLog index c64482db64e1..d1131934f8d2 100644 --- a/media-libs/lensfun/ChangeLog +++ b/media-libs/lensfun/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-libs/lensfun # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/lensfun/ChangeLog,v 1.82 2015/01/16 08:58:58 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/lensfun/ChangeLog,v 1.83 2015/01/29 17:34:49 mgorny Exp $ + + 29 Jan 2015; Michał Górny <mgorny@gentoo.org> lensfun-0.2.8-r1.ebuild, + lensfun-0.2.8.ebuild, lensfun-0.3.0.ebuild: + Switch to CPU_FLAGS_X86. 16 Jan 2015; Raúl Porcel <armin76@gentoo.org> lensfun-0.2.8-r1.ebuild: alpha/ia64/sparc/x86 stable wrt #524436 diff --git a/media-libs/lensfun/lensfun-0.2.8-r1.ebuild b/media-libs/lensfun/lensfun-0.2.8-r1.ebuild index e6399f0c075b..25b86a0c395d 100644 --- a/media-libs/lensfun/lensfun-0.2.8-r1.ebuild +++ b/media-libs/lensfun/lensfun-0.2.8-r1.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/media-libs/lensfun/lensfun-0.2.8-r1.ebuild,v 1.6 2015/01/16 08:58:58 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/lensfun/lensfun-0.2.8-r1.ebuild,v 1.7 2015/01/29 17:34:49 mgorny Exp $ EAPI=5 @@ -15,7 +15,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" LICENSE="LGPL-3 CC-BY-SA-3.0" # See README for reasoning. SLOT="0" KEYWORDS="alpha amd64 arm hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~amd64-linux ~x86-linux" -IUSE="doc sse sse2" +IUSE="doc cpu_flags_x86_sse cpu_flags_x86_sse2" RDEPEND=">=dev-libs/glib-2.28 media-libs/libpng:0= @@ -39,8 +39,8 @@ src_configure() { -DLIBDIR=$(get_libdir) -DBUILD_AUXFUN=ON $(cmake-utils_use_build doc) - $(cmake-utils_use_build sse FOR_SSE) - $(cmake-utils_use_build sse2 FOR_SSE2) + $(cmake-utils_use_build cpu_flags_x86_sse FOR_SSE) + $(cmake-utils_use_build cpu_flags_x86_sse2 FOR_SSE2) -DBUILD_STATIC=OFF -DBUILD_TESTS=OFF ) diff --git a/media-libs/lensfun/lensfun-0.2.8.ebuild b/media-libs/lensfun/lensfun-0.2.8.ebuild index c96e66b35b6c..dc28d0e6746c 100644 --- a/media-libs/lensfun/lensfun-0.2.8.ebuild +++ b/media-libs/lensfun/lensfun-0.2.8.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-libs/lensfun/lensfun-0.2.8.ebuild,v 1.12 2014/08/03 18:38:36 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/lensfun/lensfun-0.2.8.ebuild,v 1.13 2015/01/29 17:34:49 mgorny Exp $ EAPI=5 @@ -15,7 +15,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" LICENSE="LGPL-3 CC-BY-SA-3.0" # See README for reasoning. SLOT="0" KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~amd64-linux ~x86-linux" -IUSE="doc sse sse2" +IUSE="doc cpu_flags_x86_sse cpu_flags_x86_sse2" RDEPEND=">=dev-libs/glib-2.28 media-libs/libpng:0= @@ -38,8 +38,8 @@ src_configure() { -DLIBDIR=$(get_libdir) -DBUILD_AUXFUN=ON $(cmake-utils_use_build doc) - $(cmake-utils_use_build sse FOR_SSE) - $(cmake-utils_use_build sse2 FOR_SSE2) + $(cmake-utils_use_build cpu_flags_x86_sse FOR_SSE) + $(cmake-utils_use_build cpu_flags_x86_sse2 FOR_SSE2) -DBUILD_STATIC=OFF -DBUILD_TESTS=OFF ) diff --git a/media-libs/lensfun/lensfun-0.3.0.ebuild b/media-libs/lensfun/lensfun-0.3.0.ebuild index 39c574ae63dd..a1977d4d0620 100644 --- a/media-libs/lensfun/lensfun-0.3.0.ebuild +++ b/media-libs/lensfun/lensfun-0.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-libs/lensfun/lensfun-0.3.0.ebuild,v 1.3 2014/10/11 11:46:42 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/lensfun/lensfun-0.3.0.ebuild,v 1.4 2015/01/29 17:34:49 mgorny Exp $ EAPI=5 @@ -15,7 +15,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" LICENSE="LGPL-3 CC-BY-SA-3.0" # See README for reasoning. SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~amd64-linux ~x86-linux" -IUSE="doc sse sse2" +IUSE="doc cpu_flags_x86_sse cpu_flags_x86_sse2" RDEPEND=">=dev-libs/glib-2.28 media-libs/libpng:0= @@ -38,8 +38,8 @@ src_configure() { -DLIBDIR="${EPREFIX}"/usr/$(get_libdir) -DBUILD_AUXFUN=ON $(cmake-utils_use_build doc) - $(cmake-utils_use_build sse FOR_SSE) - $(cmake-utils_use_build sse2 FOR_SSE2) + $(cmake-utils_use_build cpu_flags_x86_sse FOR_SSE) + $(cmake-utils_use_build cpu_flags_x86_sse2 FOR_SSE2) -DBUILD_STATIC=OFF -DBUILD_TESTS=OFF ) |