Gentoo Archives: gentoo-commits

From: "Manuel Rüger" <mrueg@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/manuale/
Date: Thu, 29 Dec 2016 23:46:54
Message-Id: 1483055132.b9ac010aea639b147fde2547612fc8d6f4ca084f.mrueg@gentoo
1 commit: b9ac010aea639b147fde2547612fc8d6f4ca084f
2 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 29 23:45:32 2016 +0000
4 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 29 23:45:32 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9ac010a
7
8 app-crypt/manuale: Drop python2.7
9
10 Gentoo-Bug: #603872
11
12 Package-Manager: portage-2.3.3
13
14 app-crypt/manuale/manuale-1.0.3.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/app-crypt/manuale/manuale-1.0.3.ebuild b/app-crypt/manuale/manuale-1.0.3.ebuild
18 index 03cb105..518eb51 100644
19 --- a/app-crypt/manuale/manuale-1.0.3.ebuild
20 +++ b/app-crypt/manuale/manuale-1.0.3.ebuild
21 @@ -4,7 +4,7 @@
22
23 EAPI=6
24
25 -PYTHON_COMPAT=( python{2_7,3_4} )
26 +PYTHON_COMPAT=( python3_4 )
27
28 inherit distutils-r1