summaryrefslogtreecommitdiff
path: root/dev-python/potr
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-04-28 09:54:45 +0100
committerV3n3RiX <venerix@redcorelinux.org>2019-04-28 09:54:45 +0100
commitb7ebc951da8800f711142f69d9d958bde67a112d (patch)
treee318514216845acb8f2e49fff7a5cba4027e9d91 /dev-python/potr
parentdc7cbdfa65fd814b3b9aa3c56257da201109e807 (diff)
gentoo resync : 28.04.2019
Diffstat (limited to 'dev-python/potr')
-rw-r--r--dev-python/potr/Manifest2
-rw-r--r--dev-python/potr/potr-1.0.1.ebuild4
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/potr/Manifest b/dev-python/potr/Manifest
index 0af047791741..08047ad96a5f 100644
--- a/dev-python/potr/Manifest
+++ b/dev-python/potr/Manifest
@@ -1,3 +1,3 @@
DIST python-potr-1.0.1.zip 30200 BLAKE2B 9dddad5cc902bcbdc5c674487e9f75d50dc711d9e2dcb24bc96abf6638628f22cd50ea2674efc2079e904668eef5cc92accce707811f922beb1453c1aa636a0c SHA512 d38f2fc68ce9f72ccee18923183f8640ee51f079da1e79e1f2f22e37383c99da7a6336a8538e28bd90b483fe8e227956ebc052e9c03aa6d7b49e9fc4e8df5281
-EBUILD potr-1.0.1.ebuild 602 BLAKE2B 09b6034c5d003b8db6c6a2c984345fbc8363716dad9ef3e7f4e1c1a5c8f44074acc98b48a348959a3c1783380af673ad3eb66c8c15031df48123dc03b7a2c2a6 SHA512 c3148205d882499ddaca3f4fc311dadac0047347361438cf8d895e936edd59a025048f570846031c2c2c353139b1aef101ef060153cb19888868587d0e991086
+EBUILD potr-1.0.1.ebuild 595 BLAKE2B 93343c679dbb73c526a256f87a6d14136e5d524b7e16b122d1d1b38b18cf110cfafa9857f437d2bd93332574c04d2d63c835ee4bc80bbd74b0d3b613ff4cb3a8 SHA512 a56b160a43a6b72b93431acb9e80b642eaa88eaea1218da7d65e238e58df1f7b7abffe71ccf2ef013638ebb8f5a0533737501e721f22a08f9eb77fc53401122e
MISC metadata.xml 515 BLAKE2B 4d576b7dca605ae1433a370cc03c569ebc3d27991e59ed75395100f75f787c3d5a69bb6d47f4b4fef68aa4f4b1a5a8b3fda4cbde678c1de5b5504df2f51c620a SHA512 3cbc182032fa1e1d868fc1348271840feab79629611316eb3433f11500552c57e1a04cee0b333f9cb6edfb93f9091c3aba25750b64a18ec62f59c5d4fc07da38
diff --git a/dev-python/potr/potr-1.0.1.ebuild b/dev-python/potr/potr-1.0.1.ebuild
index 9c8c7e030d8a..476ade70fed2 100644
--- a/dev-python/potr/potr-1.0.1.ebuild
+++ b/dev-python/potr/potr-1.0.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -6,7 +6,7 @@ EAPI=5
MY_PN="python-${PN}"
MY_P="${MY_PN}-${PV}"
-PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
+PYTHON_COMPAT=( python{2_7,3_5,3_6} )
inherit distutils-r1