diff options
author | 2021-03-31 04:05:26 +0100 | |
---|---|---|
committer | 2021-03-31 06:01:00 +0100 | |
commit | 9d3f472a0f70503423c26282f0e8f37c6cd804ee (patch) | |
tree | ae59589f4c009ecf906d7855b5d979546bb29e00 /eclass/portability.eclass | |
parent | netsurf.eclass: grammar fix (diff) | |
download | gentoo-9d3f472a0f70503423c26282f0e8f37c6cd804ee.tar.gz gentoo-9d3f472a0f70503423c26282f0e8f37c6cd804ee.tar.bz2 gentoo-9d3f472a0f70503423c26282f0e8f37c6cd804ee.zip |
portability.eclass: drop empty function @MAINTAINER
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'eclass/portability.eclass')
-rw-r--r-- | eclass/portability.eclass | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/eclass/portability.eclass b/eclass/portability.eclass index 333a9590b39c..eef3cd7d3443 100644 --- a/eclass/portability.eclass +++ b/eclass/portability.eclass @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # @ECLASS: portability.eclass @@ -118,7 +118,6 @@ get_bmake() { # @FUNCTION: get_mounts # @USAGE: # @RETURN: table of mounts in form "point node fs opts" -# @MAINTAINER: # @DESCRIPTION: # Portable method of getting mount names and points. # Returns as "point node fs options" |