diff options
author | Alexandre PIGNÉ <alex@freesenses.net> | 2012-02-15 09:51:15 +0100 |
---|---|---|
committer | Alexandre PIGNÉ <alex@freesenses.net> | 2012-02-15 09:51:15 +0100 |
commit | 45fbccd3534b3111b708afad86a547ff6bd4e664 (patch) | |
tree | 2b3f821f683f9a18f4698a6fd8dbf17686c50971 | |
parent | dev-python/impacket created. (diff) | |
download | lootr-45fbccd3534b3111b708afad86a547ff6bd4e664.tar.gz lootr-45fbccd3534b3111b708afad86a547ff6bd4e664.tar.bz2 lootr-45fbccd3534b3111b708afad86a547ff6bd4e664.zip |
Unrecognized version of python (2.0)
-rw-r--r-- | pcapy-0.10.5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pcapy-0.10.5.ebuild b/pcapy-0.10.5.ebuild index 9c750f9..f8ab09f 100644 --- a/pcapy-0.10.5.ebuild +++ b/pcapy-0.10.5.ebuild @@ -1,7 +1,7 @@ EAPI=4 -PYTHON_DEPEND="2:2.0" +PYTHON_DEPEND="2" SUPPORT_PYTHON_ABIS="1" RESTRICT_PYTHON_ABIS="3.*" |