diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-03-14 12:24:39 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-03-14 12:24:39 +0000 |
commit | 47802ee4fcaa6682be161bbdf2cc938f95d29f82 (patch) | |
tree | c0712c3da43f07d1e24258d618b9bc4f5acdd526 /dev-libs/tinyq/tinyq-3.0.6.ebuild | |
parent | Install ion2.desktop for gdm, remove old versions. (Manifest recommit) (diff) | |
download | gentoo-2-47802ee4fcaa6682be161bbdf2cc938f95d29f82.tar.gz gentoo-2-47802ee4fcaa6682be161bbdf2cc938f95d29f82.tar.bz2 gentoo-2-47802ee4fcaa6682be161bbdf2cc938f95d29f82.zip |
Don't assign default to S; header fix
Diffstat (limited to 'dev-libs/tinyq/tinyq-3.0.6.ebuild')
-rw-r--r-- | dev-libs/tinyq/tinyq-3.0.6.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/dev-libs/tinyq/tinyq-3.0.6.ebuild b/dev-libs/tinyq/tinyq-3.0.6.ebuild index a7d608651e70..b0910347b5ee 100644 --- a/dev-libs/tinyq/tinyq-3.0.6.ebuild +++ b/dev-libs/tinyq/tinyq-3.0.6.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/tinyq/tinyq-3.0.6.ebuild,v 1.3 2003/09/08 07:19:26 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/tinyq/tinyq-3.0.6.ebuild,v 1.4 2004/03/14 12:24:39 mr_bones_ Exp $ DESCRIPTION="Stripped down version of qt ${PV} for console development" SRC_URI="http://freesoftware.fsf.org/download/tinyq/${P}.tar.bz2" @@ -13,7 +13,6 @@ KEYWORDS="x86 ~sparc" DEPEND=">=dev-util/yacc-1.9.1-r1 >=sys-devel/flex-2.5.4a-r4" -S=${WORKDIR}/${P} export QTDIR=${S} src_compile() { |