summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2009-07-05 20:48:42 +0000
committerAlexis Ballier <aballier@gentoo.org>2009-07-05 20:48:42 +0000
commit5823729ac4e937049bad912fd1e55441657bf267 (patch)
treeb994c87b83f894611707aa874ce17a0d03974e1d /dev-python
parentkeyword ~x86-fbsd, bug #263409 (diff)
downloadgentoo-2-5823729ac4e937049bad912fd1e55441657bf267.tar.gz
gentoo-2-5823729ac4e937049bad912fd1e55441657bf267.tar.bz2
gentoo-2-5823729ac4e937049bad912fd1e55441657bf267.zip
keyword ~x86-fbsd, bug #235323
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/django/ChangeLog5
-rw-r--r--dev-python/django/django-1.0.2-r1.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/django/ChangeLog b/dev-python/django/ChangeLog
index 81966c90e4d2..05736f20ec98 100644
--- a/dev-python/django/ChangeLog
+++ b/dev-python/django/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/django
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/django/ChangeLog,v 1.33 2009/05/18 14:58:48 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/django/ChangeLog,v 1.34 2009/07/05 20:48:42 aballier Exp $
+
+ 05 Jul 2009; Alexis Ballier <aballier@gentoo.org> django-1.0.2-r1.ebuild:
+ keyword ~x86-fbsd, bug #235323
18 May 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
django-1.0.2-r1.ebuild:
diff --git a/dev-python/django/django-1.0.2-r1.ebuild b/dev-python/django/django-1.0.2-r1.ebuild
index a614ee9aab45..2f79457a5abe 100644
--- a/dev-python/django/django-1.0.2-r1.ebuild
+++ b/dev-python/django/django-1.0.2-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/django/django-1.0.2-r1.ebuild,v 1.4 2009/05/18 14:58:48 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/django/django-1.0.2-r1.ebuild,v 1.5 2009/07/05 20:48:42 aballier Exp $
EAPI="2"
@@ -17,7 +17,7 @@ SRC_URI="http://media.djangoproject.com/releases/${PV}/${MY_P}.tar.gz
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
IUSE="doc examples mysql postgres sqlite test"
RDEPEND="dev-python/imaging