diff options
Diffstat (limited to 'dev-python/4Suite/4Suite-0.11.1.ebuild')
-rw-r--r-- | dev-python/4Suite/4Suite-0.11.1.ebuild | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/dev-python/4Suite/4Suite-0.11.1.ebuild b/dev-python/4Suite/4Suite-0.11.1.ebuild index 6a7ae5a3d836..29bb875bd175 100644 --- a/dev-python/4Suite/4Suite-0.11.1.ebuild +++ b/dev-python/4Suite/4Suite-0.11.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/dev-python/4Suite/4Suite-0.11.1.ebuild,v 1.2 2002/07/11 06:30:24 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/4Suite/4Suite-0.11.1.ebuild,v 1.3 2002/07/27 05:01:27 george Exp $ S=${WORKDIR}/${P} DESCRIPTION="Python tools for XML processing and object-databases." @@ -9,6 +9,11 @@ HOMEPAGE="http://www.4suite.org/" DEPEND="virtual/python >=dev-python/PyXML-0.6.5" +RDEPEND="${RDEPEND}" + +SLOT="0" +KEYWORDS="x86" +LICENSE="as-is" src_compile() { python setup.py build || die |