diff options
Diffstat (limited to 'virtual/python-pmw')
-rw-r--r-- | virtual/python-pmw/Manifest | 2 | ||||
-rw-r--r-- | virtual/python-pmw/python-pmw-1.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/virtual/python-pmw/Manifest b/virtual/python-pmw/Manifest index be13cc0b9a75..48df04073173 100644 --- a/virtual/python-pmw/Manifest +++ b/virtual/python-pmw/Manifest @@ -1,2 +1,2 @@ -EBUILD python-pmw-1.ebuild 512 BLAKE2B d2b13aee766bc3944caef24726f6522981e431a1247b9f0e9a471018bc05a3de1068528f1b23a16f6359aee156219a3a9aac5b4380bd5ddac3a77281e4bb1658 SHA512 22e1a0c2d0cf707a12559055bfa7a64bef32dddeecfc87f6408b12d21d997f4e25a6d58a6f6cbfb930c672073c8d37b9df0cf3449bdf5298dbd9c17445a1e901 +EBUILD python-pmw-1.ebuild 505 BLAKE2B f5e8aef31d59c2e40eaf010f76f32b56e84d479500ab1f5195d5b97d001e473e83575493ecf18388c90e0bfb1809fab2c3439855402503ad8a9c4a2989feb56f SHA512 efc532c43f6ff6b674a767a2f4312c92310532fa0c40383a18431cb593c0539ece930dfc0265229c79536ee33a036c81e3a78fc9785a4a23762ed2d15c1c7086 MISC metadata.xml 246 BLAKE2B 3a28b3bb42a0352827a446ea608867a7782fe682458527ef441a528a22c9f951dc203639934a69ffb520f63aadce3037df28bf8c5304b3a5921b336142f9f246 SHA512 3245fb694492b2f698fb63aac02e66fb8a94fe35eabda45df4790bec043a1ea552e112315334001902f070093bb73e7b741aa3004757404aed97ebdb86cc9fbc diff --git a/virtual/python-pmw/python-pmw-1.ebuild b/virtual/python-pmw/python-pmw-1.ebuild index 6339d964df79..0588e34dda6a 100644 --- a/virtual/python-pmw/python-pmw-1.ebuild +++ b/virtual/python-pmw/python-pmw-1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) +PYTHON_COMPAT=( python{2_7,3_5,3_6} ) inherit python-r1 |