Gentoo Archives: gentoo-commits

From: Stefan Strogin <steils@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/libressl:master commit in: app-crypt/qca/
Date: Fri, 07 Feb 2020 08:55:24
Message-Id: 1581065609.ca50ec49c022566889fc7d4aed77e60a4f68da77.steils@gentoo
1 commit: ca50ec49c022566889fc7d4aed77e60a4f68da77
2 Author: Stefan Strogin <steils <AT> gentoo <DOT> org>
3 AuthorDate: Fri Feb 7 08:53:29 2020 +0000
4 Commit: Stefan Strogin <steils <AT> gentoo <DOT> org>
5 CommitDate: Fri Feb 7 08:53:29 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/libressl.git/commit/?id=ca50ec49
7
8 app-crypt/qca: sync; 2.2.1 stable for amd64, arm64, x86
9
10 Package-Manager: Portage-2.3.87, Repoman-2.3.20
11 Signed-off-by: Stefan Strogin <steils <AT> gentoo.org>
12
13 app-crypt/qca/qca-2.2.1.ebuild | 13 +++++++------
14 1 file changed, 7 insertions(+), 6 deletions(-)
15
16 diff --git a/app-crypt/qca/qca-2.2.1.ebuild b/app-crypt/qca/qca-2.2.1.ebuild
17 index dcb155a..48cd52e 100644
18 --- a/app-crypt/qca/qca-2.2.1.ebuild
19 +++ b/app-crypt/qca/qca-2.2.1.ebuild
20 @@ -1,9 +1,9 @@
21 -# Copyright 1999-2019 Gentoo Authors
22 +# Copyright 1999-2020 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26
27 -inherit cmake-utils qmake-utils
28 +inherit cmake qmake-utils
29
30 DESCRIPTION="Qt Cryptographic Architecture (QCA)"
31 HOMEPAGE="https://userbase.kde.org/QCA"
32 @@ -11,9 +11,10 @@ SRC_URI="mirror://kde/stable/${PN}/${PV}/${P}.tar.xz"
33
34 LICENSE="LGPL-2.1"
35 SLOT="2"
36 -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris"
37 +KEYWORDS="amd64 ~arm arm64 ~hppa ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris"
38
39 IUSE="botan debug doc examples gcrypt gpg libressl logger nss pkcs11 sasl softstore +ssl test"
40 +RESTRICT="!test? ( test )"
41
42 BDEPEND="
43 doc? ( app-doc/doxygen )
44 @@ -66,16 +67,16 @@ src_configure() {
45 $(qca_plugin_use ssl ossl)
46 -DBUILD_TESTS=$(usex test)
47 )
48 - cmake-utils_src_configure
49 + cmake_src_configure
50 }
51
52 src_test() {
53 local -x QCA_PLUGIN_PATH="${BUILD_DIR}/lib/qca"
54 - cmake-utils_src_test
55 + cmake_src_test
56 }
57
58 src_install() {
59 - cmake-utils_src_install
60 + cmake_src_install
61
62 if use doc; then
63 pushd "${BUILD_DIR}" >/dev/null || die