commit: 74470c6d8d059b3662ca21ee82325462c8feda46
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 9 09:54:36 2019 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Jan 9 09:54:36 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74470c6d
kde-apps/kjots: Move slot 4 blocker here
Package-Manager: Portage-2.3.54, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-apps/kjots/kjots-5.0.2.ebuild | 8 ++++----
1 file 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 f57d4e7f3d6..e0e37d4e7a2 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
"