commit: a281d64685db953da8812f16e324b0faefe2dfe6 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Thu Feb 29 00:16:00 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu Feb 29 00:16:00 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a281d646
media-sound/gnump3d: update init.d for nfsmount removal Bug: https://bugs.gentoo.org/925459 Signed-off-by: Sam James <sam <AT> gentoo.org> media-sound/gnump3d/files/gnump3d.init.d-r1 | 2 +- media-sound/gnump3d/{gnump3d-3.0-r5.ebuild => gnump3d-3.0-r6.ebuild} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/media-sound/gnump3d/files/gnump3d.init.d-r1 b/media-sound/gnump3d/files/gnump3d.init.d-r1 index 2ead467d7882..6a644d6c5346 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 eb01124fbbc2..4b8beef479f8 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