diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2012-12-18 22:52:14 +0100 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2012-12-18 22:52:14 +0100 |
commit | 2792467a57dbbae473b29eaae60095bbc24dd10d (patch) | |
tree | 270e374335a74a5b7dad71b6bc21770e16df214c /dev-python/httpagentparser | |
parent | dev-util/deskzilla: 1.7.1 → 3.1 (diff) | |
download | eva-2792467a57dbbae473b29eaae60095bbc24dd10d.tar.gz eva-2792467a57dbbae473b29eaae60095bbc24dd10d.tar.bz2 eva-2792467a57dbbae473b29eaae60095bbc24dd10d.zip |
*/*: fix EAPI for distutils-r1 ebuilds
Diffstat (limited to 'dev-python/httpagentparser')
-rw-r--r-- | dev-python/httpagentparser/Manifest | 10 | ||||
-rw-r--r-- | dev-python/httpagentparser/httpagentparser-1.2.1.ebuild | 2 |
2 files changed, 11 insertions, 1 deletions
diff --git a/dev-python/httpagentparser/Manifest b/dev-python/httpagentparser/Manifest index cbcac72..489618d 100644 --- a/dev-python/httpagentparser/Manifest +++ b/dev-python/httpagentparser/Manifest @@ -1 +1,11 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA512 + DIST httpagentparser-1.2.1.tar.gz 4080 SHA256 3a1b239d9dd98ef087ce99a6d867f35bd707c82c6f75c7992f0f2aa7b2956655 SHA512 426da3efcde0d09e5cf1bd7e908b4ac9243b7f86c1c4b333ed598b0a1c768bd991b03551d85d1ced16d85e3c53d7452ef09d22bf9c6648c929ef8285b8efae8c WHIRLPOOL 62687723295e025f06368b540a18b48fe90a4f84c97b3dfe908696e3a35a00fdba151053fb5bf0aea4c1389f4095a0898da5cae1602abbe5e023ece92a3faa13 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v2.0.19 (GNU/Linux) + +iEYEAREKAAYFAlDQ5Z0ACgkQ1fmVwcYIWAbL8QCfdvxlyD4JR4xfadoaSt20H3uM +Y9MAn06AKnXEZpVCy/AWkFL55c20QqFz +=ysFO +-----END PGP SIGNATURE----- diff --git a/dev-python/httpagentparser/httpagentparser-1.2.1.ebuild b/dev-python/httpagentparser/httpagentparser-1.2.1.ebuild index e400bb4..c094116 100644 --- a/dev-python/httpagentparser/httpagentparser-1.2.1.ebuild +++ b/dev-python/httpagentparser/httpagentparser-1.2.1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI="4" +EAPI="5" PYTHON_COMPAT=( python2_{5,6,7} ) inherit distutils-r1 |