diff options
author | 2008-04-14 18:38:25 +0000 | |
---|---|---|
committer | 2008-04-14 18:38:25 +0000 | |
commit | f60772509431fa57f1c836a7739a7bcd45b5b0b1 (patch) | |
tree | 7308cd39fe83d3f04821cb7a145ed0ea8f6238e4 /sys-apps/pmount | |
parent | Stable on ppc64 (diff) | |
download | gentoo-2-f60772509431fa57f1c836a7739a7bcd45b5b0b1.tar.gz gentoo-2-f60772509431fa57f1c836a7739a7bcd45b5b0b1.tar.bz2 gentoo-2-f60772509431fa57f1c836a7739a7bcd45b5b0b1.zip |
cryptsetup-luks -> cryptsetup
(Portage version: 2.1.5_rc3)
Diffstat (limited to 'sys-apps/pmount')
-rw-r--r-- | sys-apps/pmount/ChangeLog | 6 | ||||
-rw-r--r-- | sys-apps/pmount/pmount-0.9.16.ebuild | 4 | ||||
-rw-r--r-- | sys-apps/pmount/pmount-0.9.17.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/sys-apps/pmount/ChangeLog b/sys-apps/pmount/ChangeLog index 9adf4e3d116a..1c7f4859eef9 100644 --- a/sys-apps/pmount/ChangeLog +++ b/sys-apps/pmount/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-apps/pmount # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/pmount/ChangeLog,v 1.57 2008/02/21 13:12:23 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/pmount/ChangeLog,v 1.58 2008/04/14 18:38:25 cardoe Exp $ + + 14 Apr 2008; Doug Goldstein <cardoe@gentoo.org> pmount-0.9.16.ebuild, + pmount-0.9.17.ebuild: + cryptsetup-luks -> cryptsetup 21 Feb 2008; Diego Pettenò <flameeyes@gentoo.org> pmount-0.9.17.ebuild: Fix SRC_URI. diff --git a/sys-apps/pmount/pmount-0.9.16.ebuild b/sys-apps/pmount/pmount-0.9.16.ebuild index 6046670d6c8c..fb35a9f29000 100644 --- a/sys-apps/pmount/pmount-0.9.16.ebuild +++ b/sys-apps/pmount/pmount-0.9.16.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/pmount/pmount-0.9.16.ebuild,v 1.10 2008/01/27 23:43:39 leio Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/pmount/pmount-0.9.16.ebuild,v 1.11 2008/04/14 18:38:25 cardoe Exp $ inherit eutils @@ -15,7 +15,7 @@ IUSE="crypt hal" RDEPEND="hal? ( >=sys-apps/dbus-0.33 >=sys-apps/hal-0.5.2 ) >=sys-fs/sysfsutils-1.3.0 - crypt? ( || ( >=sys-fs/cryptsetup-1.0.5 sys-fs/cryptsetup-luks ) )" + crypt? ( >=sys-fs/cryptsetup-1.0.5 )" DEPEND="${RDEPEND} >=dev-util/intltool-0.21" diff --git a/sys-apps/pmount/pmount-0.9.17.ebuild b/sys-apps/pmount/pmount-0.9.17.ebuild index f37eca646cb0..99f7dbcd014b 100644 --- a/sys-apps/pmount/pmount-0.9.17.ebuild +++ b/sys-apps/pmount/pmount-0.9.17.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/pmount/pmount-0.9.17.ebuild,v 1.2 2008/02/21 13:12:23 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/pmount/pmount-0.9.17.ebuild,v 1.3 2008/04/14 18:38:25 cardoe Exp $ inherit eutils @@ -15,7 +15,7 @@ IUSE="crypt hal" RDEPEND="hal? ( >=sys-apps/dbus-0.33 >=sys-apps/hal-0.5.2 ) >=sys-fs/sysfsutils-1.3.0 - crypt? ( || ( >=sys-fs/cryptsetup-1.0.5 sys-fs/cryptsetup-luks ) )" + crypt? ( >=sys-fs/cryptsetup-1.0.5 )" DEPEND="${RDEPEND} >=dev-util/intltool-0.21" |