diff options
author | Andrey Grozin <grozin@gentoo.org> | 2011-06-18 12:16:03 +0000 |
---|---|---|
committer | Andrey Grozin <grozin@gentoo.org> | 2011-06-18 12:16:03 +0000 |
commit | 6c8da8cc239029e3dace156bd670986428493ac7 (patch) | |
tree | 3fca8b5ebc798a6fc1dc639eb15c57e3b5b78c0d /sci-visualization/extrema | |
parent | Version bump (diff) | |
download | gentoo-2-6c8da8cc239029e3dace156bd670986428493ac7.tar.gz gentoo-2-6c8da8cc239029e3dace156bd670986428493ac7.tar.bz2 gentoo-2-6c8da8cc239029e3dace156bd670986428493ac7.zip |
Depend on wxGTK[X], bug #371579, thanks to Piotr Szymaniak <szarpaj@grubelek.pl>
(Portage version: 2.2.0_alpha41/cvs/Linux i686)
Diffstat (limited to 'sci-visualization/extrema')
-rw-r--r-- | sci-visualization/extrema/ChangeLog | 6 | ||||
-rw-r--r-- | sci-visualization/extrema/extrema-4.4.5.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sci-visualization/extrema/ChangeLog b/sci-visualization/extrema/ChangeLog index decdd47d06fc..f1f645b0c5a0 100644 --- a/sci-visualization/extrema/ChangeLog +++ b/sci-visualization/extrema/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-visualization/extrema # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/extrema/ChangeLog,v 1.9 2011/04/13 12:24:06 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/extrema/ChangeLog,v 1.10 2011/06/18 12:16:03 grozin Exp $ + + 18 Jun 2011; Andrey Grozin <grozin@gentoo.org> extrema-4.4.5.ebuild: + Depend on wxGTK[X], bug #371579, thanks to Piotr Szymaniak + <szarpaj@grubelek.pl> *extrema-4.4.5 (13 Apr 2011) diff --git a/sci-visualization/extrema/extrema-4.4.5.ebuild b/sci-visualization/extrema/extrema-4.4.5.ebuild index 9b2f6edff10f..00a2bc3b71be 100644 --- a/sci-visualization/extrema/extrema-4.4.5.ebuild +++ b/sci-visualization/extrema/extrema-4.4.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/extrema/extrema-4.4.5.ebuild,v 1.1 2011/04/13 12:24:06 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/extrema/extrema-4.4.5.ebuild,v 1.2 2011/06/18 12:16:03 grozin Exp $ EAPI=2 WX_GTK_VER="2.8" @@ -16,7 +16,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" # File collision, see bug #249423 RDEPEND="!sci-chemistry/psi - >=x11-libs/wxGTK-2.8.7 + x11-libs/wxGTK:2.8[X] dev-util/desktop-file-utils" DEPEND="${RDEPEND}" |