sys-libs/libblockdev: Revbump to rename "crypt" USE flag to "cryptsetup"

Closes: https://bugs.gentoo.org/640360
Package-Manager: Portage-2.3.18, Repoman-2.3.6
This commit is contained in:
Lars Wendler
2017-12-13 14:31:02 +01:00
parent b62951b97d
commit d8cdc53a15
3 changed files with 7 additions and 6 deletions

View File

@@ -15,14 +15,14 @@ SRC_URI="https://github.com/rhinstaller/${PN}/archive/${MY_PV}.tar.gz -> ${MY_P}
LICENSE="LGPL-2+"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE="bcache +crypt dmraid doc lvm kbd test"
IUSE="bcache +cryptsetup dmraid doc lvm kbd test"
CDEPEND="
>=dev-libs/glib-2.42.2
dev-libs/libbytesize
>=sys-apps/util-linux-2.27
>=sys-block/parted-3.1
crypt? (
cryptsetup? (
>=dev-libs/nss-3.18.0
dev-libs/volume_key
>=sys-fs/cryptsetup-1.6.7
@@ -71,7 +71,7 @@ src_configure() {
--without-mpath
$(use_enable test tests)
$(use_with bcache)
$(use_with crypt crypto)
$(use_with cryptsetup crypto)
$(use_with dmraid dm)
$(use_with doc gtk-doc)
$(use_with lvm lvm)

View File

@@ -15,14 +15,14 @@ SRC_URI="https://github.com/rhinstaller/${PN}/archive/${MY_PV}.tar.gz -> ${MY_P}
LICENSE="LGPL-2+"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="bcache +crypt dmraid doc lvm kbd test"
IUSE="bcache +cryptsetup dmraid doc lvm kbd test"
CDEPEND="
>=dev-libs/glib-2.42.2
dev-libs/libbytesize
>=sys-apps/util-linux-2.27
>=sys-block/parted-3.1
crypt? (
cryptsetup? (
>=dev-libs/nss-3.18.0
dev-libs/volume_key
>=sys-fs/cryptsetup-1.6.7
@@ -71,7 +71,7 @@ src_configure() {
--without-mpath
$(use_enable test tests)
$(use_with bcache)
$(use_with crypt crypto)
$(use_with cryptsetup crypto)
$(use_with dmraid dm)
$(use_with doc gtk-doc)
$(use_with lvm lvm)

View File

@@ -7,6 +7,7 @@
</maintainer>
<use>
<flag name="bcache">Enable block device cache support.</flag>
<flag name="cryptsetup">Enable <pkg>sys-fs/cryptsetup</pkg> support</flag>
<flag name="dmraid">Support for dmraid devices, also known as ATA-RAID, or Fake RAID.</flag>
<flag name="lvm">Enable support for Logical Volume Management via <pkg>sys-fs/lvm2</pkg>.</flag>
<flag name="kbd">Enable kernel block device support.</flag>