diff options
author | Thomas Bracht Laumann Jespersen <t@laumann.xyz> | 2022-06-08 21:28:51 +0200 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-06-16 17:30:26 +0100 |
commit | faf55c26b830e0cb486e85a2bcc18be1791b734c (patch) | |
tree | 4a92a227b636c6160bdbe874e57f3805d9d48dbf /dev-perl | |
parent | dev-libs/libpwquality: fix unquoted variable EPREFIX (diff) | |
download | gentoo-faf55c26b830e0cb486e85a2bcc18be1791b734c.tar.gz gentoo-faf55c26b830e0cb486e85a2bcc18be1791b734c.tar.bz2 gentoo-faf55c26b830e0cb486e85a2bcc18be1791b734c.zip |
dev-perl/Net-Subnet: fix unquoted variable FILESDIR
Signed-off-by: Thomas Bracht Laumann Jespersen <t@laumann.xyz>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/Net-Subnet/Net-Subnet-1.30.0-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/Net-Subnet/Net-Subnet-1.30.0-r2.ebuild b/dev-perl/Net-Subnet/Net-Subnet-1.30.0-r2.ebuild index 767da50d4694..e056c4ecb3fc 100644 --- a/dev-perl/Net-Subnet/Net-Subnet-1.30.0-r2.ebuild +++ b/dev-perl/Net-Subnet/Net-Subnet-1.30.0-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -17,4 +17,4 @@ RDEPEND=" " BDEPEND="${RDEPEND}" -PATCHES=( ${FILESDIR}/${PV}-pod-spelling.patch ) +PATCHES=( "${FILESDIR}"/${PV}-pod-spelling.patch ) |