diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 23:55:32 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 23:55:32 +0000 |
commit | e1d42b74caad2c322d94faafc3acdc436f0f5315 (patch) | |
tree | 599470ea4f82cd945e9ac65062a6257333c5729d /dev-util/pccts/pccts-1.33.32-r1.ebuild | |
parent | sync IUSE (missing), don't assign S=${WORKDIR}/${P} (Manifest recommit) (diff) | |
download | gentoo-2-e1d42b74caad2c322d94faafc3acdc436f0f5315.tar.gz gentoo-2-e1d42b74caad2c322d94faafc3acdc436f0f5315.tar.bz2 gentoo-2-e1d42b74caad2c322d94faafc3acdc436f0f5315.zip |
sync IUSE (missing)
Diffstat (limited to 'dev-util/pccts/pccts-1.33.32-r1.ebuild')
-rw-r--r-- | dev-util/pccts/pccts-1.33.32-r1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-util/pccts/pccts-1.33.32-r1.ebuild b/dev-util/pccts/pccts-1.33.32-r1.ebuild index 8eb04e48c255..98188410d7fb 100644 --- a/dev-util/pccts/pccts-1.33.32-r1.ebuild +++ b/dev-util/pccts/pccts-1.33.32-r1.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-util/pccts/pccts-1.33.32-r1.ebuild,v 1.12 2004/06/25 02:42:09 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/pccts/pccts-1.33.32-r1.ebuild,v 1.13 2004/07/14 23:55:32 agriffis Exp $ S=${WORKDIR}/${PN} DESCRIPTION="Purdue Compiler Construction Tool Set is an embedded C/C++ parser generator" @@ -10,6 +10,7 @@ HOMEPAGE="http://www.polhode.com/" SLOT="0" LICENSE="BSD" KEYWORDS="x86 ppc sparc alpha" +IUSE="" DEPEND="app-arch/unzip" |