diff options
author | 2004-07-14 15:11:58 +0000 | |
---|---|---|
committer | 2004-07-14 15:11:58 +0000 | |
commit | 5a765d5539a40b5887f00dee7c43d6f4f94c8a73 (patch) | |
tree | d453a5047da7ee6be5d27d9f6af6372ec6814be4 /dev-libs/tinyq/tinyq-3.0.4.ebuild | |
parent | don't assign S=${WORKDIR}/${P} (diff) | |
download | gentoo-2-5a765d5539a40b5887f00dee7c43d6f4f94c8a73.tar.gz gentoo-2-5a765d5539a40b5887f00dee7c43d6f4f94c8a73.tar.bz2 gentoo-2-5a765d5539a40b5887f00dee7c43d6f4f94c8a73.zip |
sync IUSE (missing)
Diffstat (limited to 'dev-libs/tinyq/tinyq-3.0.4.ebuild')
-rw-r--r-- | dev-libs/tinyq/tinyq-3.0.4.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-libs/tinyq/tinyq-3.0.4.ebuild b/dev-libs/tinyq/tinyq-3.0.4.ebuild index ccfe6da34b10..d5cd7e53ae88 100644 --- a/dev-libs/tinyq/tinyq-3.0.4.ebuild +++ b/dev-libs/tinyq/tinyq-3.0.4.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/dev-libs/tinyq/tinyq-3.0.4.ebuild,v 1.11 2004/06/24 23:35:54 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/tinyq/tinyq-3.0.4.ebuild,v 1.12 2004/07/14 15:11:34 agriffis Exp $ DESCRIPTION="Stripped down version of qt ${PV} for console development" SRC_URI="mirror://sourceforge/tinyqt/tinyq-${PV}.tar.bz2" @@ -9,6 +9,7 @@ HOMEPAGE="http://www.uwyn.com/projects/tinyq" SLOT="3" LICENSE="GPL-2" KEYWORDS="x86 sparc" +IUSE="" DEPEND=">=dev-util/yacc-1.9.1-r1 >=sys-devel/flex-2.5.4a-r4" |