commit:     f2bebbf33ec7b0174d6a72006a1063cda5bc8bb4
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 18 08:48:16 2024 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Mon Nov 18 08:48:16 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2bebbf3

app-emacs/eselect-mode: Fix variable order

Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 app-emacs/eselect-mode/eselect-mode-9999.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-emacs/eselect-mode/eselect-mode-9999.ebuild 
b/app-emacs/eselect-mode/eselect-mode-9999.ebuild
index 0fe5c15bd545..b5158584eb92 100644
--- a/app-emacs/eselect-mode/eselect-mode-9999.ebuild
+++ b/app-emacs/eselect-mode/eselect-mode-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -11,9 +11,9 @@ inherit elisp git-r3
 
 DESCRIPTION="Emacs major mode for editing eselect files"
 HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Eselect";
+S="${WORKDIR}/${MY_PN}/misc"
 
 LICENSE="GPL-2+"
 SLOT="0"
 
-S="${WORKDIR}/${MY_PN}/misc"
 SITEFILE="50${PN}-gentoo.el"

Reply via email to