diff options
author | 2010-09-15 15:08:51 +0000 | |
---|---|---|
committer | 2010-09-15 15:08:51 +0000 | |
commit | 35f55e900e4033c2ff7fe6fc8f3a521b47a74a70 (patch) | |
tree | b59403812f3ebad8c649b71aec2242ecac52c541 /app-crypt/mcrypt | |
parent | Update EAPI. Delete dependency already present in @system set. Call python_pk... (diff) | |
download | gentoo-2-35f55e900e4033c2ff7fe6fc8f3a521b47a74a70.tar.gz gentoo-2-35f55e900e4033c2ff7fe6fc8f3a521b47a74a70.tar.bz2 gentoo-2-35f55e900e4033c2ff7fe6fc8f3a521b47a74a70.zip |
stable x86, bug 337158
(Portage version: 2.1.8.3/cvs/Linux i686)
Diffstat (limited to 'app-crypt/mcrypt')
-rw-r--r-- | app-crypt/mcrypt/ChangeLog | 6 | ||||
-rw-r--r-- | app-crypt/mcrypt/mcrypt-2.6.8-r1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/app-crypt/mcrypt/ChangeLog b/app-crypt/mcrypt/ChangeLog index 3c21532edbdd..db65351dfe3d 100644 --- a/app-crypt/mcrypt/ChangeLog +++ b/app-crypt/mcrypt/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-crypt/mcrypt # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/mcrypt/ChangeLog,v 1.28 2010/08/10 17:58:46 darkside Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/mcrypt/ChangeLog,v 1.29 2010/09/15 15:08:51 fauli Exp $ + + 15 Sep 2010; Christian Faulhammer <fauli@gentoo.org> + mcrypt-2.6.8-r1.ebuild: + stable x86, bug 337158 *mcrypt-2.6.8-r1 (10 Aug 2010) diff --git a/app-crypt/mcrypt/mcrypt-2.6.8-r1.ebuild b/app-crypt/mcrypt/mcrypt-2.6.8-r1.ebuild index ef861e7a0cd8..2876bd342470 100644 --- a/app-crypt/mcrypt/mcrypt-2.6.8-r1.ebuild +++ b/app-crypt/mcrypt/mcrypt-2.6.8-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/mcrypt/mcrypt-2.6.8-r1.ebuild,v 1.1 2010/08/10 17:58:46 darkside Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/mcrypt/mcrypt-2.6.8-r1.ebuild,v 1.2 2010/09/15 15:08:51 fauli Exp $ EAPI="2" @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/mcrypt/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~x86-macos" +KEYWORDS="~amd64 ~ppc ~sparc x86 ~x86-macos" IUSE="nls" DEPEND=">=dev-libs/libmcrypt-2.5.8 |