diff options
author | 2002-12-09 04:33:15 +0000 | |
---|---|---|
committer | 2002-12-09 04:33:15 +0000 | |
commit | 702fd4ffaeb843cba12cb60d8ac79c0ad4c20789 (patch) | |
tree | 4c82dad19f2d1e6be7a1bceb7b275d226ac0b0b3 /net-mail/checkpassword | |
parent | 12-08-02 Keyword change remove sparc64 Rodney Rees manson@gentoo.org (diff) | |
download | historical-702fd4ffaeb843cba12cb60d8ac79c0ad4c20789.tar.gz historical-702fd4ffaeb843cba12cb60d8ac79c0ad4c20789.tar.bz2 historical-702fd4ffaeb843cba12cb60d8ac79c0ad4c20789.zip |
12-08-02 Keyword change remove sparc64 Rodney Rees manson@gentoo.org
Diffstat (limited to 'net-mail/checkpassword')
-rw-r--r-- | net-mail/checkpassword/ChangeLog | 5 | ||||
-rw-r--r-- | net-mail/checkpassword/checkpassword-0.90.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-mail/checkpassword/ChangeLog b/net-mail/checkpassword/ChangeLog index 0d1585792196..73b57234c5d2 100644 --- a/net-mail/checkpassword/ChangeLog +++ b/net-mail/checkpassword/ChangeLog @@ -1,7 +1,10 @@ # ChangeLog for net-mail/checkpassword # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/net-mail/checkpassword/ChangeLog,v 1.1 2002/02/01 21:53:34 gbevin Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/checkpassword/ChangeLog,v 1.2 2002/12/09 04:33:13 manson Exp $ +\* Autoupdate keywords (12-6-02) + 06 Dec 2002; Rodney Rees <manson@gentoo.org> changed sparc ~sparc keywords + *checkpassword-0.90 (1 Feb 2002) 1 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog : diff --git a/net-mail/checkpassword/checkpassword-0.90.ebuild b/net-mail/checkpassword/checkpassword-0.90.ebuild index 60aad453ad31..533615c2ddc6 100644 --- a/net-mail/checkpassword/checkpassword-0.90.ebuild +++ b/net-mail/checkpassword/checkpassword-0.90.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/checkpassword/checkpassword-0.90.ebuild,v 1.7 2002/10/04 06:06:58 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/checkpassword/checkpassword-0.90.ebuild,v 1.8 2002/12/09 04:33:13 manson 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 sparc sparc64" +KEYWORDS="x86 ppc sparc " src_compile() { cd ${S} |