diff options
author | 2008-08-17 05:03:02 +0000 | |
---|---|---|
committer | 2008-08-17 05:03:02 +0000 | |
commit | 9e5c36b453afc36b31c1c4e80b9f287d60864da8 (patch) | |
tree | 9fc66c9e0c6133d6839ce1fa3901563696a54565 /sys-apps | |
parent | Sparc stable --- Bug #234984 --- Delfador says we're good. (diff) | |
download | gentoo-2-9e5c36b453afc36b31c1c4e80b9f287d60864da8.tar.gz gentoo-2-9e5c36b453afc36b31c1c4e80b9f287d60864da8.tar.bz2 gentoo-2-9e5c36b453afc36b31c1c4e80b9f287d60864da8.zip |
remove reference to sys-fs/cryptsetup-luks which has gone away
(Portage version: 2.1.4.4)
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/hal/ChangeLog | 6 | ||||
-rw-r--r-- | sys-apps/hal/hal-0.5.11-r1.ebuild | 9 | ||||
-rw-r--r-- | sys-apps/hal/hal-0.5.11.ebuild | 9 |
3 files changed, 9 insertions, 15 deletions
diff --git a/sys-apps/hal/ChangeLog b/sys-apps/hal/ChangeLog index c258937fb929..26fbc772fa7a 100644 --- a/sys-apps/hal/ChangeLog +++ b/sys-apps/hal/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-apps/hal # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/hal/ChangeLog,v 1.245 2008/08/05 20:05:52 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/hal/ChangeLog,v 1.246 2008/08/17 05:03:02 mr_bones_ Exp $ + + 17 Aug 2008; Michael Sterrett <mr_bones_@gentoo.org> hal-0.5.11.ebuild, + hal-0.5.11-r1.ebuild: + remove reference to sys-fs/cryptsetup-luks which has gone away 05 Aug 2008; Tobias Klausmann <klausman@gentoo.org> hal-0.5.11-r1.ebuild: Stable on alpha, bug #222219 diff --git a/sys-apps/hal/hal-0.5.11-r1.ebuild b/sys-apps/hal/hal-0.5.11-r1.ebuild index 94318d39106f..b46def224054 100644 --- a/sys-apps/hal/hal-0.5.11-r1.ebuild +++ b/sys-apps/hal/hal-0.5.11-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/hal/hal-0.5.11-r1.ebuild,v 1.7 2008/08/05 20:05:52 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/hal/hal-0.5.11-r1.ebuild,v 1.8 2008/08/17 05:03:02 mr_bones_ Exp $ inherit eutils linux-info autotools flag-o-matic @@ -34,12 +34,7 @@ RDEPEND=">=dev-libs/dbus-glib-0.61 >=sys-fs/udev-111 >=sys-apps/util-linux-2.13 >=sys-kernel/linux-headers-2.6.19 - crypt? ( - || ( - >=sys-fs/cryptsetup-1.0.5 - >=sys-fs/cryptsetup-luks-1.0.1 - ) - ) + crypt? ( >=sys-fs/cryptsetup-1.0.5 ) ) kernel_FreeBSD? ( dev-libs/libvolume_id ) x86? ( >=sys-apps/dmidecode-2.7 ) diff --git a/sys-apps/hal/hal-0.5.11.ebuild b/sys-apps/hal/hal-0.5.11.ebuild index bd1497ce1c15..5f13e3a421c9 100644 --- a/sys-apps/hal/hal-0.5.11.ebuild +++ b/sys-apps/hal/hal-0.5.11.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/hal/hal-0.5.11.ebuild,v 1.5 2008/05/22 10:52:28 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/hal/hal-0.5.11.ebuild,v 1.6 2008/08/17 05:03:02 mr_bones_ Exp $ inherit eutils linux-info autotools flag-o-matic @@ -34,12 +34,7 @@ RDEPEND=">=dev-libs/dbus-glib-0.61 >=sys-fs/udev-111 >=sys-apps/util-linux-2.13 >=sys-kernel/linux-headers-2.6.19 - crypt? ( - || ( - >=sys-fs/cryptsetup-1.0.5 - >=sys-fs/cryptsetup-luks-1.0.1 - ) - ) + crypt? ( >=sys-fs/cryptsetup-1.0.5 ) ) kernel_FreeBSD? ( dev-libs/libvolume_id ) x86? ( >=sys-apps/dmidecode-2.7 ) |