diff options
-rw-r--r-- | app-crypt/truecrypt/ChangeLog | 5 | ||||
-rw-r--r-- | app-crypt/truecrypt/truecrypt-4.2a-r1.ebuild | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/app-crypt/truecrypt/ChangeLog b/app-crypt/truecrypt/ChangeLog index 74f5d3f5c6f8..355572fbff4b 100644 --- a/app-crypt/truecrypt/ChangeLog +++ b/app-crypt/truecrypt/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-crypt/truecrypt # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/truecrypt/ChangeLog,v 1.12 2007/01/29 09:16:08 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/truecrypt/ChangeLog,v 1.13 2007/02/05 00:40:24 beandog Exp $ + + 05 Feb 2007; Steve Dibb <beandog@gentoo.org> truecrypt-4.2a-r1.ebuild: + amd64 stable, bug 164077 29 Jan 2007; Christian Faulhammer <opfer@gentoo.org> truecrypt-4.2a-r1.ebuild: diff --git a/app-crypt/truecrypt/truecrypt-4.2a-r1.ebuild b/app-crypt/truecrypt/truecrypt-4.2a-r1.ebuild index 615d7ae09e42..3070499ea05f 100644 --- a/app-crypt/truecrypt/truecrypt-4.2a-r1.ebuild +++ b/app-crypt/truecrypt/truecrypt-4.2a-r1.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/truecrypt/truecrypt-4.2a-r1.ebuild,v 1.4 2007/01/29 09:16:08 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/truecrypt/truecrypt-4.2a-r1.ebuild,v 1.5 2007/02/05 00:40:24 beandog Exp $ inherit linux-mod toolchain-funcs @@ -10,7 +10,7 @@ SRC_URI="http://www.truecrypt.org/downloads/truecrypt-${PV}-source-code.tar.gz" LICENSE="truecrypt-collective-1.0" SLOT="0" -KEYWORDS="~amd64 x86" +KEYWORDS="amd64 x86" IUSE="" DEPEND="virtual/linux-sources @@ -102,4 +102,3 @@ dmcrypt_check() { epause 10 fi } - |