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

Collapse All | Expand All

(-)/usr/portage/media-video/nvclock/nvclock-0.8_beta4-r3.ebuild (-3 / +4 lines)
Lines 13-23 Link Here
13
LICENSE="GPL-2"
13
LICENSE="GPL-2"
14
SLOT="0"
14
SLOT="0"
15
KEYWORDS="~x86 ~amd64"
15
KEYWORDS="~x86 ~amd64"
16
IUSE="gtk qt3"
16
IUSE="gtk qt3 nvcontrol"
17
17
18
RDEPEND="virtual/libc
18
RDEPEND="virtual/libc
19
	gtk? ( =x11-libs/gtk+-2* )
19
	gtk? ( =x11-libs/gtk+-2* )
20
	qt3? ( =x11-libs/qt-3* )"
20
	qt3? ( =x11-libs/qt-3* )
21
	nvcontrol? ( x11-base/xorg-x11 )"
21
22
22
src_unpack() {
23
src_unpack() {
23
	unpack ${A}
24
	unpack ${A}
Lines 50-56 Link Here
50
	# Qt3 package doesn't install symlinks from ${QTDIR}/lib64 to ${QTDIR}/lib
51
	# Qt3 package doesn't install symlinks from ${QTDIR}/lib64 to ${QTDIR}/lib
51
	use amd64 && myconf="${myconf} --with-qt-libs=${QTDIR}/lib64"
52
	use amd64 && myconf="${myconf} --with-qt-libs=${QTDIR}/lib64"
52
53
53
	econf $(use_enable qt3 qt) $(use_enable gtk) ${myconf} || die
54
	econf $(use_enable qt3 qt) $(use_enable gtk) $(use_enable nvcontrol) ${myconf} || die
54
55
55
	emake -j1 || die
56
	emake -j1 || die
56
}
57
}

Return to bug 265804