app-office/impressive: Fix VariableOrderWrong warning

Signed-off-by: Pacho Ramos <pacho@gentoo.org>
This commit is contained in:
Pacho Ramos
2026-05-13 15:02:18 +02:00
parent 35946b8c57
commit 4321cb47df

View File

@@ -9,6 +9,7 @@ inherit optfeature python-r1
DESCRIPTION="Stylish way of giving presentations with Python"
HOMEPAGE="https://impressive.sourceforge.net/"
SRC_URI="https://downloads.sourceforge.net/${PN}/${PN^}/${PV/_/-}/${PN^}-${PV/_/-}.tar.gz"
S="${WORKDIR}/${PN^}-${PV/_/-}"
LICENSE="GPL-2"
@@ -28,7 +29,6 @@ RDEPEND="${PYTHON_DEPS}
DOCS=( changelog.txt demo.pdf )
HTML_DOCS=( impressive.html )
S="${WORKDIR}/${PN^}-${PV/_/-}"
SLOT="0"
KEYWORDS="amd64 x86"