dev-embedded/rauc: Fix test phase

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Kurt Kanzenbach <kurt@kmk-computers.de>
This commit is contained in:
Kurt Kanzenbach
2020-05-01 13:29:24 +02:00
parent 83c160c731
commit e7edce486d
2 changed files with 62 additions and 1 deletions

View File

@@ -10,11 +10,14 @@ SRC_URI="https://github.com/${PN}/${PN}/releases/download/v${PV}/${P}.tar.xz"
SLOT="0"
LICENSE="LGPL-2.1"
KEYWORDS="~amd64 ~x86"
IUSE="doc json network service"
IUSE="doc json network service test"
RESTRICT="!test? ( test )"
BDEPEND="
virtual/pkgconfig
doc? ( dev-python/sphinx )
test? ( sys-fs/squashfs-tools )
"
RDEPEND="
dev-libs/glib:2
@@ -27,6 +30,8 @@ DEPEND="
${RDEPEND}
"
PATCHES=( "${FILESDIR}/${P}-tests.patch" )
src_configure() {
local myconf=(
$(use_enable json)