net-voip/discover-overlay: fix variables ordering

Signed-off-by: Julien Roy <julien@jroy.ca>
This commit is contained in:
Julien Roy
2024-05-13 17:57:31 -04:00
parent 221f989b51
commit 5270db7593
2 changed files with 3 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
# Copyright 2022 Gentoo Authors
# Copyright 2022-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -11,6 +11,7 @@ inherit distutils-r1 xdg
DESCRIPTION="Yet another Discord overlay for Linux written in Python using GTK3"
HOMEPAGE="https://github.com/trigg/Discover"
SRC_URI="https://github.com/trigg/Discover/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz"
S="${WORKDIR}/Discover-${PV}"
LICENSE="GPL-3"
SLOT="0"
@@ -27,5 +28,3 @@ RDEPEND="
dev-python/python-xlib[${PYTHON_USEDEP}]
wayland? ( gui-libs/gtk-layer-shell[introspection(+)] )
"
S="${WORKDIR}/Discover-${PV}"

View File

@@ -11,6 +11,7 @@ inherit distutils-r1 xdg
DESCRIPTION="Yet another Discord overlay for Linux written in Python using GTK3"
HOMEPAGE="https://github.com/trigg/Discover"
SRC_URI="https://github.com/trigg/Discover/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz"
S="${WORKDIR}/Discover-${PV}"
LICENSE="GPL-3"
SLOT="0"
@@ -28,5 +29,3 @@ RDEPEND="
dev-python/pulsectl-asyncio[${PYTHON_USEDEP}]
wayland? ( gui-libs/gtk-layer-shell[introspection(+)] )
"
S="${WORKDIR}/Discover-${PV}"