diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-02-22 18:13:56 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-02-22 18:13:56 +0000 |
commit | 3078eab42c4ec516292f91210923bf0e1476a208 (patch) | |
tree | f011c94a30e5a1c4ec9bb31b7721369e8b1d5141 /app-crypt/cli-crypt | |
parent | Remove arm keywords (diff) | |
download | historical-3078eab42c4ec516292f91210923bf0e1476a208.tar.gz historical-3078eab42c4ec516292f91210923bf0e1476a208.tar.bz2 historical-3078eab42c4ec516292f91210923bf0e1476a208.zip |
Remove arm keywords
Diffstat (limited to 'app-crypt/cli-crypt')
-rw-r--r-- | app-crypt/cli-crypt/cli-crypt-1.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-crypt/cli-crypt/cli-crypt-1.0.ebuild b/app-crypt/cli-crypt/cli-crypt-1.0.ebuild index cae9784dc834..446238a5c50a 100644 --- a/app-crypt/cli-crypt/cli-crypt-1.0.ebuild +++ b/app-crypt/cli-crypt/cli-crypt-1.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/cli-crypt/cli-crypt-1.0.ebuild,v 1.7 2003/02/13 06:14:03 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/cli-crypt/cli-crypt-1.0.ebuild,v 1.8 2004/02/22 18:10:39 agriffis Exp $ S=${WORKDIR}/${P} DESCRIPTION="Command-line interface to crypt(3)" @@ -9,7 +9,7 @@ SRC_URI="http://www.xjack.org/downloads/${P}.tar.gz" SLOT="0" LICENSE="GPL-2" -KEYWORDS="x86 ppc sparc " +KEYWORDS="x86 ppc sparc" DEPEND="virtual/glibc" |