diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2007-05-01 06:51:56 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2007-05-01 06:51:56 +0000 |
commit | 94b04dda2fa2e0da9fdaa3570c2aeb787bbb21fc (patch) | |
tree | 4db28e65259011a079785ce0b8989c51ee4afb44 /app-crypt/mcrypt/mcrypt-2.6.4.ebuild | |
parent | Version bump (diff) | |
download | gentoo-2-94b04dda2fa2e0da9fdaa3570c2aeb787bbb21fc.tar.gz gentoo-2-94b04dda2fa2e0da9fdaa3570c2aeb787bbb21fc.tar.bz2 gentoo-2-94b04dda2fa2e0da9fdaa3570c2aeb787bbb21fc.zip |
Version bump. Drop ppc-macos as they removed their keyword on the libmcrypt dep.
(Portage version: 2.1.2.5)
Diffstat (limited to 'app-crypt/mcrypt/mcrypt-2.6.4.ebuild')
-rw-r--r-- | app-crypt/mcrypt/mcrypt-2.6.4.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-crypt/mcrypt/mcrypt-2.6.4.ebuild b/app-crypt/mcrypt/mcrypt-2.6.4.ebuild index 8e54ef9f5f8e..3aee3de2005d 100644 --- a/app-crypt/mcrypt/mcrypt-2.6.4.ebuild +++ b/app-crypt/mcrypt/mcrypt-2.6.4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/mcrypt/mcrypt-2.6.4.ebuild,v 1.14 2005/09/20 18:23:09 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/mcrypt/mcrypt-2.6.4.ebuild,v 1.15 2007/05/01 06:51:56 robbat2 Exp $ DESCRIPTION="replacement of the old unix crypt(1)" HOMEPAGE="http://mcrypt.sourceforge.net/" @@ -8,7 +8,7 @@ SRC_URI="mirror://sourceforge/mcrypt/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ppc ~ppc-macos sparc x86" +KEYWORDS="amd64 ppc sparc x86" IUSE="nls" DEPEND=">=dev-libs/libmcrypt-2.5.7 |