diff --git a/sci-mathematics/relational/relational-2.5-r2.ebuild b/sci-mathematics/relational/relational-2.5-r2.ebuild index c751c62d6c572..708b76f72de9a 100644 --- a/sci-mathematics/relational/relational-2.5-r2.ebuild +++ b/sci-mathematics/relational/relational-2.5-r2.ebuild @@ -1,15 +1,16 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7,8} ) +PYTHON_COMPAT=( python3_{7,8,9} ) inherit python-single-r1 DESCRIPTION="Educational tool for relational algebra" HOMEPAGE="https://ltworf.github.io/relational/" SRC_URI="https://github.com/ltworf/${PN}/releases/download/${PV}/${PN}_${PV}.orig.tar.gz" +S="${WORKDIR}/${PN}" LICENSE="GPL-3" SLOT="0" @@ -25,8 +26,6 @@ DEPEND="${PYTHON_DEPS} " RDEPEND="${DEPEND}" -S="${WORKDIR}/${PN}" - PATCHES=( "${FILESDIR}/${P}-no-qtwebkit.patch" ) src_prepare() {