Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 274189
Collapse All | Expand All

(-)/usr/portage/kde-misc/kdiff3/kdiff3-0.9.95.ebuild (-2 / +8 lines)
Lines 15-22 SRC_URI="mirror://sourceforge/kdiff3/${P Link Here
15
SLOT="1"
15
SLOT="1"
16
LICENSE="GPL-2"
16
LICENSE="GPL-2"
17
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
17
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
18
IUSE="debug handbook"
18
IUSE="debug handbook kde"
19
19
20
RDEPEND=">=kde-base/libkonq-${KDE_MINIMAL}
20
RDEPEND="kde? ( >=kde-base/libkonq-${KDE_MINIMAL} )
21
	sys-apps/diffutils
21
	sys-apps/diffutils
22
	!kde-misc/kdiff3:0"
22
	!kde-misc/kdiff3:0"
23
24
src_configure() {
25
	mycmakeargs="${mycmakeargs} $(cmake-utils_use_with kde LibKonq)"
26
	kde4-base_src_configure
27
}
28

Return to bug 274189