mirror of
https://github.com/flatcar/scripts.git
synced 2026-05-04 11:51:14 +02:00
Merge pull request #271 from marineam/fix-thin
Fix LVM/thin dependencies
This commit is contained in:
commit
b89bafc14d
@ -195,6 +195,15 @@ RDEPEND="${RDEPEND}
|
||||
dev-util/lcov
|
||||
"
|
||||
|
||||
# Pull tis into / or patch the lvm ebuild to configure with:
|
||||
# --with-thin-check=/sbin/thin_check
|
||||
# --with-thin-dump=/sbin/thin_dump
|
||||
# --with-thin-repair=/sbin/thin_repair
|
||||
# This will work for now until the proper fix is merged upstream.
|
||||
RDEPEND="${RDEPEND}
|
||||
>=sys-block/thin-provisioning-tools-0.2.8-r1
|
||||
"
|
||||
|
||||
# Uninstall these packages.
|
||||
RDEPEND="${RDEPEND}
|
||||
!net-misc/dhcpcd
|
||||
|
||||
@ -69,3 +69,6 @@
|
||||
=sys-fs/aufs-util-3* ~amd64
|
||||
=sys-fs/aufs-headers-3* ~amd64
|
||||
=dev-util/boost-build-1.52.0-r1 ~amd64
|
||||
|
||||
# Fixes ruby dependency
|
||||
=sys-block/thin-provisioning-tools-0.2.8-r1 ~amd64
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user