diff options
author | 2004-01-29 03:29:09 +0000 | |
---|---|---|
committer | 2004-01-29 03:29:09 +0000 | |
commit | a183e711497ace15ce86b164d0b3595bc46b31e8 (patch) | |
tree | 0041b61a3087e900a0e1205cc2abaac0a6285e92 /net-mail/checkpassword | |
parent | mark stable on amd64 (Manifest recommit) (diff) | |
download | gentoo-2-a183e711497ace15ce86b164d0b3595bc46b31e8.tar.gz gentoo-2-a183e711497ace15ce86b164d0b3595bc46b31e8.tar.bz2 gentoo-2-a183e711497ace15ce86b164d0b3595bc46b31e8.zip |
AMD64 keywords
Diffstat (limited to 'net-mail/checkpassword')
-rw-r--r-- | net-mail/checkpassword/ChangeLog | 7 | ||||
-rw-r--r-- | net-mail/checkpassword/checkpassword-0.90-r1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/net-mail/checkpassword/ChangeLog b/net-mail/checkpassword/ChangeLog index 561c9022e3cc..b3c6603b94d4 100644 --- a/net-mail/checkpassword/ChangeLog +++ b/net-mail/checkpassword/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-mail/checkpassword -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/checkpassword/ChangeLog,v 1.9 2003/09/03 16:09:22 vapier Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-mail/checkpassword/ChangeLog,v 1.10 2004/01/29 03:28:06 avenj Exp $ + + 28 Jan 2004; Jon Portnoy <avenj@gentoo.org> checkpassword-0.90-r1.ebuild : + AMD64 keywords. *checkpassword-0.90-r1 (05 Mar 2003) diff --git a/net-mail/checkpassword/checkpassword-0.90-r1.ebuild b/net-mail/checkpassword/checkpassword-0.90-r1.ebuild index 11369e35bad5..d55f5ae75e29 100644 --- a/net-mail/checkpassword/checkpassword-0.90-r1.ebuild +++ b/net-mail/checkpassword/checkpassword-0.90-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 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-r1.ebuild,v 1.6 2003/09/05 09:11:37 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/checkpassword/checkpassword-0.90-r1.ebuild,v 1.7 2004/01/29 03:28:06 avenj Exp $ inherit eutils gcc @@ -10,7 +10,7 @@ SRC_URI="http://cr.yp.to/checkpwd/${P}.tar.gz" LICENSE="as-is" SLOT="0" -KEYWORDS="x86 ppc sparc alpha ~mips ~hppa ~arm" +KEYWORDS="x86 ppc sparc alpha ~mips ~hppa ~arm ~amd64" src_unpack() { unpack ${A} |