Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/django/
Date: Sun, 05 Aug 2018 01:03:47
Message-Id: 1533430074.654adeb3508a942268843dba7cc80d0d54ef12c9.whissi@gentoo
1 commit: 654adeb3508a942268843dba7cc80d0d54ef12c9
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 5 00:47:54 2018 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 5 00:47:54 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=654adeb3
7
8 dev-python/django: x86 stable (bug #662580)
9
10 Package-Manager: Portage-2.3.44, Repoman-2.3.10
11
12 dev-python/django/django-1.11.15.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/django/django-1.11.15.ebuild b/dev-python/django/django-1.11.15.ebuild
16 index 0d97bbcdfd4..302085a36f0 100644
17 --- a/dev-python/django/django-1.11.15.ebuild
18 +++ b/dev-python/django/django-1.11.15.ebuild
19 @@ -25,7 +25,7 @@ LICENSE+=" Apache-2.0"
20 # admin icons, jquery, xregexp.js
21 LICENSE+=" MIT"
22 SLOT="0"
23 -KEYWORDS="~amd64 ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
24 +KEYWORDS="~amd64 ~arm64 ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
25 IUSE="doc sqlite test"
26
27 RDEPEND=""