overlay: Put the EAPI strings into doublequotes.
Yes, the EAPI numbers are actually strings, as defined in PMS: https://projects.gentoo.org/pms/6/pms.html#x1-290003.1.8
This commit is contained in:
parent
60aaea1f73
commit
f2088413e0
9 changed files with 9 additions and 9 deletions
|
@ -1,7 +1,7 @@
|
|||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
EAPI="6"
|
||||
|
||||
PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy pypy3 )
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
EAPI="6"
|
||||
|
||||
PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy pypy3 )
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue