diff options
author | Maciej Mrozowski <reavertm@gentoo.org> | 2010-05-01 00:58:17 +0000 |
---|---|---|
committer | Maciej Mrozowski <reavertm@gentoo.org> | 2010-05-01 00:58:17 +0000 |
commit | 1e61d2ffba794a5ed8c1c7d9c23375d9c63eda59 (patch) | |
tree | 5f225fd0d4c261434a5521381fc7312dcfc679a5 /www-plugins | |
parent | CMAKE_REQUIRED can be 'always' or 'never' (diff) | |
download | gentoo-2-1e61d2ffba794a5ed8c1c7d9c23375d9c63eda59.tar.gz gentoo-2-1e61d2ffba794a5ed8c1c7d9c23375d9c63eda59.tar.bz2 gentoo-2-1e61d2ffba794a5ed8c1c7d9c23375d9c63eda59.zip |
CMAKE_REQUIRED can be 'always' (default) or 'never'
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'www-plugins')
-rw-r--r-- | www-plugins/gnash/ChangeLog | 6 | ||||
-rw-r--r-- | www-plugins/gnash/gnash-0.8.5.ebuild | 6 | ||||
-rw-r--r-- | www-plugins/gnash/gnash-0.8.6.ebuild | 4 | ||||
-rw-r--r-- | www-plugins/gnash/gnash-0.8.7.ebuild | 4 |
4 files changed, 12 insertions, 8 deletions
diff --git a/www-plugins/gnash/ChangeLog b/www-plugins/gnash/ChangeLog index 179e7f7e6036..9e3fd00d1578 100644 --- a/www-plugins/gnash/ChangeLog +++ b/www-plugins/gnash/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for www-plugins/gnash # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-plugins/gnash/ChangeLog,v 1.25 2010/03/24 08:24:07 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-plugins/gnash/ChangeLog,v 1.26 2010/05/01 00:58:17 reavertm Exp $ + + 01 May 2010; Maciej Mrozowski <reavertm@gentoo.org> gnash-0.8.5.ebuild, + gnash-0.8.6.ebuild, gnash-0.8.7.ebuild: + CMAKE_REQUIRED can be 'always' or 'never' 24 Mar 2010; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> gnash-0.8.7.ebuild: diff --git a/www-plugins/gnash/gnash-0.8.5.ebuild b/www-plugins/gnash/gnash-0.8.5.ebuild index b46aeb43b33e..6cb0a33e8d6e 100644 --- a/www-plugins/gnash/gnash-0.8.5.ebuild +++ b/www-plugins/gnash/gnash-0.8.5.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-plugins/gnash/gnash-0.8.5.ebuild,v 1.11 2009/10/27 14:19:19 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-plugins/gnash/gnash-0.8.5.ebuild,v 1.12 2010/05/01 00:58:17 reavertm Exp $ EAPI="2" -CMAKE_REQUIRED="false" +CMAKE_REQUIRED="never" KDE_REQUIRED="optional" KDE_MINIMAL="4.2" AT_M4DIR="cygnal" diff --git a/www-plugins/gnash/gnash-0.8.6.ebuild b/www-plugins/gnash/gnash-0.8.6.ebuild index 529cd0c73ae9..e7caaba27109 100644 --- a/www-plugins/gnash/gnash-0.8.6.ebuild +++ b/www-plugins/gnash/gnash-0.8.6.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-plugins/gnash/gnash-0.8.6.ebuild,v 1.9 2010/03/15 15:46:33 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-plugins/gnash/gnash-0.8.6.ebuild,v 1.10 2010/05/01 00:58:17 reavertm Exp $ EAPI="2" -CMAKE_REQUIRED="false" +CMAKE_REQUIRED="never" KDE_REQUIRED="optional" KDE_MINIMAL="4.2" AT_M4DIR="cygnal" diff --git a/www-plugins/gnash/gnash-0.8.7.ebuild b/www-plugins/gnash/gnash-0.8.7.ebuild index c0130aa52069..07d9776d9e6d 100644 --- a/www-plugins/gnash/gnash-0.8.7.ebuild +++ b/www-plugins/gnash/gnash-0.8.7.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-plugins/gnash/gnash-0.8.7.ebuild,v 1.4 2010/03/24 08:24:07 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-plugins/gnash/gnash-0.8.7.ebuild,v 1.5 2010/05/01 00:58:17 reavertm Exp $ EAPI="2" -CMAKE_REQUIRED="false" +CMAKE_REQUIRED="never" KDE_REQUIRED="optional" KDE_MINIMAL="4.2" AT_M4DIR="cygnal" |