diff options
author | Steve Dibb <beandog@gentoo.org> | 2007-04-27 01:05:22 +0000 |
---|---|---|
committer | Steve Dibb <beandog@gentoo.org> | 2007-04-27 01:05:22 +0000 |
commit | 199b6553270dce73ef8cd49b20558f6e66aff288 (patch) | |
tree | d53297be8df5c300fdd04c474a21096523b2ad5f /app-crypt | |
parent | Remove old versions, remove references to modules-update (it's now update-mod... (diff) | |
download | gentoo-2-199b6553270dce73ef8cd49b20558f6e66aff288.tar.gz gentoo-2-199b6553270dce73ef8cd49b20558f6e66aff288.tar.bz2 gentoo-2-199b6553270dce73ef8cd49b20558f6e66aff288.zip |
amd64 stable, bug 176159
(Portage version: 2.1.2.4)
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/truecrypt/ChangeLog | 5 | ||||
-rw-r--r-- | app-crypt/truecrypt/truecrypt-4.3.ebuild | 7 |
2 files changed, 7 insertions, 5 deletions
diff --git a/app-crypt/truecrypt/ChangeLog b/app-crypt/truecrypt/ChangeLog index 9cad9fbcfe79..7b646c530517 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.17 2007/03/27 12:21:48 alonbl Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/truecrypt/ChangeLog,v 1.18 2007/04/27 01:05:22 beandog Exp $ + + 27 Apr 2007; Steve Dibb <beandog@gentoo.org> truecrypt-4.3.ebuild: + amd64 stable, bug 176159 27 Mar 2007; Alon Bar-Lev <alonbl@gentoo.org> truecrypt-4.2a-r3.ebuild, truecrypt-4.3.ebuild: diff --git a/app-crypt/truecrypt/truecrypt-4.3.ebuild b/app-crypt/truecrypt/truecrypt-4.3.ebuild index 933ff0121643..781248c89aae 100644 --- a/app-crypt/truecrypt/truecrypt-4.3.ebuild +++ b/app-crypt/truecrypt/truecrypt-4.3.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.3.ebuild,v 1.2 2007/03/27 12:21:48 alonbl Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/truecrypt/truecrypt-4.3.ebuild,v 1.3 2007/04/27 01:05:22 beandog Exp $ # # NOTES: @@ -12,7 +12,7 @@ # by upstream, but by other users. # -inherit linux-mod toolchain-funcs +inherit linux-mod toolchain-funcs multilib DESCRIPTION="Free open-source disk encryption software" HOMEPAGE="http://www.truecrypt.org/" @@ -20,7 +20,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="" RDEPEND="sys-fs/device-mapper" @@ -103,4 +103,3 @@ dmcrypt_check() { epause 10 fi } - |