Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-irc/limnoria/
Date: Tue, 26 Jun 2018 19:51:14
Message-Id: 1530042643.458b7428cefb328339fec00173aff9773a52cdd7.pacho@gentoo
1 commit: 458b7428cefb328339fec00173aff9773a52cdd7
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jun 26 19:22:45 2018 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 26 19:50:43 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=458b7428
7
8 net-irc/limnoria: Support python3.6
9
10 Package-Manager: Portage-2.3.40, Repoman-2.3.9
11
12 net-irc/limnoria/limnoria-20171025.ebuild | 4 ++--
13 net-irc/limnoria/limnoria-99999999.ebuild | 4 ++--
14 2 files changed, 4 insertions(+), 4 deletions(-)
15
16 diff --git a/net-irc/limnoria/limnoria-20171025.ebuild b/net-irc/limnoria/limnoria-20171025.ebuild
17 index 0280102ac95..e90b31d9309 100644
18 --- a/net-irc/limnoria/limnoria-20171025.ebuild
19 +++ b/net-irc/limnoria/limnoria-20171025.ebuild
20 @@ -1,8 +1,8 @@
21 -# Copyright 1999-2017 Gentoo Foundation
22 +# Copyright 1999-2018 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI="5"
26 -PYTHON_COMPAT=( python{2_7,3_4,3_5} )
27 +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
28
29 inherit distutils-r1
30
31
32 diff --git a/net-irc/limnoria/limnoria-99999999.ebuild b/net-irc/limnoria/limnoria-99999999.ebuild
33 index 0280102ac95..e90b31d9309 100644
34 --- a/net-irc/limnoria/limnoria-99999999.ebuild
35 +++ b/net-irc/limnoria/limnoria-99999999.ebuild
36 @@ -1,8 +1,8 @@
37 -# Copyright 1999-2017 Gentoo Foundation
38 +# Copyright 1999-2018 Gentoo Foundation
39 # Distributed under the terms of the GNU General Public License v2
40
41 EAPI="5"
42 -PYTHON_COMPAT=( python{2_7,3_4,3_5} )
43 +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
44
45 inherit distutils-r1