diff options
author | Jeremy Huddleston <eradicator@gentoo.org> | 2004-07-01 11:55:34 +0000 |
---|---|---|
committer | Jeremy Huddleston <eradicator@gentoo.org> | 2004-07-01 11:55:34 +0000 |
commit | 7a85aa67d89903170ae95c617dfdd47c33d17abc (patch) | |
tree | 18dad3fe223927b443ce9d58176e980066d67083 /app-sci/clustalw | |
parent | Replaced fperms with doexec and added ROOT variable to pkg_postinst tests. (diff) | |
download | historical-7a85aa67d89903170ae95c617dfdd47c33d17abc.tar.gz historical-7a85aa67d89903170ae95c617dfdd47c33d17abc.tar.bz2 historical-7a85aa67d89903170ae95c617dfdd47c33d17abc.zip |
virtual/glibc -> virtual/libc
Diffstat (limited to 'app-sci/clustalw')
-rw-r--r-- | app-sci/clustalw/ChangeLog | 8 | ||||
-rw-r--r-- | app-sci/clustalw/clustalw-1.83.ebuild | 4 |
2 files changed, 9 insertions, 3 deletions
diff --git a/app-sci/clustalw/ChangeLog b/app-sci/clustalw/ChangeLog index 0855c4096a44..c7b6e86963fc 100644 --- a/app-sci/clustalw/ChangeLog +++ b/app-sci/clustalw/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-sci/clustalw # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-sci/clustalw/ChangeLog,v 1.4 2004/06/24 21:55:43 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/clustalw/ChangeLog,v 1.5 2004/07/01 11:50:28 eradicator Exp $ + + 01 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org> clustalw-1.83.ebuild: + virtual/glibc -> virtual/libc + + 01 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org> clustalw-1.83.ebuild: + virtual/glibc -> virtual/libc 19 Apr 2004; Patrick Kursawe <phosphan@gentoo.org> clustalw-1.83.ebuild: Bumped to stable, using epatch now diff --git a/app-sci/clustalw/clustalw-1.83.ebuild b/app-sci/clustalw/clustalw-1.83.ebuild index cf845c1fc3f9..00921c80bb22 100644 --- a/app-sci/clustalw/clustalw-1.83.ebuild +++ b/app-sci/clustalw/clustalw-1.83.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # Author: Gontran Zepeda <gontran@gontran.net> -# $Header: /var/cvsroot/gentoo-x86/app-sci/clustalw/clustalw-1.83.ebuild,v 1.5 2004/06/24 21:55:43 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/clustalw/clustalw-1.83.ebuild,v 1.6 2004/07/01 11:50:28 eradicator Exp $ inherit eutils @@ -17,7 +17,7 @@ LICENSE="clustalw" SLOT="0" KEYWORDS="x86 sparc ppc alpha" IUSE="" -DEPEND="virtual/glibc" +DEPEND="virtual/libc" S=${WORKDIR}/${PN}${PV} |