Skip to content

Commit

Permalink
sys-libs/libblockdev: Add slot label
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniele Rondina committed Mar 31, 2023
1 parent 235ca2c commit 015d60d
Showing 1 changed file with 15 additions and 4 deletions.
19 changes: 15 additions & 4 deletions packages/atoms/base/sys-libs/libblockdev/definition.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ use_flags:
- -escrow
- -lvm
- -python_single_target_python2_7
- -python_single_target_python3_10
- -python_single_target_python3_8
- -python_single_target_python3_9
- -vdo
- cryptsetup
- python_single_target_python3_7
Expand Down Expand Up @@ -43,20 +46,28 @@ labels:
>=sys-block/parted-3.1 cryptsetup? ( escrow? ( >=dev-libs/nss-3.18.0 dev-libs/volume_key
) >=sys-fs/cryptsetup-1.6.7:= ) device-mapper? ( sys-fs/lvm2 ) dmraid? ( sys-fs/dmraid
sys-fs/lvm2 ) lvm? ( sys-fs/lvm2 virtual/udev ) vdo? ( dev-libs/libyaml ) python_single_target_python3_7?
( dev-lang/python:3.7 >=dev-lang/python-exec-2:=[python_targets_python3_7] ) python_single_target_python2_7?
( dev-lang/python:3.7 >=dev-lang/python-exec-2:=[python_targets_python3_7] ) python_single_target_python3_9?
( dev-lang/python:3.9 >=dev-lang/python-exec-2:=[python_targets_python3_9] ) python_single_target_python3_8?
( dev-lang/python:3.8 >=dev-lang/python-exec-2:=[python_targets_python3_8] ) python_single_target_python2_7?
( >=dev-lang/python-2.7.5-r2:2.7 >=dev-lang/python-exec-2:=[python_targets_python2_7]
) python_single_target_python3_10? ( dev-lang/python:3.10 >=dev-lang/python-exec-2:=[python_targets_python3_10]
)'
IUSE: bcache +cryptsetup device-mapper dmraid escrow gtk-doc lvm kbd test +tools
vdo python_single_target_python3_7 python_single_target_python2_7 python_targets_python3_7
python_targets_python2_7
vdo python_single_target_python3_7 python_single_target_python3_9 python_single_target_python3_8
python_single_target_python2_7 python_single_target_python3_10 python_targets_python3_7
python_targets_python3_9 python_targets_python3_8 python_targets_python2_7 python_targets_python3_10
RDEPEND: '>=dev-libs/glib-2.42.2 dev-libs/libbytesize >=sys-apps/kmod-19 >=sys-apps/util-linux-2.27
>=sys-block/parted-3.1 cryptsetup? ( escrow? ( >=dev-libs/nss-3.18.0 dev-libs/volume_key
) >=sys-fs/cryptsetup-1.6.7:= ) device-mapper? ( sys-fs/lvm2 ) dmraid? ( sys-fs/dmraid
sys-fs/lvm2 ) lvm? ( sys-fs/lvm2 virtual/udev ) vdo? ( dev-libs/libyaml ) python_single_target_python3_7?
( dev-lang/python:3.7 >=dev-lang/python-exec-2:=[python_targets_python3_7] ) python_single_target_python2_7?
( dev-lang/python:3.7 >=dev-lang/python-exec-2:=[python_targets_python3_7] ) python_single_target_python3_9?
( dev-lang/python:3.9 >=dev-lang/python-exec-2:=[python_targets_python3_9] ) python_single_target_python3_8?
( dev-lang/python:3.8 >=dev-lang/python-exec-2:=[python_targets_python3_8] ) python_single_target_python2_7?
( >=dev-lang/python-2.7.5-r2:2.7 >=dev-lang/python-exec-2:=[python_targets_python2_7]
) python_single_target_python3_10? ( dev-lang/python:3.10 >=dev-lang/python-exec-2:=[python_targets_python3_10]
)'
emerge.packages: sys-libs/libblockdev
kit: core-kit
original.package.name: sys-libs/libblockdev
original.package.slot: "0"
original.package.version: "2.22"

0 comments on commit 015d60d

Please sign in to comment.