diff options
author | Markus Meier <maekke@gentoo.org> | 2009-08-01 09:49:21 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2009-08-01 09:49:21 +0000 |
commit | 165972e19ec68a11b9726dff9eba21102c7e8201 (patch) | |
tree | 83f2149bc97dc04409ee3cec2a6442baa2f51f72 /media-gfx/hugin | |
parent | Initial commit. Ebuild based on the one by Justin in bug 279534. (diff) | |
download | gentoo-2-165972e19ec68a11b9726dff9eba21102c7e8201.tar.gz gentoo-2-165972e19ec68a11b9726dff9eba21102c7e8201.tar.bz2 gentoo-2-165972e19ec68a11b9726dff9eba21102c7e8201.zip |
tweak x11-libs/wxGTK dep for bug #279653 and bug #269689
(Portage version: 2.2_rc33/cvs/Linux i686)
Diffstat (limited to 'media-gfx/hugin')
-rw-r--r-- | media-gfx/hugin/ChangeLog | 5 | ||||
-rw-r--r-- | media-gfx/hugin/hugin-0.8.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-gfx/hugin/ChangeLog b/media-gfx/hugin/ChangeLog index 2d3c2e3be3b4..596692475edb 100644 --- a/media-gfx/hugin/ChangeLog +++ b/media-gfx/hugin/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-gfx/hugin # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/hugin/ChangeLog,v 1.69 2009/07/26 13:41:31 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/hugin/ChangeLog,v 1.70 2009/08/01 09:49:21 maekke Exp $ + + 01 Aug 2009; Markus Meier <maekke@gentoo.org> hugin-0.8.0.ebuild: + tweak x11-libs/wxGTK dep for bug #279653 and bug #269689 *hugin-0.8.0 (26 Jul 2009) diff --git a/media-gfx/hugin/hugin-0.8.0.ebuild b/media-gfx/hugin/hugin-0.8.0.ebuild index b69fefb7fbc6..5c90a54aeb01 100644 --- a/media-gfx/hugin/hugin-0.8.0.ebuild +++ b/media-gfx/hugin/hugin-0.8.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/hugin/hugin-0.8.0.ebuild,v 1.1 2009/07/26 13:41:31 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/hugin/hugin-0.8.0.ebuild,v 1.2 2009/08/01 09:49:21 maekke Exp $ EAPI="2" WX_GTK_VER="2.8" @@ -27,7 +27,7 @@ DEPEND="app-arch/zip media-libs/openexr media-libs/tiff sys-libs/zlib - x11-libs/wxGTK:2.8 + x11-libs/wxGTK:2.8[opengl,-odbc] lapack? ( virtual/lapack ) sift? ( media-gfx/autopano-sift-C )" RDEPEND="${DEPEND} |