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 /sys-boot | |
| parent | e9848f819288ad820832150895a8ab090fa99c5b (diff) | |
| download | baldeagleos-repo-37f91a50a36582e09123ace49b34c52ddb5d58f7.tar.gz baldeagleos-repo-37f91a50a36582e09123ace49b34c52ddb5d58f7.tar.xz baldeagleos-repo-37f91a50a36582e09123ace49b34c52ddb5d58f7.zip | |
Updating liguros repo
Diffstat (limited to 'sys-boot')
| -rw-r--r-- | sys-boot/grub/grub-2.04-r2.ebuild | 2 | ||||
| -rw-r--r-- | sys-boot/grub/grub-2.05_alpha20200310-r1.ebuild | 2 | ||||
| -rw-r--r-- | sys-boot/grub/grub-9999.ebuild | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/sys-boot/grub/grub-2.04-r2.ebuild b/sys-boot/grub/grub-2.04-r2.ebuild index 3465a8bcea3a..96f4d8813bbe 100644 --- a/sys-boot/grub/grub-2.04-r2.ebuild +++ b/sys-boot/grub/grub-2.04-r2.ebuild @@ -9,7 +9,7 @@ if [[ ${PV} == 9999 ]]; then fi if [[ -n ${GRUB_AUTOGEN} || -n ${GRUB_BOOTSTRAP} ]]; then -PYTHON_COMPAT=( python2_7 python3_{6,7,8,9} ) +PYTHON_COMPAT=( python2_7 python3_{6,7,8,9,10} ) inherit python-any-r1 fi diff --git a/sys-boot/grub/grub-2.05_alpha20200310-r1.ebuild b/sys-boot/grub/grub-2.05_alpha20200310-r1.ebuild index 711b1d44d2bc..1a8b1694dace 100644 --- a/sys-boot/grub/grub-2.05_alpha20200310-r1.ebuild +++ b/sys-boot/grub/grub-2.05_alpha20200310-r1.ebuild @@ -9,7 +9,7 @@ if [[ ${PV} == 9999 ]]; then fi if [[ -n ${GRUB_AUTOGEN} || -n ${GRUB_BOOTSTRAP} ]]; then -PYTHON_COMPAT=( python2_7 python3_{6,7,8,9} ) +PYTHON_COMPAT=( python2_7 python3_{6,7,8,9,10} ) inherit python-any-r1 fi diff --git a/sys-boot/grub/grub-9999.ebuild b/sys-boot/grub/grub-9999.ebuild index e37ae42aad28..0ec643cec68a 100644 --- a/sys-boot/grub/grub-9999.ebuild +++ b/sys-boot/grub/grub-9999.ebuild @@ -9,7 +9,7 @@ if [[ ${PV} == 9999 ]]; then fi if [[ -n ${GRUB_AUTOGEN} || -n ${GRUB_BOOTSTRAP} ]]; then -PYTHON_COMPAT=( python2_7 python3_{6,7,8,9} ) +PYTHON_COMPAT=( python2_7 python3_{6,7,8,9,10} ) inherit python-any-r1 fi |
