diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2006-06-11 10:20:47 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2006-06-11 10:20:47 +0000 |
commit | ca729667013041c687e91eec67210cc8b1345ce8 (patch) | |
tree | f189fc220887a1d16243e85e432df534c1a642f3 /dev-libs/libmcrypt | |
parent | stable amd64 (diff) | |
download | gentoo-2-ca729667013041c687e91eec67210cc8b1345ce8.tar.gz gentoo-2-ca729667013041c687e91eec67210cc8b1345ce8.tar.bz2 gentoo-2-ca729667013041c687e91eec67210cc8b1345ce8.zip |
libmcrypt behaves badly with confcache.
(Portage version: 2.1)
Diffstat (limited to 'dev-libs/libmcrypt')
-rw-r--r-- | dev-libs/libmcrypt/ChangeLog | 7 | ||||
-rw-r--r-- | dev-libs/libmcrypt/libmcrypt-2.5.7.ebuild | 3 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-libs/libmcrypt/ChangeLog b/dev-libs/libmcrypt/ChangeLog index 47afc6637f03..0cd9e69bc12b 100644 --- a/dev-libs/libmcrypt/ChangeLog +++ b/dev-libs/libmcrypt/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/libmcrypt -# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libmcrypt/ChangeLog,v 1.29 2005/05/10 10:48:31 swegener Exp $ +# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libmcrypt/ChangeLog,v 1.30 2006/06/11 10:20:47 robbat2 Exp $ + + 11 Jun 2006; Robin H. Johnson <robbat2@gentoo.org> libmcrypt-2.5.7.ebuild: + libmcrypt behaves badly with confcache. 20 Feb 2005; Hardave Riar <hardave@gentoo.org> libmcrypt-2.5.7.ebuild: Stable on mips diff --git a/dev-libs/libmcrypt/libmcrypt-2.5.7.ebuild b/dev-libs/libmcrypt/libmcrypt-2.5.7.ebuild index 67c3d49a9b2b..03ebd09b1f2b 100644 --- a/dev-libs/libmcrypt/libmcrypt-2.5.7.ebuild +++ b/dev-libs/libmcrypt/libmcrypt-2.5.7.ebuild @@ -1,9 +1,10 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libmcrypt/libmcrypt-2.5.7.ebuild,v 1.21 2006/01/17 02:12:40 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libmcrypt/libmcrypt-2.5.7.ebuild,v 1.22 2006/06/11 10:20:47 robbat2 Exp $ inherit eutils libtool +RESTRICT="confcache" DESCRIPTION="libmcrypt is a library that provides uniform interface to access several encryption algorithms." HOMEPAGE="http://mcrypt.sourceforge.net/" SRC_URI="mirror://sourceforge/mcrypt/${P}.tar.gz" |