diff options
author | Jon Hood <squinky86@gentoo.org> | 2004-07-23 15:59:01 +0000 |
---|---|---|
committer | Jon Hood <squinky86@gentoo.org> | 2004-07-23 15:59:01 +0000 |
commit | a43c37f75498d61c5f0f182dc435691b1898b536 (patch) | |
tree | eb63d3b9ed1aac7c32fcad3bd870ec2854ea1c3a /app-sci | |
parent | Fixes some strange issue with the .20 live plugins being pulled in, despite .... (diff) | |
download | gentoo-2-a43c37f75498d61c5f0f182dc435691b1898b536.tar.gz gentoo-2-a43c37f75498d61c5f0f182dc435691b1898b536.tar.bz2 gentoo-2-a43c37f75498d61c5f0f182dc435691b1898b536.zip |
don't let Spanky know someone committed something with virtual/glibc still in it!
Diffstat (limited to 'app-sci')
-rw-r--r-- | app-sci/qrna/ChangeLog | 5 | ||||
-rw-r--r-- | app-sci/qrna/qrna-2.0.2c.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-sci/qrna/ChangeLog b/app-sci/qrna/ChangeLog index b003a5fa9367..e2c5aba9e767 100644 --- a/app-sci/qrna/ChangeLog +++ b/app-sci/qrna/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-sci/qrna # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-sci/qrna/ChangeLog,v 1.2 2004/07/21 18:31:13 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/qrna/ChangeLog,v 1.3 2004/07/23 15:59:01 squinky86 Exp $ + + 23 Jul 2004; Jon Hood <squinky86@gentoo.org> qrna-2.0.2c.ebuild: + Change virtual/glibc -> virtual/libc. 21 Jul 2004; David Holm <dholm@gentoo.org> qrna-2.0.2c.ebuild: Added to ~ppc. diff --git a/app-sci/qrna/qrna-2.0.2c.ebuild b/app-sci/qrna/qrna-2.0.2c.ebuild index 919a45003047..288295e09a01 100644 --- a/app-sci/qrna/qrna-2.0.2c.ebuild +++ b/app-sci/qrna/qrna-2.0.2c.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-sci/qrna/qrna-2.0.2c.ebuild,v 1.2 2004/07/21 18:31:13 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/qrna/qrna-2.0.2c.ebuild,v 1.3 2004/07/23 15:59:01 squinky86 Exp $ DESCRIPTION="Prototype ncRNA genefinder" HOMEPAGE="http://www.genetics.wustl.edu/eddy/software/" @@ -12,7 +12,7 @@ KEYWORDS="~x86 ~ppc" IUSE="perl" DEPEND="perl? ( dev-lang/perl ) - virtual/glibc" + virtual/libc" src_compile () { cd ${S}/squid |