From a281d64685db953da8812f16e324b0faefe2dfe6 Mon Sep 17 00:00:00 2001 From: Sam James Date: Thu, 29 Feb 2024 00:16:00 +0000 Subject: [PATCH] media-sound/gnump3d: update init.d for nfsmount removal Bug: https://bugs.gentoo.org/925459 Signed-off-by: Sam James --- media-sound/gnump3d/files/gnump3d.init.d-r1 | 2 +- .../gnump3d/{gnump3d-3.0-r5.ebuild => gnump3d-3.0-r6.ebuild} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename media-sound/gnump3d/{gnump3d-3.0-r5.ebuild => gnump3d-3.0-r6.ebuild} (98%) diff --git a/media-sound/gnump3d/files/gnump3d.init.d-r1 b/media-sound/gnump3d/files/gnump3d.init.d-r1 index 2ead467d78820..6a644d6c5346a 100644 --- a/media-sound/gnump3d/files/gnump3d.init.d-r1 +++ b/media-sound/gnump3d/files/gnump3d.init.d-r1 @@ -6,7 +6,7 @@ extra_commands="index" depend() { need net - after netmount nfsmount + after netmount } start() { diff --git a/media-sound/gnump3d/gnump3d-3.0-r5.ebuild b/media-sound/gnump3d/gnump3d-3.0-r6.ebuild similarity index 98% rename from media-sound/gnump3d/gnump3d-3.0-r5.ebuild rename to media-sound/gnump3d/gnump3d-3.0-r6.ebuild index eb01124fbbc2c..4b8beef479f84 100644 --- a/media-sound/gnump3d/gnump3d-3.0-r5.ebuild +++ b/media-sound/gnump3d/gnump3d-3.0-r6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8