diff options
author | 2018-09-13 03:10:05 +0200 | |
---|---|---|
committer | 2019-01-26 21:28:08 +0100 | |
commit | cbf50f5469072fd313aa378ac353a5bf34248a17 (patch) | |
tree | 02c46f25daa5d37cf86bd92f718c6ace0269d6d8 /www-client | |
parent | sys-block/partitionmanager: EAPI-7 bump (diff) | |
download | kde-cbf50f5469072fd313aa378ac353a5bf34248a17.tar.gz kde-cbf50f5469072fd313aa378ac353a5bf34248a17.tar.bz2 kde-cbf50f5469072fd313aa378ac353a5bf34248a17.zip |
www-client/falkon: EAPI-7 bump
Package-Manager: Portage-2.3.49, Repoman-2.3.10
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'www-client')
-rw-r--r-- | www-client/falkon/falkon-9999.ebuild | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/www-client/falkon/falkon-9999.ebuild b/www-client/falkon/falkon-9999.ebuild index 498e968ad2..30b44d3959 100644 --- a/www-client/falkon/falkon-9999.ebuild +++ b/www-client/falkon/falkon-9999.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 KDE_TEST="true" VIRTUALX_REQUIRED="test" @@ -19,6 +19,7 @@ LICENSE="GPL-3" SLOT="0" IUSE="dbus gnome-keyring kde libressl +X" +BDEPEND="gnome-keyring? ( virtual/pkgconfig )" COMMON_DEPEND=" $(add_qt_dep qtdeclarative 'widgets') $(add_qt_dep qtgui) @@ -47,7 +48,6 @@ COMMON_DEPEND=" DEPEND="${COMMON_DEPEND} $(add_qt_dep linguist-tools) $(add_qt_dep qtconcurrent) - gnome-keyring? ( virtual/pkgconfig ) " if [[ ${KDE_BUILD_TYPE} != live ]]; then DEPEND+=" $(add_frameworks_dep ki18n)" @@ -67,9 +67,3 @@ src_configure() { ) kde5_src_configure } - -pkg_postinst() { - kde5_pkg_postinst - elog "If you were previously using QupZilla, you can manually migrate your profiles" - elog "by moving the config directory from ~/.config/qupzilla to ~/.config/falkon" -} |