diff options
author | Sam James <sam@gentoo.org> | 2024-08-30 17:35:19 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-08-30 17:36:10 +0100 |
commit | 95ea2892ef10dce481fce2ecf1b2e10928df1f99 (patch) | |
tree | 2727dcb47f7453c1c9a36008e586bc58e4e642ea /net-fs | |
parent | sys-block/dust: drop 0.8.6 (diff) | |
download | gentoo-95ea2892ef10dce481fce2ecf1b2e10928df1f99.tar.gz gentoo-95ea2892ef10dce481fce2ecf1b2e10928df1f99.tar.bz2 gentoo-95ea2892ef10dce481fce2ecf1b2e10928df1f99.zip |
net-fs/nfs-utils: restore inline patch
I dropped it as ${P} is usually a hint that a patch was sent upstream
and merged, but it wasn't the case here. I'll send it upstream shortly.
Bug: https://bugs.gentoo.org/922958
Closes: https://bugs.gentoo.org/938733
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-fs')
-rw-r--r-- | net-fs/nfs-utils/nfs-utils-2.7.1.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net-fs/nfs-utils/nfs-utils-2.7.1.ebuild b/net-fs/nfs-utils/nfs-utils-2.7.1.ebuild index 1502cd5b65a8..b177432a2ae2 100644 --- a/net-fs/nfs-utils/nfs-utils-2.7.1.ebuild +++ b/net-fs/nfs-utils/nfs-utils-2.7.1.ebuild @@ -72,6 +72,7 @@ BDEPEND=" PATCHES=( "${FILESDIR}"/${PN}-2.5.2-no-werror.patch "${FILESDIR}"/${PN}-udev-sysctl.patch + "${FILESDIR}"/${PN}-2.6.4-C99-inline.patch ) pkg_setup() { |