diff options
Diffstat (limited to 'dev-python/python-elementary/python-elementary-9999.ebuild')
| -rw-r--r-- | dev-python/python-elementary/python-elementary-9999.ebuild | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/dev-python/python-elementary/python-elementary-9999.ebuild b/dev-python/python-elementary/python-elementary-9999.ebuild index 3043b094..d2ac9b92 100644 --- a/dev-python/python-elementary/python-elementary-9999.ebuild +++ b/dev-python/python-elementary/python-elementary-9999.ebuild @@ -2,13 +2,19 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=2 +EAPI=5 E_CYTHON=1 SUPPORT_PYTHON_ABIS=1 RESTRICT_PYTHON_ABIS="3.*" -ESVN_SUB_PROJECT="BINDINGS/python" +if [[ ${PV} == "9999" ]] ; then + EGIT_SUB_PROJECT="legacy/bindings/python" + EGIT_URI_APPEND=${PN} +else + #SRC_URI="http://download.enlightenment.org/releases/${P}.tar.bz2" + EKEY_STATE="snap" +fi inherit enlightenment |
