diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2012-10-31 17:26:47 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2012-10-31 17:26:47 +0000 |
commit | 26c65c64a78021a40d2a281df6894899a469efda (patch) | |
tree | 35067592fa8f3d94ea0d7b30a0e536ccd6cfe11e /www-plugins | |
parent | Simplify finding boost library so that it works with all versions, now that i... (diff) | |
download | gentoo-2-26c65c64a78021a40d2a281df6894899a469efda.tar.gz gentoo-2-26c65c64a78021a40d2a281df6894899a469efda.tar.bz2 gentoo-2-26c65c64a78021a40d2a281df6894899a469efda.zip |
Remove blocker on unslotted boost, now that it's unslotted.
(Portage version: 2.2.0_alpha141/cvs/Linux x86_64, signed Manifest commit with key 1CD13C8AD4301342)
Diffstat (limited to 'www-plugins')
-rw-r--r-- | www-plugins/gnash/ChangeLog | 6 | ||||
-rw-r--r-- | www-plugins/gnash/gnash-0.8.10-r2.ebuild | 4 | ||||
-rw-r--r-- | www-plugins/gnash/gnash-0.8.10_p20120903.ebuild | 4 |
3 files changed, 7 insertions, 7 deletions
diff --git a/www-plugins/gnash/ChangeLog b/www-plugins/gnash/ChangeLog index 503b1e583a38..080804489994 100644 --- a/www-plugins/gnash/ChangeLog +++ b/www-plugins/gnash/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for www-plugins/gnash # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-plugins/gnash/ChangeLog,v 1.89 2012/10/16 00:25:32 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-plugins/gnash/ChangeLog,v 1.90 2012/10/31 17:26:47 flameeyes Exp $ + + 31 Oct 2012; Diego E. Pettenò <flameeyes@gentoo.org> gnash-0.8.10-r2.ebuild, + gnash-0.8.10_p20120903.ebuild: + Remove blocker on unslotted boost, now that it's unslotted. *gnash-0.8.10_p20120903 (16 Oct 2012) diff --git a/www-plugins/gnash/gnash-0.8.10-r2.ebuild b/www-plugins/gnash/gnash-0.8.10-r2.ebuild index 15e175876b66..c1e95efaf44f 100644 --- a/www-plugins/gnash/gnash-0.8.10-r2.ebuild +++ b/www-plugins/gnash/gnash-0.8.10-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-plugins/gnash/gnash-0.8.10-r2.ebuild,v 1.8 2012/09/18 21:26:35 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-plugins/gnash/gnash-0.8.10-r2.ebuild,v 1.9 2012/10/31 17:26:47 flameeyes Exp $ EAPI=4 CMAKE_REQUIRED="never" @@ -38,9 +38,7 @@ REQUIRED_USE="dump? ( agg ffmpeg ) || ( dump fbcon gtk kde sdl ) " -# gnash fails if obsolete boost is installed, bug #334259 RDEPEND=">=dev-libs/boost-1.41.0 - !!dev-libs/boost:0 dev-libs/expat dev-libs/libxml2 virtual/jpeg diff --git a/www-plugins/gnash/gnash-0.8.10_p20120903.ebuild b/www-plugins/gnash/gnash-0.8.10_p20120903.ebuild index 203a2b932a9d..e9ffb9214e39 100644 --- a/www-plugins/gnash/gnash-0.8.10_p20120903.ebuild +++ b/www-plugins/gnash/gnash-0.8.10_p20120903.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-plugins/gnash/gnash-0.8.10_p20120903.ebuild,v 1.1 2012/10/16 00:25:32 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-plugins/gnash/gnash-0.8.10_p20120903.ebuild,v 1.2 2012/10/31 17:26:47 flameeyes Exp $ EAPI=4 CMAKE_REQUIRED="never" @@ -38,9 +38,7 @@ REQUIRED_USE="dump? ( agg ffmpeg ) || ( dump fbcon gtk kde sdl ) " -# gnash fails if obsolete boost is installed, bug #334259 RDEPEND=">=dev-libs/boost-1.41.0 - !!dev-libs/boost:0 dev-libs/expat dev-libs/libxml2 virtual/jpeg |