mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-19 12:03:02 -04:00
gui-apps/*: fix variable order
Signed-off-by: Lucio Sauer <watermanpaint@posteo.net> Signed-off-by: Julien Roy <julien@jroy.ca>
This commit is contained in:
@@ -3,10 +3,9 @@
|
||||
|
||||
EAPI=8
|
||||
|
||||
SRC_URI="https://github.com/mazunki/wl-scripts/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
DESCRIPTION="A set of utils for wlroots window managers"
|
||||
HOMEPAGE="https://github.com/mazunki/wl-scripts"
|
||||
SRC_URI="https://github.com/mazunki/wl-scripts/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
@@ -19,7 +18,6 @@ RDEPEND="
|
||||
gui-apps/slurp
|
||||
gui-libs/wlroots
|
||||
"
|
||||
BDEPEND="" # scripts are just sh
|
||||
|
||||
src_install() {
|
||||
exeinto "/usr/bin/"
|
||||
|
||||
Reference in New Issue
Block a user