diff options
author | Andrey Grozin <grozin@gentoo.org> | 2008-12-06 17:04:22 +0000 |
---|---|---|
committer | Andrey Grozin <grozin@gentoo.org> | 2008-12-06 17:04:22 +0000 |
commit | 98cf26225ae70e7b997a067bc939cbe4b2d73e18 (patch) | |
tree | bcc8b78ac5e0f222b639290dfec3480bee5dfea1 /sci-visualization/extrema/extrema-4.3.6.ebuild | |
parent | Check if /etc/conf.d/iscsid exists and INITIATOR_FILENAME isn't empty. Thanks... (diff) | |
download | gentoo-2-98cf26225ae70e7b997a067bc939cbe4b2d73e18.tar.gz gentoo-2-98cf26225ae70e7b997a067bc939cbe4b2d73e18.tar.bz2 gentoo-2-98cf26225ae70e7b997a067bc939cbe4b2d73e18.zip |
Fixing file collision with sci-chemistry/psi, bug #249423.
(Portage version: 2.2_rc17/cvs/Linux 2.6.26-tuxonice i686)
Diffstat (limited to 'sci-visualization/extrema/extrema-4.3.6.ebuild')
-rw-r--r-- | sci-visualization/extrema/extrema-4.3.6.ebuild | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/sci-visualization/extrema/extrema-4.3.6.ebuild b/sci-visualization/extrema/extrema-4.3.6.ebuild index 096dab5b6a44..21cf27663019 100644 --- a/sci-visualization/extrema/extrema-4.3.6.ebuild +++ b/sci-visualization/extrema/extrema-4.3.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/extrema/extrema-4.3.6.ebuild,v 1.1 2008/06/02 10:23:51 grozin Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/extrema/extrema-4.3.6.ebuild,v 1.2 2008/12/06 17:04:22 grozin Exp $ WX_GTK_VER="2.8" inherit eutils fdo-mime wxwidgets @@ -12,13 +12,15 @@ LICENSE="GPL-2" KEYWORDS="~amd64 ~x86" IUSE="doc examples" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" -DEPEND=">=x11-libs/wxGTK-2.8.7 +# File collision, see bug #249423 +DEPEND="!sci-chemistry/psi + >=x11-libs/wxGTK-2.8.7 dev-util/desktop-file-utils" src_compile() { # extrema cannot be compiled with versions of minuit # available in portage - econf --enable-shared || die "econf failed" + econf --enable-shared emake || die "emake failed" } |