Skip to content

Commit

Permalink
*/*: remove py3.8 from PYTHON_COMPAT
Browse files Browse the repository at this point in the history
Signed-off-by: David Seifert <[email protected]>
Signed-off-by: hololeap <[email protected]>
  • Loading branch information
SoapGentoo authored and hololeap committed Feb 15, 2023
1 parent d1c62e3 commit d29ade5
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 9 deletions.
5 changes: 3 additions & 2 deletions dev-lang/ghc/ghc-8.10.6-r2.ebuild
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 1999-2022 Gentoo Authors
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7
Expand All @@ -13,7 +13,7 @@ if [[ ${CTARGET} = ${CHOST} ]] ; then
fi
fi

PYTHON_COMPAT=( python3_{8..10} )
PYTHON_COMPAT=( python3_{9..10} )
inherit python-any-r1
inherit autotools bash-completion-r1 flag-o-matic ghc-package
inherit multilib multiprocessing pax-utils toolchain-funcs prefix
Expand Down Expand Up @@ -91,6 +91,7 @@ yet_binary() {
*) return 1 ;;
esac
;;
*) return 1 ;;
esac
}

Expand Down
2 changes: 1 addition & 1 deletion dev-lang/ghc/ghc-8.10.7-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ if [[ ${CTARGET} = ${CHOST} ]] ; then
fi
fi

PYTHON_COMPAT=( python3_{8..10} )
PYTHON_COMPAT=( python3_{9..10} )
inherit python-any-r1
inherit autotools bash-completion-r1 flag-o-matic ghc-package
inherit multilib multiprocessing pax-utils toolchain-funcs prefix
Expand Down
6 changes: 3 additions & 3 deletions dev-lang/ghc/ghc-9.0.2-r2.ebuild
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 1999-2022 Gentoo Authors
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7
Expand All @@ -13,7 +13,7 @@ if [[ ${CTARGET} = ${CHOST} ]] ; then
fi
fi

PYTHON_COMPAT=( python3_{8..10} )
PYTHON_COMPAT=( python3_{9..10} )
inherit python-any-r1
inherit autotools bash-completion-r1 flag-o-matic ghc-package
inherit multiprocessing pax-utils toolchain-funcs prefix
Expand Down Expand Up @@ -575,7 +575,6 @@ src_prepare() {

eapply "${FILESDIR}"/${PN}-9.0.2-CHOST-prefix.patch
eapply "${FILESDIR}"/${PN}-9.0.2-darwin.patch
eapply "${FILESDIR}"/${PN}-9.0.2-fptools.patch
# Fixes panic when compiling some packages
# https://github.com/gentoo-haskell/gentoo-haskell/issues/1250#issuecomment-1044257595
# https://gitlab.haskell.org/ghc/ghc/-/issues/21097
Expand All @@ -587,6 +586,7 @@ src_prepare() {
eapply "${FILESDIR}"/${PN}-9.0.2-llvm-13.patch
eapply "${FILESDIR}"/latomic-subword
eapply "${WORKDIR}"/${P}-riscv64-llvm.patch
eapply "${FILESDIR}"/${PN}-9.0.2-fptools.patch # clang-16 workaround

# mingw32 target
pushd "${S}/libraries/Win32"
Expand Down
2 changes: 1 addition & 1 deletion dev-lang/ghc/ghc-9.2.4.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ if [[ ${CTARGET} = ${CHOST} ]] ; then
fi
fi

PYTHON_COMPAT=( python3_{8..10} )
PYTHON_COMPAT=( python3_{9..10} )
inherit python-any-r1
inherit autotools bash-completion-r1 flag-o-matic ghc-package
inherit multiprocessing pax-utils toolchain-funcs prefix
Expand Down
2 changes: 1 addition & 1 deletion dev-lang/ghc/ghc-9.2.5.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ if [[ ${CTARGET} = ${CHOST} ]] ; then
fi
fi

PYTHON_COMPAT=( python3_{8..10} )
PYTHON_COMPAT=( python3_{9..10} )
inherit python-any-r1
inherit autotools bash-completion-r1 flag-o-matic ghc-package
inherit multiprocessing pax-utils toolchain-funcs prefix
Expand Down
2 changes: 1 addition & 1 deletion dev-lang/ghc/ghc-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ if [[ ${CTARGET} = ${CHOST} ]] ; then
fi
fi

PYTHON_COMPAT=( python3_{7..9} )
PYTHON_COMPAT=( python3_{9..10} )
inherit python-any-r1
inherit autotools bash-completion-r1 eutils flag-o-matic ghc-package
inherit multilib multiprocessing pax-utils toolchain-funcs prefix
Expand Down

0 comments on commit d29ade5

Please sign in to comment.