summaryrefslogtreecommitdiff
path: root/sys-fs
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2013-09-14 14:39:36 +0000
committerPacho Ramos <pacho@gentoo.org>2013-09-14 14:39:36 +0000
commit2a3ba7d595db14bd4bf47de211c7ac29af45eb4a (patch)
tree606007623f2cde4461b90360e2ad4573d2ab25da /sys-fs
parentStable for HPPA (bug #484810). (diff)
downloadgentoo-2-2a3ba7d595db14bd4bf47de211c7ac29af45eb4a.tar.gz
gentoo-2-2a3ba7d595db14bd4bf47de211c7ac29af45eb4a.tar.bz2
gentoo-2-2a3ba7d595db14bd4bf47de211c7ac29af45eb4a.zip
Fix DEPEND on thin-provisioning-tools (#484722 by Alexander Tsoy)
(Portage version: 2.2.4/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'sys-fs')
-rw-r--r--sys-fs/lvm2/ChangeLog5
-rw-r--r--sys-fs/lvm2/lvm2-2.02.100.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-fs/lvm2/ChangeLog b/sys-fs/lvm2/ChangeLog
index 0c62fe8ae67f..a03e671a7df1 100644
--- a/sys-fs/lvm2/ChangeLog
+++ b/sys-fs/lvm2/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-fs/lvm2
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/lvm2/ChangeLog,v 1.316 2013/09/12 21:08:43 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/lvm2/ChangeLog,v 1.317 2013/09/14 14:39:36 pacho Exp $
+
+ 14 Sep 2013; Pacho Ramos <pacho@gentoo.org> lvm2-2.02.100.ebuild:
+ Fix DEPEND on thin-provisioning-tools (#484722 by Alexander Tsoy)
*lvm2-2.02.100 (12 Sep 2013)
diff --git a/sys-fs/lvm2/lvm2-2.02.100.ebuild b/sys-fs/lvm2/lvm2-2.02.100.ebuild
index 3bf217dad605..48c0e46ab428 100644
--- a/sys-fs/lvm2/lvm2-2.02.100.ebuild
+++ b/sys-fs/lvm2/lvm2-2.02.100.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/lvm2/lvm2-2.02.100.ebuild,v 1.1 2013/09/12 21:08:43 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/lvm2/lvm2-2.02.100.ebuild,v 1.2 2013/09/14 14:39:36 pacho Exp $
EAPI=5
inherit autotools eutils linux-info multilib systemd toolchain-funcs udev
@@ -29,7 +29,7 @@ RDEPEND="${DEPEND_COMMON}
!!sys-fs/lvm-user
>=sys-apps/util-linux-2.16
lvm2create_initrd? ( sys-apps/makedev )
- thin? ( sys-block/thin-provisioning-tools )"
+ thin? ( >=sys-block/thin-provisioning-tools-0.2.1 )"
DEPEND="${DEPEND_COMMON}
virtual/pkgconfig
>=sys-devel/binutils-2.20.1-r1