diff options
author | Jeremy Huddleston <eradicator@gentoo.org> | 2004-07-01 22:37:22 +0000 |
---|---|---|
committer | Jeremy Huddleston <eradicator@gentoo.org> | 2004-07-01 22:37:22 +0000 |
commit | 509540d8d3076f29d41977538f7ad77d14192642 (patch) | |
tree | dd256f4dbe61f25fb3659520a58cbae2a998e829 /net-mail/base64 | |
parent | Version bumped. (diff) | |
download | historical-509540d8d3076f29d41977538f7ad77d14192642.tar.gz historical-509540d8d3076f29d41977538f7ad77d14192642.tar.bz2 historical-509540d8d3076f29d41977538f7ad77d14192642.zip |
virtual/glibc -> virtual/libc
Diffstat (limited to 'net-mail/base64')
-rw-r--r-- | net-mail/base64/ChangeLog | 5 | ||||
-rw-r--r-- | net-mail/base64/base64-1.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-mail/base64/ChangeLog b/net-mail/base64/ChangeLog index 5ce228a559b0..47cca4cd8a73 100644 --- a/net-mail/base64/ChangeLog +++ b/net-mail/base64/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-mail/base64 # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/base64/ChangeLog,v 1.8 2004/06/24 23:19:37 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/base64/ChangeLog,v 1.9 2004/07/01 22:28:40 eradicator Exp $ + + 01 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org> base64-1.3.ebuild: + virtual/glibc -> virtual/libc 22 Jun 2004; Michael Hanselmann <hansmi@gentoo.org> base64-1.3.ebuild: Unstable on amd64. diff --git a/net-mail/base64/base64-1.3.ebuild b/net-mail/base64/base64-1.3.ebuild index c8fbcacf4327..a88f76e0288b 100644 --- a/net-mail/base64/base64-1.3.ebuild +++ b/net-mail/base64/base64-1.3.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/net-mail/base64/base64-1.3.ebuild,v 1.9 2004/06/24 23:19:37 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/base64/base64-1.3.ebuild,v 1.10 2004/07/01 22:28:40 eradicator Exp $ IUSE="" DESCRIPTION="Command line program that encodes/decodes files in base64" @@ -9,7 +9,7 @@ SRC_URI="http://www.fourmilab.ch/webtools/base64/${P}.tar.gz" LICENSE="as-is" SLOT="0" KEYWORDS="x86 sparc alpha ~ia64 ~ppc ~amd64" -DEPEND="virtual/glibc" +DEPEND="virtual/libc" S=${WORKDIR}/${P} src_compile() { |