diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2010-11-01 15:59:14 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2010-11-01 15:59:14 +0000 |
commit | f0196da49ac03b775c63e457930e907c15736dba (patch) | |
tree | 2f28395c6e7a70363718d52410db97b8ce800526 /dev-util | |
parent | Version bump (diff) | |
download | gentoo-2-f0196da49ac03b775c63e457930e907c15736dba.tar.gz gentoo-2-f0196da49ac03b775c63e457930e907c15736dba.tar.bz2 gentoo-2-f0196da49ac03b775c63e457930e907c15736dba.zip |
drop invalid quoting
(Portage version: 2.2.0_alpha1/cvs/Linux x86_64)
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/qdevelop/qdevelop-0.28.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dev-util/qdevelop/qdevelop-0.28.ebuild b/dev-util/qdevelop/qdevelop-0.28.ebuild index f5ae1201baf3..6f1c654863b1 100644 --- a/dev-util/qdevelop/qdevelop-0.28.ebuild +++ b/dev-util/qdevelop/qdevelop-0.28.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/qdevelop/qdevelop-0.28.ebuild,v 1.1 2010/11/01 13:34:40 wired Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/qdevelop/qdevelop-0.28.ebuild,v 1.2 2010/11/01 15:59:14 ssuominen Exp $ EAPI="2" inherit eutils cmake-utils -MY_P="${PN}-v${PV}" +MY_P=${PN}-v${PV} DESCRIPTION="A development environment entirely dedicated to Qt4." HOMEPAGE="http://biord-software.org/qdevelop/" SRC_URI="http://biord-software.org/downloads/${MY_P}.tar.gz" @@ -20,9 +20,9 @@ DEPEND="x11-libs/qt-gui:4 x11-libs/qt-sql:4[sqlite]" RDEPEND="${DEPEND}" -S="${WORKDIR}"/"${MY_P}" +S=${WORKDIR}/${MY_P} -PATCHES=( "${FILESDIR}"/"${P}"-qt-4.7_fix.patch ) +PATCHES=( "${FILESDIR}"/${P}-qt-4.7_fix.patch ) src_configure() { mycmakeargs=( "-DAUTOPLUGINS=$(use plugins && echo 1 || echo 0)" ) |