diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2009-10-27 14:19:19 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2009-10-27 14:19:19 +0000 |
commit | ce261b425acb87c8d7a5b8c14ba4da43a3e2e5d3 (patch) | |
tree | 4f6359a4c8f9d0c8466ad494234cb740239e9862 /www-plugins | |
parent | Sync cmake-utils and kde eclasses with kde-testing overlays. (diff) | |
download | gentoo-2-ce261b425acb87c8d7a5b8c14ba4da43a3e2e5d3.tar.gz gentoo-2-ce261b425acb87c8d7a5b8c14ba4da43a3e2e5d3.tar.bz2 gentoo-2-ce261b425acb87c8d7a5b8c14ba4da43a3e2e5d3.zip |
Rename variable to correspond with kde eclass.
(Portage version: 2.2_rc46/cvs/Linux i686)
Diffstat (limited to 'www-plugins')
-rw-r--r-- | www-plugins/gnash/ChangeLog | 6 | ||||
-rw-r--r-- | www-plugins/gnash/gnash-0.8.5.ebuild | 4 | ||||
-rw-r--r-- | www-plugins/gnash/gnash-0.8.6.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/www-plugins/gnash/ChangeLog b/www-plugins/gnash/ChangeLog index 3e39dd9f3917..be501936c7e0 100644 --- a/www-plugins/gnash/ChangeLog +++ b/www-plugins/gnash/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for www-plugins/gnash # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-plugins/gnash/ChangeLog,v 1.16 2009/10/12 19:11:40 abcd Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-plugins/gnash/ChangeLog,v 1.17 2009/10/27 14:19:19 scarabeus Exp $ + + 27 Oct 2009; Tomáš Chvátal <scarabeus@gentoo.org> gnash-0.8.5.ebuild, + gnash-0.8.6.ebuild: + Rename variable to correspond with kde eclass. 12 Oct 2009; Jonathan Callen <abcd@gentoo.org> gnash-0.8.5.ebuild, gnash-0.8.6.ebuild: diff --git a/www-plugins/gnash/gnash-0.8.5.ebuild b/www-plugins/gnash/gnash-0.8.5.ebuild index 1b1e117e827b..b46aeb43b33e 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 # 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.10 2009/10/12 19:11:40 abcd Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-plugins/gnash/gnash-0.8.5.ebuild,v 1.11 2009/10/27 14:19:19 scarabeus Exp $ EAPI="2" -WANT_CMAKE="false" +CMAKE_REQUIRED="false" 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 b9edf8a685e5..78becca884a4 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-2009 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.4 2009/10/12 19:11:40 abcd Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-plugins/gnash/gnash-0.8.6.ebuild,v 1.5 2009/10/27 14:19:19 scarabeus Exp $ EAPI="2" -WANT_CMAKE="false" +CMAKE_REQUIRED="false" KDE_REQUIRED="optional" KDE_MINIMAL="4.2" AT_M4DIR="cygnal" |