diff options
author | Michał Górny <mgorny@gentoo.org> | 2015-01-29 17:27:42 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2015-01-29 17:27:42 +0000 |
commit | 9b16373cfb4c7be157d29d8d51291d1bb61f1148 (patch) | |
tree | 597693079eeb6b13c55bf0ffbf6e230370e33367 /media-libs/babl | |
parent | Convert to CPU_FLAGS_X86. (diff) | |
download | gentoo-2-9b16373cfb4c7be157d29d8d51291d1bb61f1148.tar.gz gentoo-2-9b16373cfb4c7be157d29d8d51291d1bb61f1148.tar.bz2 gentoo-2-9b16373cfb4c7be157d29d8d51291d1bb61f1148.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-libs/babl')
-rw-r--r-- | media-libs/babl/ChangeLog | 8 | ||||
-rw-r--r-- | media-libs/babl/babl-0.1.10-r1.ebuild | 10 | ||||
-rw-r--r-- | media-libs/babl/babl-9999.ebuild | 10 |
3 files changed, 16 insertions, 12 deletions
diff --git a/media-libs/babl/ChangeLog b/media-libs/babl/ChangeLog index 9c1591ae5176..79b803885427 100644 --- a/media-libs/babl/ChangeLog +++ b/media-libs/babl/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-libs/babl -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/babl/ChangeLog,v 1.62 2014/04/23 21:13:40 pacho Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-libs/babl/ChangeLog,v 1.63 2015/01/29 17:27:42 mgorny Exp $ + + 29 Jan 2015; Michał Górny <mgorny@gentoo.org> babl-0.1.10-r1.ebuild, + babl-9999.ebuild: + Convert to CPU_FLAGS_X86. 23 Apr 2014; Pacho Ramos <pacho@gentoo.org> -babl-0.1.10.ebuild, -babl-0.1.4-r2.ebuild, -babl-0.1.4.ebuild, -babl-0.1.6.ebuild, diff --git a/media-libs/babl/babl-0.1.10-r1.ebuild b/media-libs/babl/babl-0.1.10-r1.ebuild index ec11f6fe9b83..4cdae9b76c09 100644 --- a/media-libs/babl/babl-0.1.10-r1.ebuild +++ b/media-libs/babl/babl-0.1.10-r1.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/babl/babl-0.1.10-r1.ebuild,v 1.11 2014/03/04 20:02:39 vincent Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/babl/babl-0.1.10-r1.ebuild,v 1.12 2015/01/29 17:27:42 mgorny Exp $ EAPI=5 @@ -17,7 +17,7 @@ SRC_URI="ftp://ftp.gimp.org/pub/${PN}/${PV:0:3}/${P}.tar.bz2" LICENSE="LGPL-3" SLOT="0" KEYWORDS="alpha amd64 ~arm hppa ia64 ~mips ppc ppc64 sparc x86 ~amd64-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" -IUSE="altivec sse mmx" # +introspection vala +IUSE="altivec cpu_flags_x86_sse cpu_flags_x86_mmx" # +introspection vala RDEPEND="" #introspection? ( >=dev-libs/gobject-introspection-0.10 )" @@ -52,8 +52,8 @@ src_configure() { --disable-introspection \ --without-vala \ $(use_enable altivec) \ - $(use_enable mmx) \ - $(use_enable sse) + $(use_enable cpu_flags_x86_mmx mmx) \ + $(use_enable cpu_flags_x86_sse sse) # $(use_enable introspection) \ # $(use_with vala) } diff --git a/media-libs/babl/babl-9999.ebuild b/media-libs/babl/babl-9999.ebuild index 7baa1fa47428..9c2acd29d8a6 100644 --- a/media-libs/babl/babl-9999.ebuild +++ b/media-libs/babl/babl-9999.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 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/babl/babl-9999.ebuild,v 1.2 2013/04/30 20:37:44 sping Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/babl/babl-9999.ebuild,v 1.3 2015/01/29 17:27:42 mgorny Exp $ EAPI=4 @@ -16,7 +16,7 @@ HOMEPAGE="http://www.gegl.org/babl/" LICENSE="LGPL-3" SLOT="0" KEYWORDS="" -IUSE="altivec +introspection sse mmx vala" +IUSE="altivec +introspection cpu_flags_x86_sse cpu_flags_x86_mmx vala" RDEPEND="introspection? ( >=dev-libs/gobject-introspection-0.10 )" DEPEND="${RDEPEND} @@ -43,8 +43,8 @@ src_configure() { --disable-maintainer-mode \ $(use_enable altivec) \ $(use_enable introspection) \ - $(use_enable mmx) \ - $(use_enable sse) \ + $(use_enable cpu_flags_x86_mmx mmx) \ + $(use_enable cpu_flags_x86_sse sse) \ $(use_with vala) } |