app-arch/libarchive-qt: add static-libs USE to the live ebuild

for bug 780999; don't close yet, this commit is only for live,
a release with USE=static-libs is on the way

Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Maciej Barć <xgqt@riseup.net>
This commit is contained in:
Maciej Barć
2021-04-12 23:09:00 +02:00
parent 23db5442c0
commit 5b27031464

View File

@@ -20,6 +20,7 @@ fi
RESTRICT="test"
LICENSE="LGPL-3"
SLOT="0"
IUSE="static-libs"
DEPEND="
app-arch/libarchive[lzma,bzip2,zlib]
@@ -29,3 +30,10 @@ DEPEND="
dev-qt/qtgui:5
"
RDEPEND="${DEPEND}"
src_configure() {
local mycmakeargs=(
-DINSTALL_STATIC=$(usex static-libs)
)
cmake_src_configure
}