diff options
Diffstat (limited to 'dev-python/django/django-0.96.ebuild')
-rw-r--r-- | dev-python/django/django-0.96.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/django/django-0.96.ebuild b/dev-python/django/django-0.96.ebuild index a948b72c7ded..2c45826f6714 100644 --- a/dev-python/django/django-0.96.ebuild +++ b/dev-python/django/django-0.96.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/django/django-0.96.ebuild,v 1.4 2007/07/04 21:23:17 lucass Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/django/django-0.96.ebuild,v 1.5 2007/09/27 23:52:02 ranger Exp $ inherit bash-completion distutils eutils versionator @@ -13,7 +13,7 @@ HOMEPAGE="http://www.djangoproject.com/" SRC_URI="http://media.djangoproject.com/releases/${RPV}/${MY_P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~ia64 ~ppc ~x86" +KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~x86" IUSE="examples mysql postgres sqlite test" RDEPEND="dev-python/imaging |