From 54bab0fafce7e1d9dc0140e87f75112f29992f47 Mon Sep 17 00:00:00 2001 From: "System user; portage" Date: Mon, 26 Sep 2022 09:52:16 +0200 Subject: [PATCH] =?utf8?q?Do=C4=8Di=C5=A1t=C4=9Bn=C3=AD=20p=C5=99ipom?= =?utf8?q?=C3=ADnek=20pkgcheck=20scan?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- dev-libs/libolm/libolm-3.2.12.ebuild | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/dev-libs/libolm/libolm-3.2.12.ebuild b/dev-libs/libolm/libolm-3.2.12.ebuild index c3a2858..8bdbde9 100644 --- a/dev-libs/libolm/libolm-3.2.12.ebuild +++ b/dev-libs/libolm/libolm-3.2.12.ebuild @@ -9,7 +9,7 @@ DESCRIPTION="Implementation of the olm and megolm cryptographic ratchets" HOMEPAGE="https://gitlab.matrix.org/matrix-org/olm" SRC_URI="https://gitlab.matrix.org/matrix-org/olm/-/archive/master/olm-master.tar.gz" -LICENSE="Apache" +LICENSE="Apache-2.0" SLOT="0" KEYWORDS="~amd64" @@ -18,13 +18,11 @@ RDEPEND="${DEPEND}" BDEPEND="" src_configure() { - local mycmakeargs=( - -DOLM_TESTS=ON - ) + local mycmakeargs=(-DOLM_TESTS=ON) cmake_src_configure } src_unpack() { unpack ${A} - mv ${WORKDIR}/olm-master ${WORKDIR}/${P} + mv "${WORKDIR}/olm-master" "${WORKDIR}/${P}" } -- 2.52.0