mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-05 12:38:09 -07:00
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:
@@ -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)
|
||||
@@ -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)
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user