diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2020-12-06 15:33:14 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2020-12-06 15:33:14 +0000 |
| commit | 37f91a50a36582e09123ace49b34c52ddb5d58f7 (patch) | |
| tree | dcd9acc129bd9aaa82125be264b7d2073d1fc7a1 /dev-lang | |
| parent | e9848f819288ad820832150895a8ab090fa99c5b (diff) | |
| download | baldeagleos-repo-37f91a50a36582e09123ace49b34c52ddb5d58f7.tar.gz baldeagleos-repo-37f91a50a36582e09123ace49b34c52ddb5d58f7.tar.xz baldeagleos-repo-37f91a50a36582e09123ace49b34c52ddb5d58f7.zip | |
Updating liguros repo
Diffstat (limited to 'dev-lang')
| -rw-r--r-- | dev-lang/gdl/gdl-1.0.0_rc3.ebuild | 2 | ||||
| -rw-r--r-- | dev-lang/hy/hy-0.14.0.ebuild | 2 | ||||
| -rw-r--r-- | dev-lang/hy/hy-0.15.0.ebuild | 2 | ||||
| -rw-r--r-- | dev-lang/hy/hy-0.16.0.ebuild | 2 | ||||
| -rw-r--r-- | dev-lang/hy/hy-0.17.0.ebuild | 2 | ||||
| -rw-r--r-- | dev-lang/ispc/ispc-1.14.1.ebuild | 2 | ||||
| -rw-r--r-- | dev-lang/ispc/ispc-9999.ebuild | 2 | ||||
| -rw-r--r-- | dev-lang/jsonnet/jsonnet-0.15.0.ebuild | 2 | ||||
| -rw-r--r-- | dev-lang/jsonnet/jsonnet-0.16.0-r2.ebuild | 2 | ||||
| -rw-r--r-- | dev-lang/jsonnet/jsonnet-0.16.0.ebuild | 2 | ||||
| -rw-r--r-- | dev-lang/jsonnet/jsonnet-0.17.0-r1.ebuild | 2 | ||||
| -rw-r--r-- | dev-lang/rust/rust-1.46.0.ebuild | 2 | ||||
| -rw-r--r-- | dev-lang/rust/rust-1.47.0-r2.ebuild | 2 | ||||
| -rw-r--r-- | dev-lang/rust/rust-1.48.0.ebuild | 2 | ||||
| -rw-r--r-- | dev-lang/spark/spark-2019.ebuild | 2 | ||||
| -rw-r--r-- | dev-lang/spidermonkey/spidermonkey-1.8.5-r9.ebuild | 2 | ||||
| -rw-r--r-- | dev-lang/spidermonkey/spidermonkey-68.12.0.ebuild | 2 | ||||
| -rw-r--r-- | dev-lang/spidermonkey/spidermonkey-78.4.1.ebuild | 2 | ||||
| -rw-r--r-- | dev-lang/spidermonkey/spidermonkey-78.5.0.ebuild | 2 | ||||
| -rw-r--r-- | dev-lang/yap/yap-6.3.4.ebuild | 2 |
20 files changed, 20 insertions, 20 deletions
diff --git a/dev-lang/gdl/gdl-1.0.0_rc3.ebuild b/dev-lang/gdl/gdl-1.0.0_rc3.ebuild index b12fad76a91c..a22274cafc72 100644 --- a/dev-lang/gdl/gdl-1.0.0_rc3.ebuild +++ b/dev-lang/gdl/gdl-1.0.0_rc3.ebuild @@ -4,7 +4,7 @@ EAPI=7 WX_GTK_VER="3.0-gtk3" -PYTHON_COMPAT=( python3_{6,7,8,9} ) +PYTHON_COMPAT=( python3_{6,7,8,9,10} ) # gdl's build system is a travesty, and actually calls # itself in the testsuite, which is something that ninja diff --git a/dev-lang/hy/hy-0.14.0.ebuild b/dev-lang/hy/hy-0.14.0.ebuild index ce80189f41f0..f1f2d52824ce 100644 --- a/dev-lang/hy/hy-0.14.0.ebuild +++ b/dev-lang/hy/hy-0.14.0.ebuild @@ -4,7 +4,7 @@ EAPI=5 RESTRICT="test" # needs some pointy sticks. Seriously. -PYTHON_COMPAT=( python3_{6,7,8,9} ) +PYTHON_COMPAT=( python3_{6,7,8,9,10} ) inherit distutils-r1 eutils DESCRIPTION="A LISP dialect running in python" diff --git a/dev-lang/hy/hy-0.15.0.ebuild b/dev-lang/hy/hy-0.15.0.ebuild index 848d2b69e98c..888f0eb5af9f 100644 --- a/dev-lang/hy/hy-0.15.0.ebuild +++ b/dev-lang/hy/hy-0.15.0.ebuild @@ -4,7 +4,7 @@ EAPI="7" RESTRICT="test" # needs some pointy sticks. Seriously. -PYTHON_COMPAT=( python3_{6,7,8,9} ) +PYTHON_COMPAT=( python3_{6,7,8,9,10} ) inherit distutils-r1 eutils DESCRIPTION="A LISP dialect running in python" diff --git a/dev-lang/hy/hy-0.16.0.ebuild b/dev-lang/hy/hy-0.16.0.ebuild index 848d2b69e98c..888f0eb5af9f 100644 --- a/dev-lang/hy/hy-0.16.0.ebuild +++ b/dev-lang/hy/hy-0.16.0.ebuild @@ -4,7 +4,7 @@ EAPI="7" RESTRICT="test" # needs some pointy sticks. Seriously. -PYTHON_COMPAT=( python3_{6,7,8,9} ) +PYTHON_COMPAT=( python3_{6,7,8,9,10} ) inherit distutils-r1 eutils DESCRIPTION="A LISP dialect running in python" diff --git a/dev-lang/hy/hy-0.17.0.ebuild b/dev-lang/hy/hy-0.17.0.ebuild index e786c29a8864..26f42f6bfa89 100644 --- a/dev-lang/hy/hy-0.17.0.ebuild +++ b/dev-lang/hy/hy-0.17.0.ebuild @@ -4,7 +4,7 @@ EAPI=7 RESTRICT="test" # needs some pointy sticks. Seriously. -PYTHON_COMPAT=( python3_{6,7,8,9} ) +PYTHON_COMPAT=( python3_{6,7,8,9,10} ) inherit distutils-r1 eutils DESCRIPTION="A LISP dialect running in python" diff --git a/dev-lang/ispc/ispc-1.14.1.ebuild b/dev-lang/ispc/ispc-1.14.1.ebuild index 58c0534cc5bf..12c81313d6cd 100644 --- a/dev-lang/ispc/ispc-1.14.1.ebuild +++ b/dev-lang/ispc/ispc-1.14.1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7,8,9} ) +PYTHON_COMPAT=( python3_{6,7,8,9,10} ) inherit cmake toolchain-funcs python-any-r1 diff --git a/dev-lang/ispc/ispc-9999.ebuild b/dev-lang/ispc/ispc-9999.ebuild index 07b62cdb24d2..68f59a1015b1 100644 --- a/dev-lang/ispc/ispc-9999.ebuild +++ b/dev-lang/ispc/ispc-9999.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7,8,9} ) +PYTHON_COMPAT=( python3_{6,7,8,9,10} ) inherit cmake toolchain-funcs python-any-r1 diff --git a/dev-lang/jsonnet/jsonnet-0.15.0.ebuild b/dev-lang/jsonnet/jsonnet-0.15.0.ebuild index 6e61769d7045..4c69b42734e4 100644 --- a/dev-lang/jsonnet/jsonnet-0.15.0.ebuild +++ b/dev-lang/jsonnet/jsonnet-0.15.0.ebuild @@ -4,7 +4,7 @@ EAPI=7 DISTUTILS_OPTIONAL=1 -PYTHON_COMPAT=( python3_{6,7,8,9} ) +PYTHON_COMPAT=( python3_{6,7,8,9,10} ) inherit toolchain-funcs flag-o-matic distutils-r1 diff --git a/dev-lang/jsonnet/jsonnet-0.16.0-r2.ebuild b/dev-lang/jsonnet/jsonnet-0.16.0-r2.ebuild index a03fb26f7ee8..be43410adf7c 100644 --- a/dev-lang/jsonnet/jsonnet-0.16.0-r2.ebuild +++ b/dev-lang/jsonnet/jsonnet-0.16.0-r2.ebuild @@ -4,7 +4,7 @@ EAPI=7 DISTUTILS_OPTIONAL=1 -PYTHON_COMPAT=( python3_{6,7,8,9} pypy3 ) +PYTHON_COMPAT=( python3_{6,7,8,9,10} pypy3 ) inherit toolchain-funcs flag-o-matic distutils-r1 diff --git a/dev-lang/jsonnet/jsonnet-0.16.0.ebuild b/dev-lang/jsonnet/jsonnet-0.16.0.ebuild index aff00a96c2e9..706d287de423 100644 --- a/dev-lang/jsonnet/jsonnet-0.16.0.ebuild +++ b/dev-lang/jsonnet/jsonnet-0.16.0.ebuild @@ -4,7 +4,7 @@ EAPI=7 DISTUTILS_OPTIONAL=1 -PYTHON_COMPAT=( python3_{6,7,8,9} ) +PYTHON_COMPAT=( python3_{6,7,8,9,10} ) inherit toolchain-funcs flag-o-matic distutils-r1 diff --git a/dev-lang/jsonnet/jsonnet-0.17.0-r1.ebuild b/dev-lang/jsonnet/jsonnet-0.17.0-r1.ebuild index 88ade6ba31d4..6f56f69b1e19 100644 --- a/dev-lang/jsonnet/jsonnet-0.17.0-r1.ebuild +++ b/dev-lang/jsonnet/jsonnet-0.17.0-r1.ebuild @@ -4,7 +4,7 @@ EAPI=7 DISTUTILS_OPTIONAL=1 -PYTHON_COMPAT=( python3_{6,7,8,9} pypy3 ) +PYTHON_COMPAT=( python3_{6,7,8,9,10} pypy3 ) inherit toolchain-funcs flag-o-matic distutils-r1 diff --git a/dev-lang/rust/rust-1.46.0.ebuild b/dev-lang/rust/rust-1.46.0.ebuild index af544e5161e0..f6de06ff31be 100644 --- a/dev-lang/rust/rust-1.46.0.ebuild +++ b/dev-lang/rust/rust-1.46.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7,8,9} ) +PYTHON_COMPAT=( python3_{6,7,8,9,10} ) inherit bash-completion-r1 check-reqs estack flag-o-matic llvm multiprocessing multilib-build python-any-r1 rust-toolchain toolchain-funcs diff --git a/dev-lang/rust/rust-1.47.0-r2.ebuild b/dev-lang/rust/rust-1.47.0-r2.ebuild index 61d76912b892..ff35e735097c 100644 --- a/dev-lang/rust/rust-1.47.0-r2.ebuild +++ b/dev-lang/rust/rust-1.47.0-r2.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7,8,9} ) +PYTHON_COMPAT=( python3_{6,7,8,9,10} ) inherit bash-completion-r1 check-reqs estack flag-o-matic llvm multiprocessing multilib-build python-any-r1 rust-toolchain toolchain-funcs diff --git a/dev-lang/rust/rust-1.48.0.ebuild b/dev-lang/rust/rust-1.48.0.ebuild index 468595c6af74..355e8ab059b0 100644 --- a/dev-lang/rust/rust-1.48.0.ebuild +++ b/dev-lang/rust/rust-1.48.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7,8,9} ) +PYTHON_COMPAT=( python3_{6,7,8,9,10} ) inherit bash-completion-r1 check-reqs estack flag-o-matic llvm multiprocessing multilib-build python-any-r1 rust-toolchain toolchain-funcs diff --git a/dev-lang/spark/spark-2019.ebuild b/dev-lang/spark/spark-2019.ebuild index 837c60765cff..6e92fe6160a1 100644 --- a/dev-lang/spark/spark-2019.ebuild +++ b/dev-lang/spark/spark-2019.ebuild @@ -4,7 +4,7 @@ EAPI=7 ADA_COMPAT=( gnat_2019 ) -PYTHON_COMPAT=( python2_7 python3_{6,7,8,9} ) +PYTHON_COMPAT=( python2_7 python3_{6,7,8,9,10} ) inherit ada python-any-r1 toolchain-funcs multiprocessing diff --git a/dev-lang/spidermonkey/spidermonkey-1.8.5-r9.ebuild b/dev-lang/spidermonkey/spidermonkey-1.8.5-r9.ebuild index d40fbf3a3465..805db3b4b0ab 100644 --- a/dev-lang/spidermonkey/spidermonkey-1.8.5-r9.ebuild +++ b/dev-lang/spidermonkey/spidermonkey-1.8.5-r9.ebuild @@ -3,7 +3,7 @@ EAPI=6 WANT_AUTOCONF="2.1" -PYTHON_COMPAT=( python2_7 python3_{6,7,8,9} ) +PYTHON_COMPAT=( python2_7 python3_{6,7,8,9,10} ) PYTHON_REQ_USE="threads" inherit autotools toolchain-funcs multilib python-any-r1 versionator pax-utils diff --git a/dev-lang/spidermonkey/spidermonkey-68.12.0.ebuild b/dev-lang/spidermonkey/spidermonkey-68.12.0.ebuild index e29afab8d413..66b122fc9f62 100644 --- a/dev-lang/spidermonkey/spidermonkey-68.12.0.ebuild +++ b/dev-lang/spidermonkey/spidermonkey-68.12.0.ebuild @@ -3,7 +3,7 @@ EAPI="7" -PYTHON_COMPAT=( python3_{6,7,8,9} ) +PYTHON_COMPAT=( python3_{6,7,8,9,10} ) WANT_AUTOCONF="2.1" diff --git a/dev-lang/spidermonkey/spidermonkey-78.4.1.ebuild b/dev-lang/spidermonkey/spidermonkey-78.4.1.ebuild index 98c4a1e68723..825986f73f66 100644 --- a/dev-lang/spidermonkey/spidermonkey-78.4.1.ebuild +++ b/dev-lang/spidermonkey/spidermonkey-78.4.1.ebuild @@ -7,7 +7,7 @@ EAPI="7" FIREFOX_PATCHSET="firefox-78esr-patches-04.tar.xz" SPIDERMONKEY_PATCHSET="spidermonkey-78-patches-02.tar.xz" -PYTHON_COMPAT=( python3_{6,7,8,9} ) +PYTHON_COMPAT=( python3_{6,7,8,9,10} ) WANT_AUTOCONF="2.1" diff --git a/dev-lang/spidermonkey/spidermonkey-78.5.0.ebuild b/dev-lang/spidermonkey/spidermonkey-78.5.0.ebuild index a46949aebc19..657cf36229b6 100644 --- a/dev-lang/spidermonkey/spidermonkey-78.5.0.ebuild +++ b/dev-lang/spidermonkey/spidermonkey-78.5.0.ebuild @@ -7,7 +7,7 @@ EAPI="7" FIREFOX_PATCHSET="firefox-78esr-patches-07.tar.xz" SPIDERMONKEY_PATCHSET="spidermonkey-78-patches-02.tar.xz" -PYTHON_COMPAT=( python3_{6,7,8,9} ) +PYTHON_COMPAT=( python3_{6,7,8,9,10} ) WANT_AUTOCONF="2.1" diff --git a/dev-lang/yap/yap-6.3.4.ebuild b/dev-lang/yap/yap-6.3.4.ebuild index 307824e81e74..3f2ae45ef1eb 100644 --- a/dev-lang/yap/yap-6.3.4.ebuild +++ b/dev-lang/yap/yap-6.3.4.ebuild @@ -5,7 +5,7 @@ EAPI=7 MY_P=YAP-${PV} -PYTHON_COMPAT=( python3_{6,7,8,9} ) +PYTHON_COMPAT=( python3_{6,7,8,9,10} ) inherit cmake-utils eutils flag-o-matic multilib python-r1 |
