diff options
author | 2007-04-22 10:19:17 +0000 | |
---|---|---|
committer | 2007-04-22 10:19:17 +0000 | |
commit | 41a92a7516a82890ad18cd22d5b52f09a366e3eb (patch) | |
tree | b34d4b7412ad13ea7796ada3a02d49517a393c44 /app-crypt/aesutil/aesutil-1.0.7.ebuild | |
parent | Use do{conf,init}d, bug #174266. (diff) | |
download | gentoo-2-41a92a7516a82890ad18cd22d5b52f09a366e3eb.tar.gz gentoo-2-41a92a7516a82890ad18cd22d5b52f09a366e3eb.tar.bz2 gentoo-2-41a92a7516a82890ad18cd22d5b52f09a366e3eb.zip |
Added ~ppc64
(Portage version: 2.1.2.2)
Diffstat (limited to 'app-crypt/aesutil/aesutil-1.0.7.ebuild')
-rw-r--r-- | app-crypt/aesutil/aesutil-1.0.7.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-crypt/aesutil/aesutil-1.0.7.ebuild b/app-crypt/aesutil/aesutil-1.0.7.ebuild index 1022799b4ddd..bf88e8498d25 100644 --- a/app-crypt/aesutil/aesutil-1.0.7.ebuild +++ b/app-crypt/aesutil/aesutil-1.0.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/aesutil/aesutil-1.0.7.ebuild,v 1.1 2007/04/20 23:59:18 alonbl Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/aesutil/aesutil-1.0.7.ebuild,v 1.2 2007/04/22 10:19:17 corsair Exp $ MY_P="${PN/util/}-${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="alpha amd64 hppa ppc ~ppc-macos sparc x86" +KEYWORDS="alpha amd64 hppa ppc ~ppc-macos ~ppc64 sparc x86" IUSE="" DEPEND="virtual/libc" |