diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2007-09-14 21:33:34 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2007-09-14 21:33:34 +0000 |
commit | a467ec8ce8238cf15788763629213f651315b4cc (patch) | |
tree | 5a4d8d0eb0cba8fb83447552a6c8537d1f5cc939 /sys-fs/cryptsetup/ChangeLog | |
parent | Bump for security bug #192472 (diff) | |
download | gentoo-2-a467ec8ce8238cf15788763629213f651315b4cc.tar.gz gentoo-2-a467ec8ce8238cf15788763629213f651315b4cc.tar.bz2 gentoo-2-a467ec8ce8238cf15788763629213f651315b4cc.zip |
Removed check for USE=build since it did nothing because cryptsetup isn't in stage1. Removed call to linux-info_pkg_setup to remove requirement on a configured kernel. This fixes bug #148390 from this end, but changes are still needed in linux-info.eclass, which is tracked at bug #192556.
(Portage version: 2.1.3.7)
Diffstat (limited to 'sys-fs/cryptsetup/ChangeLog')
-rw-r--r-- | sys-fs/cryptsetup/ChangeLog | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/sys-fs/cryptsetup/ChangeLog b/sys-fs/cryptsetup/ChangeLog index 1056410f7faa..67b3cbe38f95 100644 --- a/sys-fs/cryptsetup/ChangeLog +++ b/sys-fs/cryptsetup/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for sys-fs/cryptsetup # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/cryptsetup/ChangeLog,v 1.41 2007/08/15 20:51:18 strerror Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/cryptsetup/ChangeLog,v 1.42 2007/09/14 21:33:34 wolf31o2 Exp $ + + 14 Sep 2007; Chris Gianelloni <wolf31o2@gentoo.org> + cryptsetup-1.0.5.ebuild: + Removed check for USE=build since it did nothing because cryptsetup isn't in + stage1. Removed call to linux-info_pkg_setup to remove requirement on a + configured kernel. This fixes bug #148390 from this end, but changes are + still needed in linux-info.eclass, which is tracked at bug #192556. 15 Aug 2007; Benjamin Smee <strerror@gentoo.org> files/1.0.5-dm-crypt-start.sh: |