diff options
author | Michał Górny <mgorny@gentoo.org> | 2015-01-29 17:35:22 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2015-01-29 17:35:22 +0000 |
commit | 0899d7af7825b7b048bd69a81fa486b4748246f5 (patch) | |
tree | 5590d7a7b0607edbc903ad4b82a322f2f7955e21 /media-libs/libafterimage | |
parent | Switch to CPU_FLAGS_X86. (diff) | |
download | gentoo-2-0899d7af7825b7b048bd69a81fa486b4748246f5.tar.gz gentoo-2-0899d7af7825b7b048bd69a81fa486b4748246f5.tar.bz2 gentoo-2-0899d7af7825b7b048bd69a81fa486b4748246f5.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/libafterimage')
-rw-r--r-- | media-libs/libafterimage/ChangeLog | 7 | ||||
-rw-r--r-- | media-libs/libafterimage/libafterimage-1.20.ebuild | 8 |
2 files changed, 9 insertions, 6 deletions
diff --git a/media-libs/libafterimage/ChangeLog b/media-libs/libafterimage/ChangeLog index 1d086ec1f7cc..45a6135bd327 100644 --- a/media-libs/libafterimage/ChangeLog +++ b/media-libs/libafterimage/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/libafterimage -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libafterimage/ChangeLog,v 1.46 2013/10/29 16:48:05 bicatali Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-libs/libafterimage/ChangeLog,v 1.47 2015/01/29 17:35:22 mgorny Exp $ + + 29 Jan 2015; Michał Górny <mgorny@gentoo.org> libafterimage-1.20.ebuild: + Convert to CPU_FLAGS_X86. 29 Oct 2013; Sébastien Fabbro <bicatali@gentoo.org> libafterimage-1.20.ebuild, metadata.xml: diff --git a/media-libs/libafterimage/libafterimage-1.20.ebuild b/media-libs/libafterimage/libafterimage-1.20.ebuild index 2fa7d1bb0f08..4867c7a794f4 100644 --- a/media-libs/libafterimage/libafterimage-1.20.ebuild +++ b/media-libs/libafterimage/libafterimage-1.20.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/libafterimage/libafterimage-1.20.ebuild,v 1.15 2013/10/29 16:48:05 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libafterimage/libafterimage-1.20.ebuild,v 1.16 2015/01/29 17:35:22 mgorny Exp $ EAPI=5 inherit eutils autotools @@ -14,7 +14,7 @@ SRC_URI="ftp://ftp.afterstep.org/stable/${MY_PN}/${MY_PN}-${PV}.tar.bz2" LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux" -IUSE="examples gif jpeg mmx nls png static-libs svg tiff truetype" +IUSE="examples gif jpeg cpu_flags_x86_mmx nls png static-libs svg tiff truetype" RDEPEND=" x11-libs/libSM @@ -61,7 +61,7 @@ src_configure() { econf \ $(use_enable static-libs staticlibs) \ $(use_enable nls i18n) \ - $(use_enable mmx mmx-optimization) \ + $(use_enable cpu_flags_x86_mmx mmx-optimization) \ $(use_with png) \ $(use_with jpeg) \ $(use_with gif) \ |