diff options
author | Pacho Ramos <pacho@gentoo.org> | 2024-05-18 11:22:26 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2024-05-18 11:23:05 +0200 |
commit | b48dda747f08134cff00a0cae58073baab7255b4 (patch) | |
tree | b3520e7fd71b1bd7943e7d9cf3e99240ca6288fe /gnome-extra/gnome-shell-extension-alphabetical-grid | |
parent | sci-chemistry/chemex: Fix VariableOrderWrong warning (diff) | |
download | gentoo-b48dda747f08134cff00a0cae58073baab7255b4.tar.gz gentoo-b48dda747f08134cff00a0cae58073baab7255b4.tar.bz2 gentoo-b48dda747f08134cff00a0cae58073baab7255b4.zip |
gnome-extra/gnome-shell-extension-alphabetical-grid: Fix VariableOrderWrong warning
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Diffstat (limited to 'gnome-extra/gnome-shell-extension-alphabetical-grid')
-rw-r--r-- | gnome-extra/gnome-shell-extension-alphabetical-grid/gnome-shell-extension-alphabetical-grid-40.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnome-extra/gnome-shell-extension-alphabetical-grid/gnome-shell-extension-alphabetical-grid-40.0.ebuild b/gnome-extra/gnome-shell-extension-alphabetical-grid/gnome-shell-extension-alphabetical-grid-40.0.ebuild index 50291ca4a9f4..31617859a0b4 100644 --- a/gnome-extra/gnome-shell-extension-alphabetical-grid/gnome-shell-extension-alphabetical-grid-40.0.ebuild +++ b/gnome-extra/gnome-shell-extension-alphabetical-grid/gnome-shell-extension-alphabetical-grid-40.0.ebuild @@ -10,6 +10,7 @@ inherit gnome2-utils DESCRIPTION="Restore the alphabetical ordering of the app grid" HOMEPAGE="https://github.com/stuarthayhurst/alphabetical-grid-extension" SRC_URI="https://github.com/stuarthayhurst/alphabetical-grid-extension/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" +S="${WORKDIR}/alphabetical-grid-extension-${PV}" LICENSE="GPL-3" SLOT="0" @@ -22,7 +23,6 @@ RDEPEND=" " DEPEND="${COMMON_DEPEND}" -S="${WORKDIR}/alphabetical-grid-extension-${PV}" extension_uuid="AlphabeticalAppGrid@stuarthayhurst" # Tests are only useful for upstream |