diff options
Diffstat (limited to 'dev-python/4suite/4suite-1.0.2-r1.ebuild')
-rw-r--r-- | dev-python/4suite/4suite-1.0.2-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/4suite/4suite-1.0.2-r1.ebuild b/dev-python/4suite/4suite-1.0.2-r1.ebuild index 5341202f6e0c..09e34d79d72e 100644 --- a/dev-python/4suite/4suite-1.0.2-r1.ebuild +++ b/dev-python/4suite/4suite-1.0.2-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/4suite/4suite-1.0.2-r1.ebuild,v 1.3 2008/06/21 14:46:00 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/4suite/4suite-1.0.2-r1.ebuild,v 1.4 2008/06/21 19:00:08 tester Exp $ inherit distutils eutils multilib @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/foursuite/${MY_P}.tar.bz2" HOMEPAGE="http://www.4suite.org/" LICENSE="Apache-1.1" SLOT="0" -KEYWORDS="~alpha ~amd64 ~ia64 ppc ~ppc64 sparc ~x86" +KEYWORDS="~alpha amd64 ~ia64 ppc ~ppc64 sparc ~x86" IUSE="doc" DEPEND=">=dev-python/pyxml-0.8.4" |