Skip to content

Commit

Permalink
dev-lang/mono repair multilib-strict : Bug 554704
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.2.20.1
  • Loading branch information
cnd committed Aug 16, 2015
1 parent 2338803 commit fbf3297
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
10 changes: 10 additions & 0 deletions dev-lang/mono/mono-3.12.1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -115,3 +115,13 @@ src_test() {
cd mcs/tests || die
emake check
}

src_install() {
autotools-utils_src_install

# Remove files not respecting LDFLAGS and that we are not supposed to provide, see Fedora
# mono.spec and http://www.mail-archive.com/[email protected]/msg24870.html
# for reference.
rm -f "${ED}"/usr/lib/mono/{2.0,4.5}/mscorlib.dll.so || die
rm -f "${ED}"/usr/lib/mono/{2.0,4.5}/mcs.exe.so || die
}
10 changes: 10 additions & 0 deletions dev-lang/mono/mono-4.0.3.20.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -104,3 +104,13 @@ src_test() {
cd mcs/tests || die
emake check
}

src_install() {
autotools-utils_src_install

# Remove files not respecting LDFLAGS and that we are not supposed to provide, see Fedora
# mono.spec and http://www.mail-archive.com/[email protected]/msg24870.html
# for reference.
rm -f "${ED}"/usr/lib/mono/{2.0,4.5}/mscorlib.dll.so || die
rm -f "${ED}"/usr/lib/mono/{2.0,4.5}/mcs.exe.so || die
}

0 comments on commit fbf3297

Please sign in to comment.