diff options
Diffstat (limited to 'virtual/python-dnspython')
-rw-r--r-- | virtual/python-dnspython/Manifest | 2 | ||||
-rw-r--r-- | virtual/python-dnspython/python-dnspython-2.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/virtual/python-dnspython/Manifest b/virtual/python-dnspython/Manifest index c22c36c5d70c..e4d24fc057b1 100644 --- a/virtual/python-dnspython/Manifest +++ b/virtual/python-dnspython/Manifest @@ -1,2 +1,2 @@ -EBUILD python-dnspython-2.ebuild 456 BLAKE2B afe1df0e76415d355966919243b37678d459f82c750fa30930c74e57ab1fca09dd6f354e61eab1cbda2023d6be35f0457571817e52bc96990c4ad1575705c16d SHA512 5ce2c32809bcb242ae11118f20b09acd089b6935cd401577a228141329af709599ddb85c9918a3032d320a2a09e4aa9d9b3e37eccbda1a3861a98f8202b5dc71 +EBUILD python-dnspython-2.ebuild 449 BLAKE2B 41020933a481a6a96fe3ea4b9ca49926d939f1651de561163af2aab60de18dd360b782f34d26c50dabad738f3adc99fb6c23d268e8f53ac3ae6a8a460999b532 SHA512 64867226e084f4e52a95ac0821e97cdc1e5f55249df63345cbca4f07503b9c492580415bd256a6e8acb5bc81d7972ff8425b6c72ad9e105e79cc115f42352301 MISC metadata.xml 246 BLAKE2B 3a28b3bb42a0352827a446ea608867a7782fe682458527ef441a528a22c9f951dc203639934a69ffb520f63aadce3037df28bf8c5304b3a5921b336142f9f246 SHA512 3245fb694492b2f698fb63aac02e66fb8a94fe35eabda45df4790bec043a1ea552e112315334001902f070093bb73e7b741aa3004757404aed97ebdb86cc9fbc diff --git a/virtual/python-dnspython/python-dnspython-2.ebuild b/virtual/python-dnspython/python-dnspython-2.ebuild index e2f009dc0dda..8c358155c9dc 100644 --- a/virtual/python-dnspython/python-dnspython-2.ebuild +++ b/virtual/python-dnspython/python-dnspython-2.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=6 -PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) +PYTHON_COMPAT=( python{2_7,3_5,3_6} ) inherit python-r1 |