summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Fredric <kentfredric@gmail.com>2016-04-11 16:22:54 +1200
committerKent Fredric <kentnl@gentoo.org>2017-09-17 12:06:56 +1200
commit706971d2778af4928b96048719dae6291c982d91 (patch)
tree15f89aa88cbe993afc0643326c6d5e2be9830182
parentperl-functions.eclass: Sync perl_fix_packlist from ::gentoo (diff)
downloadperl-overlay-706971d2778af4928b96048719dae6291c982d91.tar.gz
perl-overlay-706971d2778af4928b96048719dae6291c982d91.tar.bz2
perl-overlay-706971d2778af4928b96048719dae6291c982d91.zip
perl-functions.eclass: Import alternatives into perl-functions
-rw-r--r--eclass/perl-functions.eclass1
1 files changed, 1 insertions, 0 deletions
diff --git a/eclass/perl-functions.eclass b/eclass/perl-functions.eclass
index 3b6222b5d..6ae34f014 100644
--- a/eclass/perl-functions.eclass
+++ b/eclass/perl-functions.eclass
@@ -15,6 +15,7 @@
# It provides helper functions, no phases or variable manipulation in
# global scope.
+[[ ${CATEGORY} == "perl-core" ]] && inherit alternatives
case "${EAPI:-0}" in
5) ;;