diff options
author | Benjamin Smee <strerror@gentoo.org> | 2005-11-26 00:16:09 +0000 |
---|---|---|
committer | Benjamin Smee <strerror@gentoo.org> | 2005-11-26 00:16:09 +0000 |
commit | 73109ccbc0b405befe0d484d9276917526da8512 (patch) | |
tree | 9903b89fb1f337d3e94aa9997c810a30fcca4b7b /sys-fs/cryptsetup-luks | |
parent | removed 1.0 ebuild (diff) | |
download | historical-73109ccbc0b405befe0d484d9276917526da8512.tar.gz historical-73109ccbc0b405befe0d484d9276917526da8512.tar.bz2 historical-73109ccbc0b405befe0d484d9276917526da8512.zip |
removed multilib eclass as no longer needed
Package-Manager: portage-2.0.51.22-r3
Diffstat (limited to 'sys-fs/cryptsetup-luks')
-rw-r--r-- | sys-fs/cryptsetup-luks/Manifest | 2 | ||||
-rw-r--r-- | sys-fs/cryptsetup-luks/cryptsetup-luks-1.0.1-r1.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/sys-fs/cryptsetup-luks/Manifest b/sys-fs/cryptsetup-luks/Manifest index 34ad9c773d63..cd807d362644 100644 --- a/sys-fs/cryptsetup-luks/Manifest +++ b/sys-fs/cryptsetup-luks/Manifest @@ -1,5 +1,5 @@ MD5 e61211b214547ee5d6078460df84463a cryptsetup-luks-1.0.1.ebuild 2151 -MD5 80fefee20968a47c4c7a68c11e5e6690 cryptsetup-luks-1.0.1-r1.ebuild 1927 +MD5 b1ccb0469689fb0a94002f8dc4e3aea3 cryptsetup-luks-1.0.1-r1.ebuild 1918 MD5 66c1f7dfa9c09e11c9e248dd7ec07a5e cryptsetup-luks-1.0-r1.ebuild 2126 MD5 6e3e82be44b3332d6cda7a23c9b210e9 ChangeLog 2017 MD5 6c788beeca78bd11e5cd6e759e52fadc metadata.xml 228 diff --git a/sys-fs/cryptsetup-luks/cryptsetup-luks-1.0.1-r1.ebuild b/sys-fs/cryptsetup-luks/cryptsetup-luks-1.0.1-r1.ebuild index a0b71cb4b418..b54a8cf2b34f 100644 --- a/sys-fs/cryptsetup-luks/cryptsetup-luks-1.0.1-r1.ebuild +++ b/sys-fs/cryptsetup-luks/cryptsetup-luks-1.0.1-r1.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/cryptsetup-luks/cryptsetup-luks-1.0.1-r1.ebuild,v 1.1 2005/11/25 16:00:53 strerror Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/cryptsetup-luks/cryptsetup-luks-1.0.1-r1.ebuild,v 1.2 2005/11/26 00:16:09 strerror Exp $ -inherit linux-info eutils multilib flag-o-matic +inherit linux-info eutils flag-o-matic DESCRIPTION="Tool to setup encrypted devices with dm-crypt" HOMEPAGE="http://clemens.endorphin.org/LUKS/" |