diff options
author | Rainer Groesslinger <scandium@gentoo.org> | 2004-06-26 14:54:08 +0000 |
---|---|---|
committer | Rainer Groesslinger <scandium@gentoo.org> | 2004-06-26 14:54:08 +0000 |
commit | e30466cee3a5f81c165b16662a4d236c9dd96b00 (patch) | |
tree | 849264077501b76ca20a5e3cdc68ae106725fabf /dev-util | |
parent | removed dependencies which are in the base profile (diff) | |
download | historical-e30466cee3a5f81c165b16662a4d236c9dd96b00.tar.gz historical-e30466cee3a5f81c165b16662a4d236c9dd96b00.tar.bz2 historical-e30466cee3a5f81c165b16662a4d236c9dd96b00.zip |
removed dependencies which are in the base profile
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/treecc/Manifest | 2 | ||||
-rw-r--r-- | dev-util/treecc/treecc-0.3.0.ebuild | 5 |
2 files changed, 3 insertions, 4 deletions
diff --git a/dev-util/treecc/Manifest b/dev-util/treecc/Manifest index 189ed4fddc26..c1eac8271980 100644 --- a/dev-util/treecc/Manifest +++ b/dev-util/treecc/Manifest @@ -1,4 +1,4 @@ -MD5 a1cba0be1fa4e24587e71137a86672af treecc-0.3.0.ebuild 753 +MD5 2a5e389218a077f4fb3dc896ba99c7c3 treecc-0.3.0.ebuild 722 MD5 d66ecb1e7772b84594784a2b135c0414 ChangeLog 1341 MD5 7aafe9575b2ba436030a1cbd1b89fa99 metadata.xml 259 MD5 29d8985aff46206dbd1ecc3f71e81005 files/digest-treecc-0.3.0 64 diff --git a/dev-util/treecc/treecc-0.3.0.ebuild b/dev-util/treecc/treecc-0.3.0.ebuild index 091081561d6e..674f9c3140d3 100644 --- a/dev-util/treecc/treecc-0.3.0.ebuild +++ b/dev-util/treecc/treecc-0.3.0.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/treecc/treecc-0.3.0.ebuild,v 1.7 2004/06/25 02:49:05 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/treecc/treecc-0.3.0.ebuild,v 1.8 2004/06/26 14:54:08 scandium Exp $ DESCRIPTION="compiler-compiler tool for aspect-oriented programming" HOMEPAGE="http://www.southern-storm.com.au/treecc.html" @@ -12,8 +12,7 @@ KEYWORDS="x86 ppc ppc64 sparc mips alpha arm hppa amd64 ia64 s390" IUSE="" -DEPEND="sys-devel/bison - sys-devel/flex" +DEPEND="" src_compile() { econf || die |