summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Kahle <tomka@gentoo.org>2011-09-12 18:14:47 +0000
committerThomas Kahle <tomka@gentoo.org>2011-09-12 18:14:47 +0000
commit19c333a47e2de4b041d0138ba511bb2591bc86f9 (patch)
tree54d922cc52d50499faaf8bf4634fcb1059d0a19d /dev-python/django
parentmedia-libs/freeverb3: Bump to 2.5.18 (diff)
downloadgentoo-2-19c333a47e2de4b041d0138ba511bb2591bc86f9.tar.gz
gentoo-2-19c333a47e2de4b041d0138ba511bb2591bc86f9.tar.bz2
gentoo-2-19c333a47e2de4b041d0138ba511bb2591bc86f9.zip
x86 stable per bug 382599
(Portage version: 2.1.10.15/cvs/Linux i686)
Diffstat (limited to 'dev-python/django')
-rw-r--r--dev-python/django/ChangeLog5
-rw-r--r--dev-python/django/django-1.3.1.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/django/ChangeLog b/dev-python/django/ChangeLog
index 5bc959f770bb..d4c989fc9973 100644
--- a/dev-python/django/ChangeLog
+++ b/dev-python/django/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/django
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/django/ChangeLog,v 1.70 2011/09/10 05:56:53 djc Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/django/ChangeLog,v 1.71 2011/09/12 18:14:47 tomka Exp $
+
+ 12 Sep 2011; Thomas Kahle <tomka@gentoo.org> django-1.3.1.ebuild:
+ x86 stable per bug 382599
*django-1.3.1 (10 Sep 2011)
diff --git a/dev-python/django/django-1.3.1.ebuild b/dev-python/django/django-1.3.1.ebuild
index e31b3abac901..c039667c87f4 100644
--- a/dev-python/django/django-1.3.1.ebuild
+++ b/dev-python/django/django-1.3.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/django/django-1.3.1.ebuild,v 1.1 2011/09/10 05:56:53 djc Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/django/django-1.3.1.ebuild,v 1.2 2011/09/12 18:14:47 tomka Exp $
EAPI="3"
PYTHON_DEPEND="2"
@@ -17,7 +17,7 @@ SRC_URI="http://media.djangoproject.com/releases/$(get_version_component_range 1
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
IUSE="doc mysql postgres sqlite test"
RDEPEND="dev-python/imaging