diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2009-09-25 08:28:21 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2009-09-25 08:28:21 +0000 |
commit | 2033ec7b7b0136c7cf1c86b3005d4a78ae556993 (patch) | |
tree | d5d8cf5cbbf6ef3cbec6b40b93793f086e7cdfd1 /www-plugins | |
parent | Version bump (diff) | |
download | gentoo-2-2033ec7b7b0136c7cf1c86b3005d4a78ae556993.tar.gz gentoo-2-2033ec7b7b0136c7cf1c86b3005d4a78ae556993.tar.bz2 gentoo-2-2033ec7b7b0136c7cf1c86b3005d4a78ae556993.zip |
Fix kde4-base inheritance to work without cmake.
(Portage version: 2.2_rc41/cvs/Linux x86_64)
Diffstat (limited to 'www-plugins')
-rw-r--r-- | www-plugins/gnash/ChangeLog | 5 | ||||
-rw-r--r-- | www-plugins/gnash/gnash-0.8.5.ebuild | 6 |
2 files changed, 6 insertions, 5 deletions
diff --git a/www-plugins/gnash/ChangeLog b/www-plugins/gnash/ChangeLog index 3a30c824fb40..8471918d86e4 100644 --- a/www-plugins/gnash/ChangeLog +++ b/www-plugins/gnash/ChangeLog @@ -1,6 +1,9 @@ # 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.11 2009/09/10 19:22:21 mrpouet Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-plugins/gnash/ChangeLog,v 1.12 2009/09/25 08:28:21 scarabeus Exp $ + + 25 Sep 2009; Tomáš Chvátal <scarabeus@gentoo.org> gnash-0.8.5.ebuild: + Fix kde4-base inheritance to work without cmake. 10 Sep 2009; Romain Perier <mrpouet@gentoo.org> gnash-0.8.5.ebuild: diff --git a/www-plugins/gnash/gnash-0.8.5.ebuild b/www-plugins/gnash/gnash-0.8.5.ebuild index ea330b3bd02d..c94b723884ae 100644 --- a/www-plugins/gnash/gnash-0.8.5.ebuild +++ b/www-plugins/gnash/gnash-0.8.5.ebuild @@ -1,8 +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.7 2009/09/10 19:22:21 mrpouet Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-plugins/gnash/gnash-0.8.5.ebuild,v 1.8 2009/09/25 08:28:21 scarabeus Exp $ EAPI="2" +WANT_CMAKE="false" KDE_REQUIRED="optional" AT_M4DIR="cygnal" @@ -63,9 +64,6 @@ DEPEND="${RDEPEND} nls? ( sys-devel/gettext ) gnome? ( app-text/rarian )" -# For the inherit of kde4-base -CMAKE_IN_TREE_BUILD=1 - pkg_setup() { if ! ( use agg || use cairo || use opengl ); then ewarn "You are trying to build Gnash without choosing a renderer [agg|cairo|opengl]." |