logo

overlay

My (experimental) gentoo overlay
commit: b7c59ce7254033de521f5e2cc4f7ac6baae9e5ef
parent: b7151bf8f60d7251216d4da88a9d525063388f90
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Mon, 10 Apr 2017 02:23:11 +0200

eclass/python-whatever: PYTHON_COMPAT hack

Diffstat:

Aeclass/python-whatever.eclass9+++++++++
1 file changed, 9 insertions(+), 0 deletions(-)

diff --git a/eclass/python-whatever.eclass b/eclass/python-whatever.eclass @@ -0,0 +1,9 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +# @ECLASS: python-whatever +# @MAINTAINER: Haelwenn (lanodan) Monnier <contact@hacktivis.me> +# @AUTHOR: Haelwenn (lanodan) Monnier <contact@hacktivis.me> +# @BLURB: For packages needing whatever python version + +PYTHON_COMPAT=(${PYTHON_TARGETS}) # Hacky Hacky