diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-05-08 22:19:45 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-05-09 00:56:12 +0200 |
commit | c9114b9f1caebd3d3ee0097ff3770c7257882a94 (patch) | |
tree | 2fd985ff4dcf1527d7595837834e03c0cf871f39 /www-client | |
parent | dev-libs/libidmef: EAPI=7 update (diff) | |
download | gentoo-c9114b9f1caebd3d3ee0097ff3770c7257882a94.tar.gz gentoo-c9114b9f1caebd3d3ee0097ff3770c7257882a94.tar.bz2 gentoo-c9114b9f1caebd3d3ee0097ff3770c7257882a94.zip |
www-client/falkon: Add missing dependency
Closes: https://bugs.gentoo.org/684980
Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'www-client')
-rw-r--r-- | www-client/falkon/falkon-3.1.0-r1.ebuild (renamed from www-client/falkon/falkon-3.1.0.ebuild) | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www-client/falkon/falkon-3.1.0.ebuild b/www-client/falkon/falkon-3.1.0-r1.ebuild index 5b109200aa5e..2db70ffdae50 100644 --- a/www-client/falkon/falkon-3.1.0.ebuild +++ b/www-client/falkon/falkon-3.1.0-r1.ebuild @@ -36,6 +36,7 @@ COMMON_DEPEND=" $(add_frameworks_dep kcrash) $(add_frameworks_dep kio) $(add_frameworks_dep kwallet) + $(add_frameworks_dep purpose) ) libressl? ( dev-libs/libressl:= ) !libressl? ( dev-libs/openssl:0= ) |