diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-02-22 16:12:42 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-02-22 16:12:42 +0000 |
commit | 851e01e34d6f654eee6cf2072ff03ecd63c8b0e3 (patch) | |
tree | a42ad515e4a710664fc770eb1970bf6a5527c480 /net-mail/checkpassword | |
parent | bogofilter-0.14.5.4.ebuild, bogofilter-0.15.13.1.ebuild, bogofilter-0.16.4.eb... (diff) | |
download | historical-851e01e34d6f654eee6cf2072ff03ecd63c8b0e3.tar.gz historical-851e01e34d6f654eee6cf2072ff03ecd63c8b0e3.tar.bz2 historical-851e01e34d6f654eee6cf2072ff03ecd63c8b0e3.zip |
checkpassword-0.90-r1.ebuild: Remove arm keywords
Diffstat (limited to 'net-mail/checkpassword')
-rw-r--r-- | net-mail/checkpassword/ChangeLog | 6 | ||||
-rw-r--r-- | net-mail/checkpassword/checkpassword-0.90-r1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/net-mail/checkpassword/ChangeLog b/net-mail/checkpassword/ChangeLog index 0ab46665319f..ba4c3dda0ee8 100644 --- a/net-mail/checkpassword/ChangeLog +++ b/net-mail/checkpassword/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-mail/checkpassword # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/checkpassword/ChangeLog,v 1.11 2004/02/18 14:32:52 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/checkpassword/ChangeLog,v 1.12 2004/02/22 16:12:42 agriffis Exp $ + + 22 Feb 2004; Aron Griffis <agriffis@gentoo.org> + checkpassword-0.90-r1.ebuild: + Remove arm keywords 18 Feb 2004; Aron Griffis <agriffis@gentoo.org> checkpassword-0.90-r1.ebuild: diff --git a/net-mail/checkpassword/checkpassword-0.90-r1.ebuild b/net-mail/checkpassword/checkpassword-0.90-r1.ebuild index 8ed840d3428a..0b1fa5447646 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.8 2004/02/18 14:32:52 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/checkpassword/checkpassword-0.90-r1.ebuild,v 1.9 2004/02/22 16:12:42 agriffis 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 ~amd64 ia64" +KEYWORDS="x86 ppc sparc alpha ~mips ~hppa ~amd64 ia64" src_unpack() { unpack ${A} |