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 | 28b05f2998fb1f6f1dcbbae2c7fcd4c7f1ea167d (patch) | |
tree | e6fa0690376fff6985094af648455591b5eb31b1 /sys-fs/cryptsetup-luks/cryptsetup-luks-1.0.1-r1.ebuild | |
parent | removed 1.0 ebuild (diff) | |
download | gentoo-2-28b05f2998fb1f6f1dcbbae2c7fcd4c7f1ea167d.tar.gz gentoo-2-28b05f2998fb1f6f1dcbbae2c7fcd4c7f1ea167d.tar.bz2 gentoo-2-28b05f2998fb1f6f1dcbbae2c7fcd4c7f1ea167d.zip |
removed multilib eclass as no longer needed
(Portage version: 2.0.51.22-r3)
Diffstat (limited to 'sys-fs/cryptsetup-luks/cryptsetup-luks-1.0.1-r1.ebuild')
-rw-r--r-- | sys-fs/cryptsetup-luks/cryptsetup-luks-1.0.1-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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/" |