]> Netolish git repositories - gentoo-repo.git/commitdiff
Dočištění připomínek pkgcheck scan
authorSystem user; portage <portage@cdis000pce00430.cdis.cz>
Mon, 26 Sep 2022 07:52:16 +0000 (09:52 +0200)
committerSystem user; portage <portage@cdis000pce00430.cdis.cz>
Mon, 26 Sep 2022 07:52:16 +0000 (09:52 +0200)
dev-libs/libolm/libolm-3.2.12.ebuild

index c3a2858579fecd72a5748e8978fd3491fe67153e..8bdbde994cfdab4cf18b634b289c466add0906b7 100644 (file)
@@ -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}"
 }