diff options
author | Ian Jordan <immoloism@gmail.com> | 2024-11-16 07:16:08 +0000 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2024-11-17 11:14:53 -0500 |
commit | f2ddef6937d5a4139b7089d7aa1a5bf6f9ed5614 (patch) | |
tree | ee0fb7c46696cd1b7fefa62beca0107fafca4f57 /sys-fs | |
parent | sys-fs/lvm2: fix thin automagic (diff) | |
download | gentoo-f2ddef6937d5a4139b7089d7aa1a5bf6f9ed5614.tar.gz gentoo-f2ddef6937d5a4139b7089d7aa1a5bf6f9ed5614.tar.bz2 gentoo-f2ddef6937d5a4139b7089d7aa1a5bf6f9ed5614.zip |
sys-fs/lvm2: Change thin RDEP to PDEP
commit 5650003ebef651c68f02f000feb4b2a758dd7e37 stabled a version of
sys-block/thin-provisioning-tools which causes a circular dependency
which breaks thin support in Gentoo install media.
This fix changes the RDEPEND to a PDEPEND which removes the circular
and allows all the functionality it once did.
Signed-off-by: Ian Jordan <immoloism@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/39342
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Diffstat (limited to 'sys-fs')
-rw-r--r-- | sys-fs/lvm2/lvm2-2.03.22-r6.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys-fs/lvm2/lvm2-2.03.22-r6.ebuild b/sys-fs/lvm2/lvm2-2.03.22-r6.ebuild index 0a46f4913903..e1897145f5bc 100644 --- a/sys-fs/lvm2/lvm2-2.03.22-r6.ebuild +++ b/sys-fs/lvm2/lvm2-2.03.22-r6.ebuild @@ -38,8 +38,11 @@ DEPEND_COMMON=" RDEPEND=" ${DEPEND_COMMON} >=sys-apps/baselayout-2.2 + lvm? ( virtual/tmpfiles ) +" + +PDEPEND=" lvm? ( - virtual/tmpfiles thin? ( >=sys-block/thin-provisioning-tools-1.0.6 ) ) " |