diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2020-12-05 10:36:03 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2020-12-05 10:36:03 +0000 |
| commit | 43fd362d94e64e040b6bee53f5f9042fe7ce365f (patch) | |
| tree | e4ef6f15d5a421cf85c3621a02b4d747933b1462 /dev-python/clang-python | |
| parent | 6bd3ff315e457c0d4c67ff883adf9444547a4333 (diff) | |
| download | baldeagleos-repo-43fd362d94e64e040b6bee53f5f9042fe7ce365f.tar.gz baldeagleos-repo-43fd362d94e64e040b6bee53f5f9042fe7ce365f.tar.xz baldeagleos-repo-43fd362d94e64e040b6bee53f5f9042fe7ce365f.zip | |
Updating liguros repo
Diffstat (limited to 'dev-python/clang-python')
6 files changed, 6 insertions, 6 deletions
diff --git a/dev-python/clang-python/clang-python-10.0.1.ebuild b/dev-python/clang-python/clang-python-10.0.1.ebuild index aa9082c1c83e..bdc03c5c6fe3 100644 --- a/dev-python/clang-python/clang-python-10.0.1.ebuild +++ b/dev-python/clang-python/clang-python-10.0.1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{5..10} ) +PYTHON_COMPAT=( python3_{5,6,7,8,9,10} ) inherit llvm.org python-r1 DESCRIPTION="Python bindings for sys-devel/clang" diff --git a/dev-python/clang-python/clang-python-11.0.0.ebuild b/dev-python/clang-python/clang-python-11.0.0.ebuild index aa9082c1c83e..bdc03c5c6fe3 100644 --- a/dev-python/clang-python/clang-python-11.0.0.ebuild +++ b/dev-python/clang-python/clang-python-11.0.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{5..10} ) +PYTHON_COMPAT=( python3_{5,6,7,8,9,10} ) inherit llvm.org python-r1 DESCRIPTION="Python bindings for sys-devel/clang" diff --git a/dev-python/clang-python/clang-python-11.0.1.9999.ebuild b/dev-python/clang-python/clang-python-11.0.1.9999.ebuild index 4317701f6d5a..8ad6ee11ec05 100644 --- a/dev-python/clang-python/clang-python-11.0.1.9999.ebuild +++ b/dev-python/clang-python/clang-python-11.0.1.9999.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{5..10} ) +PYTHON_COMPAT=( python3_{5,6,7,8,9,10} ) inherit llvm.org python-r1 DESCRIPTION="Python bindings for sys-devel/clang" diff --git a/dev-python/clang-python/clang-python-11.0.1_rc1.ebuild b/dev-python/clang-python/clang-python-11.0.1_rc1.ebuild index 4317701f6d5a..8ad6ee11ec05 100644 --- a/dev-python/clang-python/clang-python-11.0.1_rc1.ebuild +++ b/dev-python/clang-python/clang-python-11.0.1_rc1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{5..10} ) +PYTHON_COMPAT=( python3_{5,6,7,8,9,10} ) inherit llvm.org python-r1 DESCRIPTION="Python bindings for sys-devel/clang" diff --git a/dev-python/clang-python/clang-python-12.0.0.9999.ebuild b/dev-python/clang-python/clang-python-12.0.0.9999.ebuild index 4317701f6d5a..8ad6ee11ec05 100644 --- a/dev-python/clang-python/clang-python-12.0.0.9999.ebuild +++ b/dev-python/clang-python/clang-python-12.0.0.9999.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{5..10} ) +PYTHON_COMPAT=( python3_{5,6,7,8,9,10} ) inherit llvm.org python-r1 DESCRIPTION="Python bindings for sys-devel/clang" diff --git a/dev-python/clang-python/clang-python-9.0.1.ebuild b/dev-python/clang-python/clang-python-9.0.1.ebuild index 7f6b075c444e..a183053a81f8 100644 --- a/dev-python/clang-python/clang-python-9.0.1.ebuild +++ b/dev-python/clang-python/clang-python-9.0.1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{5..10} ) +PYTHON_COMPAT=( python3_{5,6,7,8,9,10} ) inherit llvm.org python-r1 DESCRIPTION="Python bindings for sys-devel/clang" |
