diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-07-27 21:25:53 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-07-28 03:27:26 +0200 |
commit | da2af02de8af3ce494d48f8d12de28f01b5822a8 (patch) | |
tree | b7669fa5eb332af431b79cce4e1df8d51cabd540 /app-backup/kfoldersync | |
parent | media-gfx/kuickshow: Drop 0.10.1-r1 (diff) | |
download | gentoo-da2af02de8af3ce494d48f8d12de28f01b5822a8.tar.gz gentoo-da2af02de8af3ce494d48f8d12de28f01b5822a8.tar.bz2 gentoo-da2af02de8af3ce494d48f8d12de28f01b5822a8.zip |
app-backup/kfoldersync: EAPI-7 bump
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'app-backup/kfoldersync')
-rw-r--r-- | app-backup/kfoldersync/kfoldersync-3.4.1.ebuild | 14 |
1 files 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 9732856b2334..82b1fd840e6f 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}" |