Skip to content

Commit

Permalink
Merge pull request #410 from maxrp/patch-1
Browse files Browse the repository at this point in the history
Inherit mono-env_pkg_setup in pkg_setup()
  • Loading branch information
cnd committed Dec 3, 2018
2 parents 0662891 + 8d3501d commit bcf8f3e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions eclass/dotnet.eclass
Expand Up @@ -43,6 +43,7 @@ done
# @DESCRIPTION: This function set FRAMEWORK
dotnet_pkg_setup() {
EBUILD_FRAMEWORK=""
mono-env_pkg_setup
for x in ${USE_DOTNET} ; do
case ${x} in
net45) EBF="4.5"; if use net45; then F="${EBF}";fi;;
Expand Down

0 comments on commit bcf8f3e

Please sign in to comment.