mgorny 15/01/28 22:21:05 Modified: libast-0.7.ebuild libast-9999.ebuild ChangeLog Log: Switch to CPU_FLAGS_X86. (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Revision Changes Path 1.18 x11-libs/libast/libast-0.7.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libast/libast-0.7.ebuild?rev=1.18&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libast/libast-0.7.ebuild?rev=1.18&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libast/libast-0.7.ebuild?r1=1.17&r2=1.18 Index: libast-0.7.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-libs/libast/libast-0.7.ebuild,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- libast-0.7.ebuild 26 Nov 2010 05:22:15 -0000 1.17 +++ libast-0.7.ebuild 28 Jan 2015 22:21:05 -0000 1.18 @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libast/libast-0.7.ebuild,v 1.17 2010/11/26 05:22:15 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libast/libast-0.7.ebuild,v 1.18 2015/01/28 22:21:05 mgorny Exp $ DESCRIPTION="LIBrary of Assorted Spiffy Things" HOMEPAGE="http://www.eterm.org/download/" @@ -9,7 +9,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" -IUSE="imlib mmx pcre" +IUSE="imlib cpu_flags_x86_mmx pcre" RDEPEND="!sci-astronomy/ast x11-libs/libXt @@ -27,7 +27,7 @@ use pcre && myregexp="pcre" econf \ $(use_with imlib) \ - $(use_enable mmx) \ + $(use_enable cpu_flags_x86_mmx mmx) \ --with-regexp=${myregexp} \ || die emake || die 1.12 x11-libs/libast/libast-9999.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libast/libast-9999.ebuild?rev=1.12&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libast/libast-9999.ebuild?rev=1.12&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libast/libast-9999.ebuild?r1=1.11&r2=1.12 Index: libast-9999.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-libs/libast/libast-9999.ebuild,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- libast-9999.ebuild 26 Nov 2010 05:22:15 -0000 1.11 +++ libast-9999.ebuild 28 Jan 2015 22:21:05 -0000 1.12 @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libast/libast-9999.ebuild,v 1.11 2010/11/26 05:22:15 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libast/libast-9999.ebuild,v 1.12 2015/01/28 22:21:05 mgorny Exp $ #ECVS_SERVER="cvs.sourceforge.net:/cvsroot/enlightenment" ECVS_SERVER="anoncvs.enlightenment.org:/var/cvs/e" @@ -14,7 +14,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="" -IUSE="imlib mmx pcre" +IUSE="imlib cpu_flags_x86_mmx pcre" RDEPEND="!sci-astronomy/ast x11-libs/libXt @@ -40,7 +40,7 @@ use pcre && myregexp="pcre" econf \ $(use_with imlib) \ - $(use_enable mmx) \ + $(use_enable cpu_flags_x86_mmx mmx) \ --with-regexp=${myregexp} \ || die emake || die 1.34 x11-libs/libast/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libast/ChangeLog?rev=1.34&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libast/ChangeLog?rev=1.34&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libast/ChangeLog?r1=1.33&r2=1.34 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-libs/libast/ChangeLog,v retrieving revision 1.33 retrieving revision 1.34 diff -u -r1.33 -r1.34 --- ChangeLog 26 Nov 2010 05:22:15 -0000 1.33 +++ ChangeLog 28 Jan 2015 22:21:05 -0000 1.34 @@ -1,6 +1,10 @@ # ChangeLog for x11-libs/libast -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libast/ChangeLog,v 1.33 2010/11/26 05:22:15 vapier Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libast/ChangeLog,v 1.34 2015/01/28 22:21:05 mgorny Exp $ + + 28 Jan 2015; Michał Górny <[email protected]> libast-0.7.ebuild, + libast-9999.ebuild: + Switch to CPU_FLAGS_X86. 26 Nov 2010; Mike Frysinger <[email protected]> libast-0.7.ebuild, libast-9999.ebuild:
