diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-05-25 21:53:37 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-05-25 21:53:37 +0000 |
commit | 3a10e12fa6f70f668153970d8f6480e604a316f7 (patch) | |
tree | 3859b93d6d0d0f9c2ca40f56deff9ad440929d50 /net-mail/checkpassword | |
parent | ~amd64 (Manifest recommit) (diff) | |
download | gentoo-2-3a10e12fa6f70f668153970d8f6480e604a316f7.tar.gz gentoo-2-3a10e12fa6f70f668153970d8f6480e604a316f7.tar.bz2 gentoo-2-3a10e12fa6f70f668153970d8f6480e604a316f7.zip |
arm KEYWORDS
Diffstat (limited to 'net-mail/checkpassword')
-rw-r--r-- | net-mail/checkpassword/checkpassword-0.90-r1.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/net-mail/checkpassword/checkpassword-0.90-r1.ebuild b/net-mail/checkpassword/checkpassword-0.90-r1.ebuild index 24151c9e2246..3b46b4ce2f00 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-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.11 2004/04/10 04:38:08 kumba Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/checkpassword/checkpassword-0.90-r1.ebuild,v 1.12 2004/05/25 21:51:24 vapier Exp $ inherit eutils gcc @@ -10,7 +10,8 @@ SRC_URI="http://cr.yp.to/checkpwd/${P}.tar.gz" LICENSE="as-is" SLOT="0" -KEYWORDS="x86 ppc sparc alpha mips ~hppa amd64 ia64" +KEYWORDS="x86 ppc sparc mips alpha arm hppa amd64 ia64" +IUSE="" src_unpack() { unpack ${A} @@ -32,6 +33,6 @@ src_compile() { src_install() { into / - dobin checkpassword + dobin checkpassword || die dodoc CHANGES README TODO VERSION FILES SYSDEPS TARGETS } |