aboutsummaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorMax P <maxp@trystero.is>2018-11-30 19:38:27 -0800
committerGitHub <noreply@github.com>2018-11-30 19:38:27 -0800
commit0c092689c521b12738a1c917108b75676e8abe07 (patch)
tree7715527997bed4ce64912df1f6ac45da7a6d5552 /eclass
parentMerge pull request #408 from woodworker/patch-2 (diff)
downloaddotnet-0c092689c521b12738a1c917108b75676e8abe07.tar.gz
dotnet-0c092689c521b12738a1c917108b75676e8abe07.tar.bz2
dotnet-0c092689c521b12738a1c917108b75676e8abe07.zip
Inherit mono-env_pkg_setup in pkg_setup()
Fixes https://bugs.gentoo.org/659422
Diffstat (limited to 'eclass')
-rw-r--r--eclass/dotnet.eclass1
1 files changed, 1 insertions, 0 deletions
diff --git a/eclass/dotnet.eclass b/eclass/dotnet.eclass
index dd0c485..ee97856 100644
--- a/eclass/dotnet.eclass
+++ b/eclass/dotnet.eclass
@@ -31,6 +31,7 @@ IUSE+=" debug developer"
# SET default use flags according on DOTNET_TARGETS
for x in ${USE_DOTNET}; do
+ mono-env_pkg_setup
case ${x} in
net45) if [[ ${DOTNET_TARGETS} == *net45* ]]; then IUSE+=" +net45"; else IUSE+=" net45"; fi;;
net40) if [[ ${DOTNET_TARGETS} == *net40* ]]; then IUSE+=" +net40"; else IUSE+=" net40"; fi;;