diff options
author | 2009-11-11 12:31:31 +0000 | |
---|---|---|
committer | 2009-11-11 12:31:31 +0000 | |
commit | 26137185f063b8c3f5a8eeb20b73c91c30c0888f (patch) | |
tree | 48239c81f28b005badf0e6a6720f2af1e318dc2d /dev-perl | |
parent | ARTS_REQUIRED=never (diff) | |
download | gentoo-2-26137185f063b8c3f5a8eeb20b73c91c30c0888f.tar.gz gentoo-2-26137185f063b8c3f5a8eeb20b73c91c30c0888f.tar.bz2 gentoo-2-26137185f063b8c3f5a8eeb20b73c91c30c0888f.zip |
ARTS_REQUIRED=never
(Portage version: 2.2_rc49/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/PerlQt/PerlQt-3.009_beta2.ebuild | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/dev-perl/PerlQt/PerlQt-3.009_beta2.ebuild b/dev-perl/PerlQt/PerlQt-3.009_beta2.ebuild index 98b6dd31c658..aee331e9d493 100644 --- a/dev-perl/PerlQt/PerlQt-3.009_beta2.ebuild +++ b/dev-perl/PerlQt/PerlQt-3.009_beta2.ebuild @@ -1,7 +1,8 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/PerlQt/PerlQt-3.009_beta2.ebuild,v 1.10 2007/07/10 23:33:29 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/PerlQt/PerlQt-3.009_beta2.ebuild,v 1.11 2009/11/11 12:31:31 ssuominen Exp $ +ARTS_REQUIRED=never inherit perl-module kde #install pqtsh to this directory @@ -16,7 +17,7 @@ SRC_URI="mirror://sourceforge/perlqt/${P/_beta2/-b2}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 ia64 ppc sparc x86" -IUSE="arts" +IUSE="" S=${WORKDIR}/${P/_beta2/} #if kdebindings is installed compilation is really fast! @@ -35,7 +36,7 @@ src_unpack() { } src_compile() { - useq arts || myconf="${myconf} --without-arts" + myconf="${myconf} --without-arts" addwrite $QTDIR/etc/settings perl Makefile.PL ${myconf} --prefix=${D}/usr --exec-prefix=/usr emake |