diff options
author | Luca Barbato <lu_zero@gentoo.org> | 2007-07-15 09:04:15 +0000 |
---|---|---|
committer | Luca Barbato <lu_zero@gentoo.org> | 2007-07-15 09:04:15 +0000 |
commit | 9fd1c0137f4396356bf43349ee89265a6c2245ed (patch) | |
tree | 43f0e3bf8edcfeff00260d288d094ef7a13e6f58 /media-gfx/hugin | |
parent | Assigning to base-system, as beu is being retired (#66608). (diff) | |
download | gentoo-2-9fd1c0137f4396356bf43349ee89265a6c2245ed.tar.gz gentoo-2-9fd1c0137f4396356bf43349ee89265a6c2245ed.tar.bz2 gentoo-2-9fd1c0137f4396356bf43349ee89265a6c2245ed.zip |
add --missing to the boost check, fixes bug #181414
(Portage version: 2.1.3_rc6)
Diffstat (limited to 'media-gfx/hugin')
-rw-r--r-- | media-gfx/hugin/ChangeLog | 6 | ||||
-rw-r--r-- | media-gfx/hugin/hugin-0.6.1.ebuild | 4 | ||||
-rw-r--r-- | media-gfx/hugin/hugin-0.7_beta4.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/media-gfx/hugin/ChangeLog b/media-gfx/hugin/ChangeLog index efd4674cd6c7..f3a2dccffa91 100644 --- a/media-gfx/hugin/ChangeLog +++ b/media-gfx/hugin/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-gfx/hugin # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/hugin/ChangeLog,v 1.23 2007/04/30 21:58:47 genone Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/hugin/ChangeLog,v 1.24 2007/07/15 09:04:15 lu_zero Exp $ + + 15 Jul 2007; Luca Barbato <lu_zero@gentoo.org> hugin-0.6.1.ebuild, + hugin-0.7_beta4.ebuild: + make hugin build with newer boost, thanks to Jakub for the fix in bug #181414 30 Apr 2007; Marius Mauch <genone@gentoo.org> hugin-0.5_rc1-r2.ebuild, hugin-0.6.1.ebuild, hugin-0.7_beta4.ebuild: diff --git a/media-gfx/hugin/hugin-0.6.1.ebuild b/media-gfx/hugin/hugin-0.6.1.ebuild index cc68a1a860d8..502a70f998be 100644 --- a/media-gfx/hugin/hugin-0.6.1.ebuild +++ b/media-gfx/hugin/hugin-0.6.1.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/media-gfx/hugin/hugin-0.6.1.ebuild,v 1.7 2007/04/30 21:58:47 genone Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/hugin/hugin-0.6.1.ebuild,v 1.8 2007/07/15 09:04:15 lu_zero Exp $ inherit wxwidgets eutils @@ -23,7 +23,7 @@ DEPEND=">=media-libs/libpano12-2.8.4 sift? ( media-gfx/autopano-sift )" pkg_setup() { - if ! built_with_use dev-libs/boost threads ; then + if ! built_with_use dev-libs/boost --missing threads ; then local msg="Build dev-libs/boost with USE=threads" eerror "$msg" die "$msg" diff --git a/media-gfx/hugin/hugin-0.7_beta4.ebuild b/media-gfx/hugin/hugin-0.7_beta4.ebuild index 6e6d969ca395..0fc2bd4bc3c4 100644 --- a/media-gfx/hugin/hugin-0.7_beta4.ebuild +++ b/media-gfx/hugin/hugin-0.7_beta4.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/media-gfx/hugin/hugin-0.7_beta4.ebuild,v 1.3 2007/04/30 21:58:47 genone Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/hugin/hugin-0.7_beta4.ebuild,v 1.4 2007/07/15 09:04:15 lu_zero Exp $ inherit wxwidgets eutils @@ -23,7 +23,7 @@ DEPEND=">=media-libs/libpano12-2.8.4 sift? ( media-gfx/autopano-sift )" pkg_setup() { - if ! built_with_use dev-libs/boost threads ; then + if ! built_with_use --missing dev-libs/boost threads ; then local msg="Build dev-libs/boost with USE=threads" eerror "$msg" die "$msg" |