From ca5ddd39183ddc2492abb8663f4b999cf31c720f Mon Sep 17 00:00:00 2001 From: Michal Privoznik Date: Wed, 16 Oct 2024 21:33:26 +0200 Subject: dev-python/libvirt-python: Fix placement of $S variable pkgcheck complains about the following: VariableOrderWrong: version 9999: variable DESCRIPTION should occur before S NB, it's for all the ebuilds, not just 9999. Well, move the S variable declaration further down. Signed-off-by: Michal Privoznik Signed-off-by: Sam James --- dev-python/libvirt-python/libvirt-python-9.8.0.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'dev-python/libvirt-python/libvirt-python-9.8.0.ebuild') diff --git a/dev-python/libvirt-python/libvirt-python-9.8.0.ebuild b/dev-python/libvirt-python/libvirt-python-9.8.0.ebuild index 5444ed0cc6d4..3080ec59a5e9 100644 --- a/dev-python/libvirt-python/libvirt-python-9.8.0.ebuild +++ b/dev-python/libvirt-python/libvirt-python-9.8.0.ebuild @@ -26,11 +26,12 @@ else KEYWORDS="amd64 ~arm arm64 ppc64 x86" RDEPEND="app-emulation/libvirt:0/${PV}" fi -S="${WORKDIR}/${P%_rc*}" DESCRIPTION="libvirt Python bindings" HOMEPAGE="https://www.libvirt.org" +S="${WORKDIR}/${P%_rc*}" + LICENSE="LGPL-2" SLOT="0" IUSE="examples test" @@ -60,4 +61,5 @@ python_install_all() { fi distutils-r1_python_install_all + } -- cgit v1.2.3