Gentoo Archives: gentoo-commits

From: Virgil Dupras <vdupras@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/django/
Date: Sat, 18 Aug 2018 17:14:15
Message-Id: 1534612434.4124b6d7f18da7377190d3fe9e3f3cdd9f495879.vdupras@gentoo
1 commit: 4124b6d7f18da7377190d3fe9e3f3cdd9f495879
2 Author: Virgil Dupras <vdupras <AT> gentoo <DOT> org>
3 AuthorDate: Sat Aug 18 17:13:54 2018 +0000
4 Commit: Virgil Dupras <vdupras <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 18 17:13:54 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4124b6d7
7
8 dev-python/django: mark amd64 stable
9
10 Bug: https://bugs.gentoo.org/663984
11 Package-Manager: Portage-2.3.47, Repoman-2.3.10
12
13 dev-python/django/django-2.0.8.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-python/django/django-2.0.8.ebuild b/dev-python/django/django-2.0.8.ebuild
17 index 133d40ffb7d..0f503084d35 100644
18 --- a/dev-python/django/django-2.0.8.ebuild
19 +++ b/dev-python/django/django-2.0.8.ebuild
20 @@ -25,7 +25,7 @@ LICENSE+=" Apache-2.0"
21 # admin icons, jquery, xregexp.js
22 LICENSE+=" MIT"
23 SLOT="0"
24 -KEYWORDS="~amd64 ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
25 +KEYWORDS="amd64 ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
26 IUSE="doc sqlite test"
27
28 RDEPEND=""