diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2006-01-29 07:20:06 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2006-01-29 07:20:06 +0000 |
commit | 70c351935f7969c5132a9918b2eeb68ae8a95d64 (patch) | |
tree | dade8e84ca44d2a0e9be0064ad59b7240e4a843e /sci-misc | |
parent | prep for death #120575 (diff) | |
download | gentoo-2-70c351935f7969c5132a9918b2eeb68ae8a95d64.tar.gz gentoo-2-70c351935f7969c5132a9918b2eeb68ae8a95d64.tar.bz2 gentoo-2-70c351935f7969c5132a9918b2eeb68ae8a95d64.zip |
Modular-X fixes.
(Portage version: 2.1_pre4)
Diffstat (limited to 'sci-misc')
-rw-r--r-- | sci-misc/xfoil/ChangeLog | 7 | ||||
-rw-r--r-- | sci-misc/xfoil/xfoil-6.94-r1.ebuild | 8 |
2 files changed, 9 insertions, 6 deletions
diff --git a/sci-misc/xfoil/ChangeLog b/sci-misc/xfoil/ChangeLog index b46809954708..7d2dd01dbb28 100644 --- a/sci-misc/xfoil/ChangeLog +++ b/sci-misc/xfoil/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-misc/xfoil -# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-misc/xfoil/ChangeLog,v 1.5 2005/06/26 03:21:37 ribosome Exp $ +# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-misc/xfoil/ChangeLog,v 1.6 2006/01/29 07:20:06 robbat2 Exp $ + + 29 Jan 2006; Robin H. Johnson <robbat2@gentoo.org> xfoil-6.94-r1.ebuild: + Modular-X fixes. 26 Jun 2005; Olivier Fisette <ribosome@gentoo.org> -xfoil-6.94.ebuild, xfoil-6.94-r1.ebuild: diff --git a/sci-misc/xfoil/xfoil-6.94-r1.ebuild b/sci-misc/xfoil/xfoil-6.94-r1.ebuild index ea46581b67b8..d36f22c67ef7 100644 --- a/sci-misc/xfoil/xfoil-6.94-r1.ebuild +++ b/sci-misc/xfoil/xfoil-6.94-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-misc/xfoil/xfoil-6.94-r1.ebuild,v 1.5 2005/06/26 03:21:37 ribosome Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-misc/xfoil/xfoil-6.94-r1.ebuild,v 1.6 2006/01/29 07:20:06 robbat2 Exp $ inherit toolchain-funcs fortran @@ -20,8 +20,8 @@ KEYWORDS="~x86 ~amd64 ~ppc" IUSE="doc" DEPEND="virtual/blas - sci-libs/blas-config - virtual/x11" + sci-libs/blas-config + || ( x11-libs/libX11 virtual/x11 )" S=${WORKDIR}/XFOIL${MY_PV} |