archivers/py-pyliblzma: fix python version restriction

The python restriction requires the '-' before the version, not after.

Reported by:	koobs@
This commit is contained in:
David Naylor 2017-04-17 18:42:12 +00:00
parent 4c9c4552d7
commit b4cb334de7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=438741

View File

@ -14,7 +14,7 @@ COMMENT= Python binding for the LZMA compression library
LICENSE= LGPL3
LICENSE_FILE= ${WRKSRC}/COPYING
USES= pkgconfig python:2.7- tar:bzip2
USES= pkgconfig python:-2.7 tar:bzip2
USE_PYTHON= autoplist distutils
post-install: