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/autorespond | |
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/autorespond')
-rw-r--r-- | net-mail/autorespond/ChangeLog | 6 | ||||
-rw-r--r-- | net-mail/autorespond/autorespond-2.0.4.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/net-mail/autorespond/ChangeLog b/net-mail/autorespond/ChangeLog index 31cd13abdb74..856561545e5b 100644 --- a/net-mail/autorespond/ChangeLog +++ b/net-mail/autorespond/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-mail/autorespond # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/autorespond/ChangeLog,v 1.8 2004/06/24 23:19:26 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/autorespond/ChangeLog,v 1.9 2004/07/01 22:28:27 eradicator Exp $ + + 01 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org> + autorespond-2.0.4.ebuild: + virtual/glibc -> virtual/libc 07 Jun 2004; Bryan Østergaard <kloeri@gentoo.org> autorespond-2.0.4.ebuild: Stable on alpha. diff --git a/net-mail/autorespond/autorespond-2.0.4.ebuild b/net-mail/autorespond/autorespond-2.0.4.ebuild index 1fe7cf538c92..33692ae0f9d3 100644 --- a/net-mail/autorespond/autorespond-2.0.4.ebuild +++ b/net-mail/autorespond/autorespond-2.0.4.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/autorespond/autorespond-2.0.4.ebuild,v 1.8 2004/06/24 23:19:26 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/autorespond/autorespond-2.0.4.ebuild,v 1.9 2004/07/01 22:28:27 eradicator Exp $ inherit eutils @@ -15,7 +15,7 @@ KEYWORDS="~x86 alpha ~hppa ia64 ~mips ~ppc ~sparc amd64" LICENSE="GPL-2" SLOT="0" RDEPEND="mail-mta/qmail" -DEPEND="sys-devel/gcc virtual/glibc" +DEPEND="sys-devel/gcc virtual/libc" src_unpack() { unpack ${P}.tar.gz |