summaryrefslogtreecommitdiff
path: root/dev-perl/URI-Fetch/URI-Fetch-0.130.0.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-perl/URI-Fetch/URI-Fetch-0.130.0.ebuild')
-rw-r--r--dev-perl/URI-Fetch/URI-Fetch-0.130.0.ebuild6
1 files changed, 5 insertions, 1 deletions
diff --git a/dev-perl/URI-Fetch/URI-Fetch-0.130.0.ebuild b/dev-perl/URI-Fetch/URI-Fetch-0.130.0.ebuild
index 532f71df28f9..02383629c002 100644
--- a/dev-perl/URI-Fetch/URI-Fetch-0.130.0.ebuild
+++ b/dev-perl/URI-Fetch/URI-Fetch-0.130.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -29,3 +29,7 @@ DEPEND="${RDEPEND}
>=dev-perl/Test-RequiresInternet-0.50.0
)
"
+
+PATCHES=(
+ "${FILESDIR}"/${P}-min-perl.patch
+)