commit: 6200ce22d60ac80f09beb10421eab96b902c2c66 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Sat Feb 9 16:52:59 2019 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Wed Feb 2 19:09:09 2022 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=6200ce22
www-client/falkon: Tests don't work for everyone. Bug: https://bugs.gentoo.org/653046 Package-Manager: Portage-2.3.59, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> www-client/falkon/falkon-9999.ebuild | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/www-client/falkon/falkon-9999.ebuild b/www-client/falkon/falkon-9999.ebuild index d8cd148125..ed02016f94 100644 --- a/www-client/falkon/falkon-9999.ebuild +++ b/www-client/falkon/falkon-9999.ebuild @@ -9,18 +9,20 @@ QTMIN=5.15.2 VIRTUALX_REQUIRED="test" inherit ecm kde.org +DESCRIPTION="Cross-platform web browser using QtWebEngine" +HOMEPAGE="https://www.falkon.org/" + if [[ ${KDE_BUILD_TYPE} != live ]]; then SRC_URI="mirror://kde/stable/${PN}/${PV%.0}/${P}.tar.xz" KEYWORDS="~amd64 ~arm64 ~x86" fi -DESCRIPTION="Cross-platform web browser using QtWebEngine" -HOMEPAGE="https://www.falkon.org/" - LICENSE="GPL-3" SLOT="0" IUSE="dbus kde +X" +RESTRICT="test" # bug 653046 + COMMON_DEPEND=" dev-libs/openssl:0= >=dev-qt/qtdeclarative-${QTMIN}:5[widgets]
