diff options
author | Michał Górny <mgorny@gentoo.org> | 2015-01-29 17:37:56 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2015-01-29 17:37:56 +0000 |
commit | 4bb1523dfe45b129cbedd19ff0c75ae3840202cb (patch) | |
tree | 1b1ee532c19b0dd23ad5a3adc89d444a21ba1739 /media-libs/libggi | |
parent | Convert to CPU_FLAGS_X86. (diff) | |
download | gentoo-2-4bb1523dfe45b129cbedd19ff0c75ae3840202cb.tar.gz gentoo-2-4bb1523dfe45b129cbedd19ff0c75ae3840202cb.tar.bz2 gentoo-2-4bb1523dfe45b129cbedd19ff0c75ae3840202cb.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/libggi')
-rw-r--r-- | media-libs/libggi/ChangeLog | 7 | ||||
-rw-r--r-- | media-libs/libggi/libggi-2.2.2.ebuild | 8 |
2 files changed, 9 insertions, 6 deletions
diff --git a/media-libs/libggi/ChangeLog b/media-libs/libggi/ChangeLog index 66bf5a72a948..e8542f7e1000 100644 --- a/media-libs/libggi/ChangeLog +++ b/media-libs/libggi/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/libggi -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libggi/ChangeLog,v 1.55 2012/05/09 13:25:31 aballier Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-libs/libggi/ChangeLog,v 1.56 2015/01/29 17:37:56 mgorny Exp $ + + 29 Jan 2015; Michał Górny <mgorny@gentoo.org> libggi-2.2.2.ebuild: + Switch to CPU_FLAGS_X86. 09 May 2012; Alexis Ballier <aballier@gentoo.org> libggi-2.2.2.ebuild: keyword ~amd64-fbsd diff --git a/media-libs/libggi/libggi-2.2.2.ebuild b/media-libs/libggi/libggi-2.2.2.ebuild index bc119f52242a..a360c3deadd0 100644 --- a/media-libs/libggi/libggi-2.2.2.ebuild +++ b/media-libs/libggi/libggi-2.2.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 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/libggi/libggi-2.2.2.ebuild,v 1.14 2012/05/09 13:25:31 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libggi/libggi-2.2.2.ebuild,v 1.15 2015/01/29 17:37:56 mgorny Exp $ DESCRIPTION="Fast and safe graphics and drivers for about any graphics card to the Linux kernel (sometimes)" HOMEPAGE="http://www.ggi-project.org" @@ -9,7 +9,7 @@ SRC_URI="mirror://sourceforge/ggi/${P}.src.tar.bz2" LICENSE="MIT" SLOT="0" KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd" -IUSE="X aalib svga fbcon directfb 3dfx debug mmx vis" +IUSE="X aalib svga fbcon directfb 3dfx debug cpu_flags_x86_mmx vis" RDEPEND=">=media-libs/libgii-1.0.2 X? ( x11-libs/libXt @@ -45,7 +45,7 @@ src_compile() { econf $(use_enable 3dfx glide) \ $(use_enable aalib aa) \ $(use_enable debug) \ - $(use_enable mmx) \ + $(use_enable cpu_flags_x86_mmx mmx) \ $(use_enable vis) \ $(use_with X x) \ $(use_enable X x) \ |