dev-libs/libarcus: Set minimal python version to 3.5
authorAlexey Shvetsov <alexxy@omrb.pnpi.spb.ru>
Thu, 14 Jun 2018 12:53:44 +0000 (15:53 +0300)
committerAlexey Shvetsov <alexxy@omrb.pnpi.spb.ru>
Thu, 14 Jun 2018 12:53:44 +0000 (15:53 +0300)
Closes: https://bugs.gentoo.org/630620
Closes: https://github.com/gentoo/gentoo/pull/8258
Package-Manager: Portage-2.3.40, Repoman-2.3.9

dev-libs/libarcus/libarcus-3.3.0.ebuild

index 93172e0b6411d0b74e005d0a7f8e3f292113458c..d0e49ef66b9817973b09f8806bfdc588d424eb7d 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python3_{4,5,6} )
+PYTHON_COMPAT=( python3_{5,6} )
 
 inherit cmake-utils python-single-r1