Closes: https://github.com/gentoo/gentoo/pull/13212
Closes: https://bugs.gentoo.org/673666
Signed-off-by: David Heidelberg <david@ixit.cz>
Signed-off-by: Tim Harder <radhermit@gentoo.org>
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=7
-inherit eutils cmake-utils flag-o-matic
+inherit cmake-utils flag-o-matic
DESCRIPTION="Dislocker is used to read BitLocker encrypted partitions."
HOMEPAGE="https://github.com/Aorimn/dislocker"
SLOT="0"
IUSE="ruby"
-DEPEND="sys-fs/fuse:*
- net-libs/mbedtls
- ruby? ( dev-lang/ruby:2.4 )"
-
+DEPEND="
+ sys-fs/fuse:0=
+ net-libs/mbedtls:0=
+ ruby? ( dev-lang/ruby:* )
+"
RDEPEND="${DEPEND}"
src_prepare() {
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=7
-inherit eutils cmake-utils flag-o-matic
+inherit cmake-utils flag-o-matic
DESCRIPTION="Dislocker is used to read BitLocker encrypted partitions."
HOMEPAGE="https://github.com/Aorimn/dislocker"
SLOT="0"
IUSE="ruby"
-DEPEND="sys-fs/fuse:*
- net-libs/mbedtls
- ruby? ( dev-lang/ruby:2.3 )"
-
+DEPEND="
+ sys-fs/fuse:0=
+ net-libs/mbedtls:0=
+ ruby? ( dev-lang/ruby:* )
+"
RDEPEND="${DEPEND}"
src_prepare() {