diff options
author | Olivier Fisette <ribosome@gentoo.org> | 2005-12-14 20:05:07 +0000 |
---|---|---|
committer | Olivier Fisette <ribosome@gentoo.org> | 2005-12-14 20:05:07 +0000 |
commit | 76a42b86d23385ecc655be9d42aa57c5566a2de9 (patch) | |
tree | 54da8be55803eb7b9bd516b8bc2ecf7fb6ab7cf0 /sci-biology/phylip/phylip-3.65-r1.ebuild | |
parent | Allow configuration of bindnow-flags. Bug #115504 (diff) | |
download | historical-76a42b86d23385ecc655be9d42aa57c5566a2de9.tar.gz historical-76a42b86d23385ecc655be9d42aa57c5566a2de9.tar.bz2 historical-76a42b86d23385ecc655be9d42aa57c5566a2de9.zip |
Removed dependency on "virtual/libc"
Package-Manager: portage-2.0.51.22-r3
Diffstat (limited to 'sci-biology/phylip/phylip-3.65-r1.ebuild')
-rw-r--r-- | sci-biology/phylip/phylip-3.65-r1.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sci-biology/phylip/phylip-3.65-r1.ebuild b/sci-biology/phylip/phylip-3.65-r1.ebuild index 5414b633c8a0..91946ab2df00 100644 --- a/sci-biology/phylip/phylip-3.65-r1.ebuild +++ b/sci-biology/phylip/phylip-3.65-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/phylip/phylip-3.65-r1.ebuild,v 1.1 2005/12/14 16:28:55 ribosome Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-biology/phylip/phylip-3.65-r1.ebuild,v 1.2 2005/12/14 20:05:07 ribosome Exp $ inherit toolchain-funcs @@ -13,8 +13,7 @@ SLOT="0" IUSE="" KEYWORDS="~ppc ~ppc-macos ~x86" -DEPEND="virtual/libc - virtual/x11" +DEPEND="virtual/x11" S="${WORKDIR}/${PN}${PV}/src" |