diff options
author | Johannes Huber <johu@gentoo.org> | 2020-01-02 12:45:10 +0100 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2020-01-02 13:01:36 +0100 |
commit | 01edb6b00a7f056a9e3e4d1788b14ec351337b7f (patch) | |
tree | 04d9e564744ce8c70a23073a5142a469f89ee28d | |
parent | app-admin/calamares: Sync with main repository (diff) | |
download | johu-01edb6b00a7f056a9e3e4d1788b14ec351337b7f.tar.gz johu-01edb6b00a7f056a9e3e4d1788b14ec351337b7f.tar.bz2 johu-01edb6b00a7f056a9e3e4d1788b14ec351337b7f.zip |
dev-libs/qtkeychain: Sync w/ gentoo main repo
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Johannes Huber <johu@gentoo.org>
-rw-r--r-- | dev-libs/qtkeychain/qtkeychain-9999.ebuild | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/dev-libs/qtkeychain/qtkeychain-9999.ebuild b/dev-libs/qtkeychain/qtkeychain-9999.ebuild index ac90679..a267315 100644 --- a/dev-libs/qtkeychain/qtkeychain-9999.ebuild +++ b/dev-libs/qtkeychain/qtkeychain-9999.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 -inherit cmake-utils +inherit cmake HOMEPAGE="https://github.com/frankosterfeld/qtkeychain" DESCRIPTION="Qt API for storing passwords securely" @@ -20,13 +20,15 @@ LICENSE="BSD" SLOT="0/1" IUSE="gnome-keyring" +BDEPEND=" + dev-qt/linguist-tools:5 +" RDEPEND=" dev-qt/qtcore:5 dev-qt/qtdbus:5 gnome-keyring? ( dev-libs/glib:2 ) " DEPEND="${RDEPEND} - dev-qt/linguist-tools:5 gnome-keyring? ( gnome-base/libgnome-keyring ) " @@ -41,5 +43,5 @@ src_configure() { -DLIBSECRET_SUPPORT=$(usex gnome-keyring) ) - cmake-utils_src_configure + cmake_src_configure } |