diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2020-12-05 14:08:42 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2020-12-05 14:08:42 +0000 |
| commit | 32a4698032393a9bbe3e9f967d5dc805bb4780d9 (patch) | |
| tree | 449022c8a1383d0efb939f9175e449d6e2abdab4 /app-portage | |
| parent | 490d80aeb76438be1b9d2803257dbf9199499f75 (diff) | |
| download | baldeagleos-repo-32a4698032393a9bbe3e9f967d5dc805bb4780d9.tar.gz baldeagleos-repo-32a4698032393a9bbe3e9f967d5dc805bb4780d9.tar.xz baldeagleos-repo-32a4698032393a9bbe3e9f967d5dc805bb4780d9.zip | |
Updating liguros repo
Diffstat (limited to 'app-portage')
| -rw-r--r-- | app-portage/elicense/elicense-1.0.2.ebuild | 2 | ||||
| -rw-r--r-- | app-portage/elicense/elicense-9999.ebuild | 2 | ||||
| -rw-r--r-- | app-portage/pfl/pfl-3.1-r1.ebuild | 2 | ||||
| -rw-r--r-- | app-portage/portage-derive/portage-derive-1.1.0.ebuild | 2 | ||||
| -rw-r--r-- | app-portage/portpeek/portpeek-3.1.5.ebuild | 2 | ||||
| -rw-r--r-- | app-portage/tatt/tatt-0.7-r1.ebuild | 2 | ||||
| -rw-r--r-- | app-portage/tatt/tatt-0.8.ebuild | 2 | ||||
| -rw-r--r-- | app-portage/tatt/tatt-9999.ebuild | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/app-portage/elicense/elicense-1.0.2.ebuild b/app-portage/elicense/elicense-1.0.2.ebuild index 3cc632c4a60e..d6b07615b7b9 100644 --- a/app-portage/elicense/elicense-1.0.2.ebuild +++ b/app-portage/elicense/elicense-1.0.2.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI="7" -PYTHON_COMPAT=( python3_{6,7,8,9} ) +PYTHON_COMPAT=( python3_{5,6,7,8,9,10} ) inherit distutils-r1 if [[ ${PV} == "9999" ]]; then diff --git a/app-portage/elicense/elicense-9999.ebuild b/app-portage/elicense/elicense-9999.ebuild index 21bffddfdfbc..3c686dc1272b 100644 --- a/app-portage/elicense/elicense-9999.ebuild +++ b/app-portage/elicense/elicense-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI="7" -PYTHON_COMPAT=( python3_{6,7,8,9} ) +PYTHON_COMPAT=( python3_{5,6,7,8,9,10} ) inherit distutils-r1 if [[ ${PV} == "9999" ]]; then diff --git a/app-portage/pfl/pfl-3.1-r1.ebuild b/app-portage/pfl/pfl-3.1-r1.ebuild index 1c83a7f60bfc..3b0bfb1239b5 100644 --- a/app-portage/pfl/pfl-3.1-r1.ebuild +++ b/app-portage/pfl/pfl-3.1-r1.ebuild @@ -4,7 +4,7 @@ EAPI=7 DISTUTILS_USE_SETUPTOOLS=no -PYTHON_COMPAT=( python3_{6,7,8,9} ) +PYTHON_COMPAT=( python3_{5,6,7,8,9,10} ) PYTHON_REQ_USE="xml" inherit distutils-r1 systemd diff --git a/app-portage/portage-derive/portage-derive-1.1.0.ebuild b/app-portage/portage-derive/portage-derive-1.1.0.ebuild index 2ee69dd13ca4..8d732e00f8de 100644 --- a/app-portage/portage-derive/portage-derive-1.1.0.ebuild +++ b/app-portage/portage-derive/portage-derive-1.1.0.ebuild @@ -5,7 +5,7 @@ EAPI=7 CROS_WORKON_PROJECT="platform/portage-derive" CROS_WORKON_COMMIT="a5bd54ca038a0be949adb812c8e952853d23c1b0" # v1.1.0 -PYTHON_COMPAT=( python3_{5,6,7,8,9} ) +PYTHON_COMPAT=( python3_{5,6,7,8,9,10} ) inherit distutils-r1 cros-workon diff --git a/app-portage/portpeek/portpeek-3.1.5.ebuild b/app-portage/portpeek/portpeek-3.1.5.ebuild index b81cd64dc282..351ee2d21bed 100644 --- a/app-portage/portpeek/portpeek-3.1.5.ebuild +++ b/app-portage/portpeek/portpeek-3.1.5.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI="7" -PYTHON_COMPAT=( python3_{7,8,9} ) +PYTHON_COMPAT=( python3_{5,6,7,8,9,10} ) inherit python-r1 diff --git a/app-portage/tatt/tatt-0.7-r1.ebuild b/app-portage/tatt/tatt-0.7-r1.ebuild index 59b5f9986ea5..efe5044b79a0 100644 --- a/app-portage/tatt/tatt-0.7-r1.ebuild +++ b/app-portage/tatt/tatt-0.7-r1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7,8,9} ) +PYTHON_COMPAT=( python3_{5,6,7,8,9,10} ) inherit distutils-r1 diff --git a/app-portage/tatt/tatt-0.8.ebuild b/app-portage/tatt/tatt-0.8.ebuild index 4966a0e29da0..f1b303cd8d0d 100644 --- a/app-portage/tatt/tatt-0.8.ebuild +++ b/app-portage/tatt/tatt-0.8.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7,8,9} ) +PYTHON_COMPAT=( python3_{5,6,7,8,9,10} ) inherit distutils-r1 diff --git a/app-portage/tatt/tatt-9999.ebuild b/app-portage/tatt/tatt-9999.ebuild index 3cfd4e342789..03fd72ae1917 100644 --- a/app-portage/tatt/tatt-9999.ebuild +++ b/app-portage/tatt/tatt-9999.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7,8,9} ) +PYTHON_COMPAT=( python3_{5,6,7,8,9,10} ) inherit distutils-r1 git-r3 |
