diff options
author | Stefan Schweizer <genstef@gentoo.org> | 2007-05-13 22:12:34 +0000 |
---|---|---|
committer | Stefan Schweizer <genstef@gentoo.org> | 2007-05-13 22:12:34 +0000 |
commit | 2a890f4d6ac0228e3fa2f078123ff93e09b3db3e (patch) | |
tree | e514101d6bd27db1ef2ba66c0c2ec51158d0227d /net-www | |
parent | Version bump, bug 177171. Also install a desktop entry and handle python opti... (diff) | |
download | gentoo-2-2a890f4d6ac0228e3fa2f078123ff93e09b3db3e.tar.gz gentoo-2-2a890f4d6ac0228e3fa2f078123ff93e09b3db3e.tar.bz2 gentoo-2-2a890f4d6ac0228e3fa2f078123ff93e09b3db3e.zip |
Add proper quoting thanks expose
(Portage version: 2.1.2.7)
Diffstat (limited to 'net-www')
-rw-r--r-- | net-www/gnash/ChangeLog | 6 | ||||
-rw-r--r-- | net-www/gnash/gnash-0.7.2_p20099999.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/net-www/gnash/ChangeLog b/net-www/gnash/ChangeLog index dfbe989b8ccb..069296154aba 100644 --- a/net-www/gnash/ChangeLog +++ b/net-www/gnash/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-www/gnash # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/gnash/ChangeLog,v 1.41 2007/05/03 19:57:43 genstef Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/gnash/ChangeLog,v 1.42 2007/05/13 22:12:34 genstef Exp $ + + 13 May 2007; Stefan Schweizer <genstef@gentoo.org> + gnash-0.7.2_p20099999.ebuild: + Add proper quoting thanks expose 03 May 2007; Stefan Schweizer <genstef@gentoo.org> gnash-0.7.2_p20099999.ebuild: diff --git a/net-www/gnash/gnash-0.7.2_p20099999.ebuild b/net-www/gnash/gnash-0.7.2_p20099999.ebuild index 49eee9ea19b6..9a1e7e7cc202 100644 --- a/net-www/gnash/gnash-0.7.2_p20099999.ebuild +++ b/net-www/gnash/gnash-0.7.2_p20099999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/gnash/gnash-0.7.2_p20099999.ebuild,v 1.9 2007/05/03 19:57:43 genstef Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/gnash/gnash-0.7.2_p20099999.ebuild,v 1.10 2007/05/13 22:12:33 genstef Exp $ WANT_AUTOCONF=latest inherit nsplugins autotools cvs kde-functions qt3 multilib @@ -65,7 +65,7 @@ pkg_setup() { die "kde and agg not supported at the same time" fi - if has_version <dev-libs/boost-1.34 && ! built_with_use dev-libs/boost threads; then + if has_version '<dev-libs/boost-1.34' && ! built_with_use dev-libs/boost threads; then eerror "dev-libst/boost has to be built with the 'threads' USE flag" die "dev-libs/boost not built with threads" fi |