diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-01-09 10:54:36 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-01-09 10:54:36 +0100 |
commit | 74470c6d8d059b3662ca21ee82325462c8feda46 (patch) | |
tree | 33cf076021cfe50c7888d7cf4e20ec193a206d27 /kde-apps/kjots | |
parent | kde5-functions.eclass: Ban get_kde_version, kde_l10n2lingua in EAPI-7 (diff) | |
download | gentoo-74470c6d8d059b3662ca21ee82325462c8feda46.tar.gz gentoo-74470c6d8d059b3662ca21ee82325462c8feda46.tar.bz2 gentoo-74470c6d8d059b3662ca21ee82325462c8feda46.zip |
kde-apps/kjots: Move slot 4 blocker here
Package-Manager: Portage-2.3.54, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps/kjots')
-rw-r--r-- | kde-apps/kjots/kjots-5.0.2.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/kde-apps/kjots/kjots-5.0.2.ebuild b/kde-apps/kjots/kjots-5.0.2.ebuild index f57d4e7f3d6e..e0e37d4e7a2e 100644 --- a/kde-apps/kjots/kjots-5.0.2.ebuild +++ b/kde-apps/kjots/kjots-5.0.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,7 +12,7 @@ SRC_URI="mirror://kde/stable/${PN}/${PV}/${P}.tar.xz" KEYWORDS="~amd64 ~x86" IUSE="" -RDEPEND=" +DEPEND=" $(add_frameworks_dep kbookmarks) $(add_frameworks_dep kcmutils) $(add_frameworks_dep kconfig) @@ -37,6 +37,6 @@ RDEPEND=" dev-libs/grantlee:5 dev-libs/libxslt " -DEPEND="${RDEPEND} - sys-devel/gettext +RDEPEND="${DEPEND} + !kde-apps/kjots:4 " |