Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/strict-rfc3339/
Date: Sun, 29 Mar 2020 09:50:26
Message-Id: 1585475393.2bbe0038f5bdede95c5329b3c2dd3189b7912df1.mgorny@gentoo
1 commit: 2bbe0038f5bdede95c5329b3c2dd3189b7912df1
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 29 09:22:50 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 29 09:49:53 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2bbe0038
7
8 dev-python/strict-rfc3339: Stabilize 0.7-r1 ALLARCHES
9
10 Closes: https://bugs.gentoo.org/700616
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 dev-python/strict-rfc3339/strict-rfc3339-0.7-r1.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-python/strict-rfc3339/strict-rfc3339-0.7-r1.ebuild b/dev-python/strict-rfc3339/strict-rfc3339-0.7-r1.ebuild
17 index 80278e63688..34b997cc3b1 100644
18 --- a/dev-python/strict-rfc3339/strict-rfc3339-0.7-r1.ebuild
19 +++ b/dev-python/strict-rfc3339/strict-rfc3339-0.7-r1.ebuild
20 @@ -17,7 +17,7 @@ SRC_URI="https://github.com/danielrichman/${PN}/archive/version-${PV}.tar.gz ->
21
22 SLOT="0"
23 LICENSE="GPL-3+"
24 -KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux"
25 +KEYWORDS="~alpha amd64 ~arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux"
26
27 S="${WORKDIR}/${MY_P}"