--- psi-0.10-r2.ebuild 2007-05-06 15:06:00.000000000 +0300 +++ psi-0.10-r2.ebuild 2007-06-02 01:03:30.000000000 +0300 @@ -53,13 +53,13 @@ SLOT="0" LICENSE="GPL-2" KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86" -DEPEND=">=app-crypt/qca-1.0-r2 +DEPEND="=app-crypt/qca-1* $(qt_min_version 3.3) xscreensaver? ( x11-misc/xscreensaver ) extras? ( audacious? ( media-sound/audacious ) )" RDEPEND="${DEPEND} - ssl? ( >=app-crypt/qca-tls-1.0-r2 ) + ssl? ( =app-crypt/qca-tls-1* ) crypt? ( >=app-crypt/gnupg-1.2.2 )" PATCHBASE="${WORKDIR}" @@ -241,7 +241,12 @@ src_compile() { local myconf="--disable-growl" use xscreensaver || myconf="${myconf} --disable-xss" - ./configure --prefix=/usr ${myconf} || die "Configure failed" + ./configure \ + --prefix=/usr \ + --with-qca-inc=/usr/include/qca1 \ + --with-qca-lib=/usr/lib/qca1 \ + ${myconf} \ + || die "Configure failed" # fixes weird bugs : #150187 and #154556 cd ${S}/libpsi/psiwidgets