diff options
author | Mark Loeser <halcy0n@gentoo.org> | 2006-03-19 06:21:54 +0000 |
---|---|---|
committer | Mark Loeser <halcy0n@gentoo.org> | 2006-03-19 06:21:54 +0000 |
commit | 8c05ef9593fb5b9ccce226822c2fca3896455983 (patch) | |
tree | ab2d9a94d5fda853603e375719ec72ebeb53e292 /mail-client/smtpclient/smtpclient-1.0.1.ebuild | |
parent | initial commit - ebuild from Philipp Edelmann via bug #126662 (diff) | |
download | gentoo-2-8c05ef9593fb5b9ccce226822c2fca3896455983.tar.gz gentoo-2-8c05ef9593fb5b9ccce226822c2fca3896455983.tar.bz2 gentoo-2-8c05ef9593fb5b9ccce226822c2fca3896455983.zip |
Remove the depend on virtual/libc since it is implied, and fix the broken header
(Portage version: 2.1_pre6-r3)
Diffstat (limited to 'mail-client/smtpclient/smtpclient-1.0.1.ebuild')
-rw-r--r-- | mail-client/smtpclient/smtpclient-1.0.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail-client/smtpclient/smtpclient-1.0.1.ebuild b/mail-client/smtpclient/smtpclient-1.0.1.ebuild index b00b3cf543b5..b4ed37191a63 100644 --- a/mail-client/smtpclient/smtpclient-1.0.1.ebuild +++ b/mail-client/smtpclient/smtpclient-1.0.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: +# $Header: /var/cvsroot/gentoo-x86/mail-client/smtpclient/smtpclient-1.0.1.ebuild,v 1.2 2006/03/19 06:21:54 halcy0n Exp $ inherit eutils @@ -14,7 +14,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" -DEPEND="virtual/libc" +DEPEND="" src_install () { dobin smtpclient |