diff options
Diffstat (limited to 'app-crypt/qca/qca-1.0.ebuild')
-rw-r--r-- | app-crypt/qca/qca-1.0.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-crypt/qca/qca-1.0.ebuild b/app-crypt/qca/qca-1.0.ebuild index 92382b922812..084de2359489 100644 --- a/app-crypt/qca/qca-1.0.ebuild +++ b/app-crypt/qca/qca-1.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/qca/qca-1.0.ebuild,v 1.2 2004/12/29 17:07:12 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/qca/qca-1.0.ebuild,v 1.3 2004/12/30 04:16:43 chriswhite Exp $ inherit eutils @@ -10,7 +10,7 @@ SRC_URI="http://delta.affinix.com/qca//qca-${PV}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~sparc" +KEYWORDS="~x86 ~sparc ~ppc ~ia64 ~hppa" IUSE="" DEPEND=">=x11-libs/qt-3.3.0-r1 @@ -23,7 +23,7 @@ src_unpack() { } src_compile() { - ./configure || die "configure failed" + ./configure --prefix=/usr || die "configure failed" sed -i \ -e "/^CFLAGS/s:$: ${CFLAGS}:" \ -e "/^CXXFLAGS/s:$: ${CXXFLAGS}:" \ |