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

(-)bbconf-1.2-r1.ebuild (-3 / +3 lines)
Lines 9-20 Link Here
9
HOMEPAGE="http://bbconf.sourceforge.net"
9
HOMEPAGE="http://bbconf.sourceforge.net"
10
10
11
DEPEND="virtual/x11
11
DEPEND="virtual/x11
12
        =x11-libs/qt-2*"
12
        >=x11-libs/qt-3.0.3"
13
13
14
#RDEPEND=""
14
RDEPEND=">=x11-libs/qt-3.0.3"
15
15
16
src_compile () {
16
src_compile () {
17
	./configure --prefix=/usr --host=${CHOST} --with-qt-dir=/usr/qt/2 || die
17
	./configure --prefix=/usr --host=${CHOST} --with-qt-dir=/usr/qt/3 || die
18
	emake || die
18
	emake || die
19
}
19
}
20
20

Return to bug 4542