diff options
author | Christoph Mende <angelos@gentoo.org> | 2008-01-02 15:39:38 +0000 |
---|---|---|
committer | Christoph Mende <angelos@gentoo.org> | 2008-01-02 15:39:38 +0000 |
commit | 43e6cbea19c4b900e68f0df9d851f778f2cb0a8c (patch) | |
tree | c199056c01d055b6617fe0ff670ac0f7b24a0840 /app-crypt/mcrypt | |
parent | Stable on amd64 wrt bug #198649 (diff) | |
download | gentoo-2-43e6cbea19c4b900e68f0df9d851f778f2cb0a8c.tar.gz gentoo-2-43e6cbea19c4b900e68f0df9d851f778f2cb0a8c.tar.bz2 gentoo-2-43e6cbea19c4b900e68f0df9d851f778f2cb0a8c.zip |
Stable on amd64 wrt bug #198667
(Portage version: 2.1.4_rc14)
Diffstat (limited to 'app-crypt/mcrypt')
-rw-r--r-- | app-crypt/mcrypt/ChangeLog | 7 | ||||
-rw-r--r-- | app-crypt/mcrypt/mcrypt-2.6.7.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/app-crypt/mcrypt/ChangeLog b/app-crypt/mcrypt/ChangeLog index 267d6cfb904f..2c762bbeeb83 100644 --- a/app-crypt/mcrypt/ChangeLog +++ b/app-crypt/mcrypt/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-crypt/mcrypt -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/mcrypt/ChangeLog,v 1.24 2007/12/31 15:20:15 armin76 Exp $ +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-crypt/mcrypt/ChangeLog,v 1.25 2008/01/02 15:39:38 angelos Exp $ + + 02 Jan 2008; Christoph Mende <angelos@gentoo.org> mcrypt-2.6.7.ebuild: + Stable on amd64 wrt bug #198667 31 Dec 2007; Raúl Porcel <armin76@gentoo.org> mcrypt-2.6.7.ebuild: sparc stable wrt #198667 diff --git a/app-crypt/mcrypt/mcrypt-2.6.7.ebuild b/app-crypt/mcrypt/mcrypt-2.6.7.ebuild index d6ccb9582b07..d4868d3b849e 100644 --- a/app-crypt/mcrypt/mcrypt-2.6.7.ebuild +++ b/app-crypt/mcrypt/mcrypt-2.6.7.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/mcrypt/mcrypt-2.6.7.ebuild,v 1.4 2007/12/31 15:20:15 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/mcrypt/mcrypt-2.6.7.ebuild,v 1.5 2008/01/02 15:39:38 angelos Exp $ inherit eutils @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/mcrypt/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ppc sparc x86" +KEYWORDS="amd64 ppc sparc x86" IUSE="nls" DEPEND=">=dev-libs/libmcrypt-2.5.8 |