diff options
author | 2012-11-04 04:38:36 +0000 | |
---|---|---|
committer | 2012-11-04 04:38:36 +0000 | |
commit | 476382cf98727e6298df400b54045a3559e4de9f (patch) | |
tree | 5f53308df9432d07fbe71cd4039053d74596096c /www-plugins/gnash | |
parent | add upstream patch to support building against latest boost (bug #422769) (diff) | |
download | gentoo-2-476382cf98727e6298df400b54045a3559e4de9f.tar.gz gentoo-2-476382cf98727e6298df400b54045a3559e4de9f.tar.bz2 gentoo-2-476382cf98727e6298df400b54045a3559e4de9f.zip |
Remove pointless version check after unslotting boost.
(Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key 1CD13C8AD4301342)
Diffstat (limited to 'www-plugins/gnash')
-rw-r--r-- | www-plugins/gnash/ChangeLog | 5 | ||||
-rw-r--r-- | www-plugins/gnash/gnash-0.8.10-r2.ebuild | 8 |
2 files changed, 5 insertions, 8 deletions
diff --git a/www-plugins/gnash/ChangeLog b/www-plugins/gnash/ChangeLog index 080804489994..fed65c5d2cef 100644 --- a/www-plugins/gnash/ChangeLog +++ b/www-plugins/gnash/ChangeLog @@ -1,6 +1,9 @@ # 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.90 2012/10/31 17:26:47 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-plugins/gnash/ChangeLog,v 1.91 2012/11/04 04:38:36 flameeyes Exp $ + + 04 Nov 2012; Diego E. Pettenò <flameeyes@gentoo.org> gnash-0.8.10-r2.ebuild: + Remove pointless version check after unslotting boost. 31 Oct 2012; Diego E. Pettenò <flameeyes@gentoo.org> gnash-0.8.10-r2.ebuild, gnash-0.8.10_p20120903.ebuild: diff --git a/www-plugins/gnash/gnash-0.8.10-r2.ebuild b/www-plugins/gnash/gnash-0.8.10-r2.ebuild index c1e95efaf44f..94bb8a1cf8c6 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.9 2012/10/31 17:26:47 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-plugins/gnash/gnash-0.8.10-r2.ebuild,v 1.10 2012/11/04 04:38:36 flameeyes Exp $ EAPI=4 CMAKE_REQUIRED="never" @@ -113,12 +113,6 @@ RESTRICT="test" pkg_setup() { kde4-base_pkg_setup - if has_version ">=dev-libs/boost-1.46" && has_version "<dev-libs/boost-1.46"; then - ewarn "If you have multiple versions of boost installed, gnash may attempt to" - ewarn "compile against the older version and link against newer version, which can" - ewarn "cause the build to fail. Unmerge of the old version of boost is recommended." - fi - if use !ffmpeg && use !gstreamer; then ewarn "You are trying to build Gnash without choosing a media handler." ewarn "Sound and video playback will not work." |