diff options
author | Jon Hood <squinky86@gentoo.org> | 2004-09-04 17:54:43 +0000 |
---|---|---|
committer | Jon Hood <squinky86@gentoo.org> | 2004-09-04 17:54:43 +0000 |
commit | bbc26d58074778c59b4818a7bd4b92bafc3d89e1 (patch) | |
tree | 1c3accca0799dcb97b1129f2f94f983638faf592 /mail-mta/nbsmtp | |
parent | virtual/glibc --> virtual/libc (diff) | |
download | historical-bbc26d58074778c59b4818a7bd4b92bafc3d89e1.tar.gz historical-bbc26d58074778c59b4818a7bd4b92bafc3d89e1.tar.bz2 historical-bbc26d58074778c59b4818a7bd4b92bafc3d89e1.zip |
virtual/glibc --> virtual/libc
Diffstat (limited to 'mail-mta/nbsmtp')
-rw-r--r-- | mail-mta/nbsmtp/ChangeLog | 5 | ||||
-rw-r--r-- | mail-mta/nbsmtp/nbsmtp-0.96.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/mail-mta/nbsmtp/ChangeLog b/mail-mta/nbsmtp/ChangeLog index e27a1e0830e3..e50f3c02cb5d 100644 --- a/mail-mta/nbsmtp/ChangeLog +++ b/mail-mta/nbsmtp/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for mail-mta/nbsmtp # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/nbsmtp/ChangeLog,v 1.7 2004/09/02 18:08:59 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-mta/nbsmtp/ChangeLog,v 1.8 2004/09/04 17:54:43 squinky86 Exp $ + + 04 Sep 2004; Jon Hood <squinky86@gentoo.org> nbsmtp-0.96.ebuild: + Change virtual/glibc --> virtual/libc. *nbsmtp-0.96 (02 Sep 2004) diff --git a/mail-mta/nbsmtp/nbsmtp-0.96.ebuild b/mail-mta/nbsmtp/nbsmtp-0.96.ebuild index aa42074f0ce2..fe6e2dffd521 100644 --- a/mail-mta/nbsmtp/nbsmtp-0.96.ebuild +++ b/mail-mta/nbsmtp/nbsmtp-0.96.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/mail-mta/nbsmtp/nbsmtp-0.96.ebuild,v 1.1 2004/09/02 18:08:59 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-mta/nbsmtp/nbsmtp-0.96.ebuild,v 1.2 2004/09/04 17:54:43 squinky86 Exp $ DESCRIPTION="Extremely simple MTA to get mail off the system to a relayhost" SRC_URI="http://www.gentoo-es.org/~ferdy/${P}.tar.bz2" @@ -11,7 +11,7 @@ KEYWORDS="~x86 ~ppc ~hppa" LICENSE="GPL-2" IUSE="ssl ipv6 debug" -DEPEND="virtual/glibc +DEPEND="virtual/libc ssl? ( dev-libs/openssl )" PROVIDE="virtual/mta" |