mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-10 23:52:59 -04:00
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:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user