summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'kde-misc/kolor-manager/kolor-manager-1.1.0.ebuild')
-rw-r--r--kde-misc/kolor-manager/kolor-manager-1.1.0.ebuild16
1 files changed, 9 insertions, 7 deletions
diff --git a/kde-misc/kolor-manager/kolor-manager-1.1.0.ebuild b/kde-misc/kolor-manager/kolor-manager-1.1.0.ebuild
index 0403154bd510..3236f33d98ad 100644
--- a/kde-misc/kolor-manager/kolor-manager-1.1.0.ebuild
+++ b/kde-misc/kolor-manager/kolor-manager-1.1.0.ebuild
@@ -1,23 +1,25 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-inherit kde5
+KFMIN=5.60.0
+QTMIN=5.12.3
+inherit ecm kde.org
DESCRIPTION="KControl module for Oyranos CMS cross desktop settings"
HOMEPAGE="https://www.oyranos.org/kolormanager"
SRC_URI="https://github.com/KDE/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="BSD-2"
+SLOT="5"
KEYWORDS="~amd64 ~x86"
-IUSE=""
DEPEND="
- $(add_frameworks_dep kconfigwidgets)
- $(add_frameworks_dep kcoreaddons)
- $(add_frameworks_dep ki18n)
- $(add_qt_dep qtwidgets)
+ >=dev-qt/qtwidgets-${QTMIN}:5
+ >=kde-frameworks/kconfigwidgets-${KFMIN}:5
+ >=kde-frameworks/kcoreaddons-${KFMIN}:5
+ >=kde-frameworks/ki18n-${KFMIN}:5
media-gfx/synnefo
media-libs/libXcm
>=media-libs/oyranos-0.9.6