commit:     6b160ee7f6464689273d8ae08344f40a185dd49f
Author:     Vladislav Mikhailikov <vmikhailikov <AT> gmail <DOT> com>
AuthorDate: Wed Jun 25 19:52:37 2025 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Jul  5 06:50:04 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b160ee7

net-analyzer/slurm: fix typo

Signed-off-by: Vladislav Mikhailikov <vmikhailikov <AT> gmail.com>
Part-of: https://github.com/gentoo/gentoo/pull/42744
Closes: https://github.com/gentoo/gentoo/pull/42744
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 net-analyzer/slurm/slurm-0.4.3.ebuild | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/net-analyzer/slurm/slurm-0.4.3.ebuild 
b/net-analyzer/slurm/slurm-0.4.3.ebuild
index 5dd5798c2f8b..6af695152acb 100644
--- a/net-analyzer/slurm/slurm-0.4.3.ebuild
+++ b/net-analyzer/slurm/slurm-0.4.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -8,6 +8,7 @@ inherit cmake
 DESCRIPTION="Realtime network interface monitor based on FreeBSD's pppstatus"
 HOMEPAGE="https://github.com/mattthias/slurm";
 SRC_URI="https://github.com/mattthias/slurm/archive/upstream/${PN}.tar.gz -> 
${P}.tar.gz"
+S="${WORKDIR}/${PN}-upstream"
 
 LICENSE="GPL-2"
 SLOT="0"
@@ -16,8 +17,6 @@ KEYWORDS="amd64 ~ppc ~sparc x86"
 RDEPEND="sys-libs/ncurses:="
 DEPEND="${RDEPEND}"
 
-S="${WORKDIR}/${PN}-upstream"
-
 PATCHES=(
        "${FILESDIR}"/${PN}-0.3.3-overflow.patch
        "${FILESDIR}"/${P}-tinfo.patch

Reply via email to