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

Collapse All | Expand All

(-)psi-0.10-r2.ebuild (-3 / +8 lines)
Lines 53-65 SLOT="0" Link Here
53
LICENSE="GPL-2"
53
LICENSE="GPL-2"
54
KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
54
KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
55
55
56
DEPEND=">=app-crypt/qca-1.0-r2
56
DEPEND="=app-crypt/qca-1*
57
	$(qt_min_version 3.3)
57
	$(qt_min_version 3.3)
58
	xscreensaver? ( x11-misc/xscreensaver )
58
	xscreensaver? ( x11-misc/xscreensaver )
59
	extras? ( audacious? ( media-sound/audacious ) )"
59
	extras? ( audacious? ( media-sound/audacious ) )"
60
60
61
RDEPEND="${DEPEND}
61
RDEPEND="${DEPEND}
62
	ssl? ( >=app-crypt/qca-tls-1.0-r2 )
62
	ssl? ( =app-crypt/qca-tls-1* )
63
	crypt? ( >=app-crypt/gnupg-1.2.2 )"
63
	crypt? ( >=app-crypt/gnupg-1.2.2 )"
64
64
65
PATCHBASE="${WORKDIR}"
65
PATCHBASE="${WORKDIR}"
Lines 241-247 src_compile() { Link Here
241
	local myconf="--disable-growl"
241
	local myconf="--disable-growl"
242
	use xscreensaver || myconf="${myconf} --disable-xss"
242
	use xscreensaver || myconf="${myconf} --disable-xss"
243
243
244
	./configure --prefix=/usr ${myconf} || die "Configure failed"
244
	./configure \
245
		--prefix=/usr \
246
		--with-qca-inc=/usr/include/qca1 \
247
		--with-qca-lib=/usr/lib/qca1 \
248
		${myconf} \
249
		|| die "Configure failed"
245
250
246
	# fixes weird bugs : #150187 and #154556
251
	# fixes weird bugs : #150187 and #154556
247
	cd ${S}/libpsi/psiwidgets
252
	cd ${S}/libpsi/psiwidgets

Return to bug 129536