diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-07-17 06:38:03 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-07-17 06:38:03 +0000 |
commit | 4568b0f019ba789edf3b0353d9c299aa7bd0581a (patch) | |
tree | 2dbb0a5f3f07c41af600fa1516e2d4a1d00af90f /net-mail/checkpassword | |
parent | repoman'd (diff) | |
download | historical-4568b0f019ba789edf3b0353d9c299aa7bd0581a.tar.gz historical-4568b0f019ba789edf3b0353d9c299aa7bd0581a.tar.bz2 historical-4568b0f019ba789edf3b0353d9c299aa7bd0581a.zip |
finished repoman'ing
Diffstat (limited to 'net-mail/checkpassword')
-rw-r--r-- | net-mail/checkpassword/checkpassword-0.90.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-mail/checkpassword/checkpassword-0.90.ebuild b/net-mail/checkpassword/checkpassword-0.90.ebuild index 939e41d3d1a6..26639d525328 100644 --- a/net-mail/checkpassword/checkpassword-0.90.ebuild +++ b/net-mail/checkpassword/checkpassword-0.90.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-mail/checkpassword/checkpassword-0.90.ebuild,v 1.3 2002/07/16 04:54:33 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/checkpassword/checkpassword-0.90.ebuild,v 1.4 2002/07/17 06:38:03 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="A modern replacement for sendmail which uses maildirs" @@ -9,7 +9,7 @@ HOMEPAGE="http://www.qmail.org/" SLOT="0" LICENSE="as-is" -KEYWORDs="x86 ppc" +KEYWORDS="x86 ppc" src_compile() { cd ${S} |