commit: da2af02de8af3ce494d48f8d12de28f01b5822a8 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Sat Jul 27 19:25:53 2019 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Sun Jul 28 01:27:26 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da2af02d
app-backup/kfoldersync: EAPI-7 bump Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> app-backup/kfoldersync/kfoldersync-3.4.1.ebuild | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/app-backup/kfoldersync/kfoldersync-3.4.1.ebuild b/app-backup/kfoldersync/kfoldersync-3.4.1.ebuild index 9732856b233..82b1fd840e6 100644 --- a/app-backup/kfoldersync/kfoldersync-3.4.1.ebuild +++ b/app-backup/kfoldersync/kfoldersync-3.4.1.ebuild @@ -1,9 +1,8 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 -KDE_GCC_MINIMAL="5.1" inherit kde5 DESCRIPTION="Folder synchronization and backup tool based on KDE Frameworks" @@ -13,7 +12,10 @@ SRC_URI="https://dl.opendesktop.org/api/files/download/id/1485353737/${P}.tar.xz LICENSE="GPL-3" KEYWORDS="amd64 ~arm x86" -RDEPEND=" +BDEPEND=" + sys-devel/gettext +" +DEPEND=" $(add_frameworks_dep kconfig) $(add_frameworks_dep kconfigwidgets) $(add_frameworks_dep kcoreaddons) @@ -28,6 +30,4 @@ RDEPEND=" $(add_qt_dep qtgui) $(add_qt_dep qtwidgets) " -DEPEND="${RDEPEND} - sys-devel/gettext -" +RDEPEND="${DEPEND}"
