Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 870013 | Differences between
and this patch

Collapse All | Expand All

(-)/usr/portage/app-portage/kuroo/kuroo-1.2.1-r1.ebuild (-3 / +2 lines)
Lines 3-9 Link Here
3
3
4
EAPI=8
4
EAPI=8
5
5
6
KFMIN=5.85.0
6
KFMIN=5.96.0
7
inherit ecm
7
inherit ecm
8
8
9
DESCRIPTION="Graphical Portage frontend based on KDE Frameworks"
9
DESCRIPTION="Graphical Portage frontend based on KDE Frameworks"
Lines 23-28 Link Here
23
	>=kde-frameworks/kconfig-${KFMIN}:5
23
	>=kde-frameworks/kconfig-${KFMIN}:5
24
	>=kde-frameworks/kconfigwidgets-${KFMIN}:5
24
	>=kde-frameworks/kconfigwidgets-${KFMIN}:5
25
	>=kde-frameworks/kcoreaddons-${KFMIN}:5
25
	>=kde-frameworks/kcoreaddons-${KFMIN}:5
26
	>=kde-frameworks/kcrash-${KFMIN}:5
26
	>=kde-frameworks/ki18n-${KFMIN}:5
27
	>=kde-frameworks/ki18n-${KFMIN}:5
27
	>=kde-frameworks/kio-${KFMIN}:5
28
	>=kde-frameworks/kio-${KFMIN}:5
28
	>=kde-frameworks/kitemviews-${KFMIN}:5
29
	>=kde-frameworks/kitemviews-${KFMIN}:5
Lines 38-45 Link Here
38
"
39
"
39
BDEPEND=">=kde-frameworks/extra-cmake-modules-${KFMIN}:5"
40
BDEPEND=">=kde-frameworks/extra-cmake-modules-${KFMIN}:5"
40
41
41
PATCHES=( "${FILESDIR}/${P}-cmake.patch" ) # bug 811693
42
43
pkg_postinst() {
42
pkg_postinst() {
44
	if ! has_version app-admin/logrotate ; then
43
	if ! has_version app-admin/logrotate ; then
45
		elog "Installing app-admin/logrotate is recommended to keep"
44
		elog "Installing app-admin/logrotate is recommended to keep"

Return to bug 870013