diff options
Diffstat (limited to 'app-office/impressive/impressive-0.13.1.ebuild')
-rw-r--r-- | app-office/impressive/impressive-0.13.1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-office/impressive/impressive-0.13.1.ebuild b/app-office/impressive/impressive-0.13.1.ebuild index 3b60082b1f65..2f4b427c94b6 100644 --- a/app-office/impressive/impressive-0.13.1.ebuild +++ b/app-office/impressive/impressive-0.13.1.ebuild @@ -1,14 +1,14 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..11} ) inherit optfeature python-r1 DESCRIPTION="Stylish way of giving presentations with Python" HOMEPAGE="http://impressive.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${PN^}/${PV/_/-}/${PN^}-${PV/_/-}.tar.gz" +SRC_URI="https://downloads.sourceforge.net/${PN}/${PN^}/${PV/_/-}/${PN^}-${PV/_/-}.tar.gz" LICENSE="GPL-2" SLOT="0" |