diff options
author | Rob Cakebread <pythonhead@gentoo.org> | 2008-10-06 18:42:46 +0000 |
---|---|---|
committer | Rob Cakebread <pythonhead@gentoo.org> | 2008-10-06 18:42:46 +0000 |
commit | cc54da9bfd71e95994c9d4e64477b2301f1ae1ee (patch) | |
tree | 424ef37ff7d60a49e8c16040ff58738217a56a28 /dev-python/django/django-9999.ebuild | |
parent | Fix potential DoS issue. fdo bug #17803. Gentoo bug #240308 (diff) | |
download | gentoo-2-cc54da9bfd71e95994c9d4e64477b2301f1ae1ee.tar.gz gentoo-2-cc54da9bfd71e95994c9d4e64477b2301f1ae1ee.tar.bz2 gentoo-2-cc54da9bfd71e95994c9d4e64477b2301f1ae1ee.zip |
Fixed tests, added sphinx doc generation, dropped ppc64 until sphinx is keyworded, use EAPI1 for slots
(Portage version: 2.2_rc11/cvs/Linux 2.6.26-gentoo-r1 i686)
Diffstat (limited to 'dev-python/django/django-9999.ebuild')
-rw-r--r-- | dev-python/django/django-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/django/django-9999.ebuild b/dev-python/django/django-9999.ebuild index 0c8c92edac7b..77d34c40c061 100644 --- a/dev-python/django/django-9999.ebuild +++ b/dev-python/django/django-9999.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/django/django-9999.ebuild,v 1.1 2008/06/07 12:51:16 dev-zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/django/django-9999.ebuild,v 1.2 2008/10/06 18:42:46 pythonhead Exp $ ESVN_REPO_URI="http://code.djangoproject.com/svn/django/trunk/" @@ -10,7 +10,7 @@ DESCRIPTION="high-level python web framework" HOMEPAGE="http://www.djangoproject.com/" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~x86" +KEYWORDS="~amd64 ~ia64 ~ppc ~x86" IUSE="doc examples mysql postgres sqlite test" RDEPEND="dev-python/imaging |