diff options
author | Luca Barbato <lu_zero@gentoo.org> | 2007-07-23 13:02:09 +0000 |
---|---|---|
committer | Luca Barbato <lu_zero@gentoo.org> | 2007-07-23 13:02:09 +0000 |
commit | 6df35594d084f5a6e254fab16ca53fc00eaa94d7 (patch) | |
tree | ad029fab601a695c49d962eb19d676a9c3aa849a /media-gfx/hugin | |
parent | Stable on sparc wrt #178697 (diff) | |
download | gentoo-2-6df35594d084f5a6e254fab16ca53fc00eaa94d7.tar.gz gentoo-2-6df35594d084f5a6e254fab16ca53fc00eaa94d7.tar.bz2 gentoo-2-6df35594d084f5a6e254fab16ca53fc00eaa94d7.zip |
Fix eventually the bug #181414
(Portage version: 2.1.3_rc8)
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 f3a2dccffa91..957453009464 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.24 2007/07/15 09:04:15 lu_zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/hugin/ChangeLog,v 1.25 2007/07/23 13:02:09 lu_zero Exp $ + + 23 Jul 2007; Luca Barbato <lu_zero@gentoo.org> hugin-0.6.1.ebuild, + hugin-0.7_beta4.ebuild: + Fix the bad fix I committed before 15 Jul 2007; Luca Barbato <lu_zero@gentoo.org> 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 502a70f998be..7bc31b3f6300 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.8 2007/07/15 09:04:15 lu_zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/hugin/hugin-0.6.1.ebuild,v 1.9 2007/07/23 13:02:09 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 --missing threads ; then + if ! built_with_use --missing true dev-libs/boost 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 0fc2bd4bc3c4..e27d01d990ce 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.4 2007/07/15 09:04:15 lu_zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/hugin/hugin-0.7_beta4.ebuild,v 1.5 2007/07/23 13:02:09 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 --missing dev-libs/boost threads ; then + if ! built_with_use --missing true dev-libs/boost threads ; then local msg="Build dev-libs/boost with USE=threads" eerror "$msg" die "$msg" |