Gentoo Archives: gentoo-commits

From: "Göktürk Yüksek" <gokturk@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gentoostats:master commit in: overlay/app-portage/gentoostats/
Date: Thu, 29 Dec 2016 06:26:02
Message-Id: 1482992715.c27dab7b20b06392cac8f22c0977a2483901bc97.gokturk@gentoo
1 commit: c27dab7b20b06392cac8f22c0977a2483901bc97
2 Author: Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 29 06:25:15 2016 +0000
4 Commit: Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 29 06:25:15 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/gentoostats.git/commit/?id=c27dab7b
7
8 app-portage/gentoostats: add python3.4 target
9
10 overlay/app-portage/gentoostats/Manifest | 2 +-
11 overlay/app-portage/gentoostats/gentoostats-9999.ebuild | 2 +-
12 2 files changed, 2 insertions(+), 2 deletions(-)
13
14 diff --git a/overlay/app-portage/gentoostats/Manifest b/overlay/app-portage/gentoostats/Manifest
15 index 22f9336..c7e550a 100644
16 --- a/overlay/app-portage/gentoostats/Manifest
17 +++ b/overlay/app-portage/gentoostats/Manifest
18 @@ -1 +1 @@
19 -EBUILD gentoostats-9999.ebuild 1980 SHA256 795589bf865fc95a3352a93b7efb2118516e4592ae41c1cdd25574d1d1416205 SHA512 c9be012eb95fa08d42cf81114a8e2f5a105728c3d65727f1cdfef7743ff943935d4d6d665d2700994c0b82e7457752ec9b06a80b320afe93fa5f749402e0eea8 WHIRLPOOL 7efa48f940a05c66e5e559260a643f36b06637fa35c5c218edcdaf7fcc3a50857d0507f9a26aa47297e2646808a8882668208c15e01db9cc579321a9b0664104
20 +EBUILD gentoostats-9999.ebuild 1930 SHA256 ea5ec9f7e35d6933bc74e21985ce9e375d7a790d77c42d97f9ad012389bad8af SHA512 d31bbc80ed9a1b64025691b48c94a4165be24b3bdff87e1108aaed62b394de7272e0fa9bd456983502de75613c244570b80fac7ce4b77a8baed37fc9bafa3499 WHIRLPOOL 12cace7271b32afedbea04b7f512a42984df346115970b72c915aa2d9dba08332cc17fde89ba130d1b0d37905c4dd08ac5a65048d1dc9ab89dc6c38ba89d12d3
21
22 diff --git a/overlay/app-portage/gentoostats/gentoostats-9999.ebuild b/overlay/app-portage/gentoostats/gentoostats-9999.ebuild
23 index c863b94..c5a6a36 100644
24 --- a/overlay/app-portage/gentoostats/gentoostats-9999.ebuild
25 +++ b/overlay/app-portage/gentoostats/gentoostats-9999.ebuild
26 @@ -4,7 +4,7 @@
27
28 EAPI=6
29
30 -PYTHON_COMPAT=( python2_7 )
31 +PYTHON_COMPAT=( python{2_7,3_4} )
32
33 inherit git-r3 distutils-r1