diff options
author | 2005-04-21 18:02:00 +0000 | |
---|---|---|
committer | 2005-04-21 18:02:00 +0000 | |
commit | 3fd9199dd7288f65a2d8fe6b2f8329c1bfba53d4 (patch) | |
tree | e2dd4ef64dc6979431b969f2418f1d0651be7c2c /app-crypt/aes-crypt/aes-crypt-1.0.7.ebuild | |
parent | stable amd64 (diff) | |
download | gentoo-2-3fd9199dd7288f65a2d8fe6b2f8329c1bfba53d4.tar.gz gentoo-2-3fd9199dd7288f65a2d8fe6b2f8329c1bfba53d4.tar.bz2 gentoo-2-3fd9199dd7288f65a2d8fe6b2f8329c1bfba53d4.zip |
stable amd64
(Portage version: 2.0.51.19)
Diffstat (limited to 'app-crypt/aes-crypt/aes-crypt-1.0.7.ebuild')
-rw-r--r-- | app-crypt/aes-crypt/aes-crypt-1.0.7.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-crypt/aes-crypt/aes-crypt-1.0.7.ebuild b/app-crypt/aes-crypt/aes-crypt-1.0.7.ebuild index 975b735c8d34..f18d7360e654 100644 --- a/app-crypt/aes-crypt/aes-crypt-1.0.7.ebuild +++ b/app-crypt/aes-crypt/aes-crypt-1.0.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/aes-crypt/aes-crypt-1.0.7.ebuild,v 1.10 2005/01/01 12:23:29 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/aes-crypt/aes-crypt-1.0.7.ebuild,v 1.11 2005/04/21 17:58:24 blubb Exp $ MY_P="${PN/-crypt/}-${PV}" DESCRIPTION="Command line program ('aes') to encrypt and decrypt data using the Rijndael algorithm" @@ -9,7 +9,7 @@ SRC_URI="http://my.cubic.ch/users/timtas/aes/${MY_P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="x86 ppc sparc alpha hppa ~amd64" +KEYWORDS="x86 ppc sparc alpha hppa amd64" IUSE="" DEPEND="virtual/libc" |