diff options
author | Mike Frysinger <vapier@gentoo.org> | 2018-01-26 17:21:07 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2018-01-26 17:25:18 -0500 |
commit | cc4bcce20bb89633c891d9d0027546d324208490 (patch) | |
tree | fa57fc13dd21ad1f57fcd16e43a49db3014c1d03 /dev-libs/boehm-gc | |
parent | media-libs/tiff: add upstream fix for CVE-2017-9935 #624696 (diff) | |
download | gentoo-cc4bcce20bb89633c891d9d0027546d324208490.tar.gz gentoo-cc4bcce20bb89633c891d9d0027546d324208490.tar.bz2 gentoo-cc4bcce20bb89633c891d9d0027546d324208490.zip |
dev-libs/boehm-gc: drop sparc workaround for 7.6 versions
This seems to be fixed in upstream versions already.
Diffstat (limited to 'dev-libs/boehm-gc')
-rw-r--r-- | dev-libs/boehm-gc/boehm-gc-7.6.0.ebuild | 5 | ||||
-rw-r--r-- | dev-libs/boehm-gc/boehm-gc-7.6.2.ebuild | 5 |
2 files changed, 0 insertions, 10 deletions
diff --git a/dev-libs/boehm-gc/boehm-gc-7.6.0.ebuild b/dev-libs/boehm-gc/boehm-gc-7.6.0.ebuild index 7fc4ca03479f..1e9292afc17a 100644 --- a/dev-libs/boehm-gc/boehm-gc-7.6.0.ebuild +++ b/dev-libs/boehm-gc/boehm-gc-7.6.0.ebuild @@ -33,11 +33,6 @@ multilib_src_configure() { ECONF_SOURCE=${S} econf "${config[@]}" } -multilib_src_compile() { - use sparc && emake src/sparc_mach_dep.lo - default -} - multilib_src_install_all() { local HTML_DOCS=( doc/*.html ) einstalldocs diff --git a/dev-libs/boehm-gc/boehm-gc-7.6.2.ebuild b/dev-libs/boehm-gc/boehm-gc-7.6.2.ebuild index 53b5655f24f9..09cabd87bf73 100644 --- a/dev-libs/boehm-gc/boehm-gc-7.6.2.ebuild +++ b/dev-libs/boehm-gc/boehm-gc-7.6.2.ebuild @@ -35,11 +35,6 @@ multilib_src_configure() { ECONF_SOURCE=${S} econf "${config[@]}" } -multilib_src_compile() { - use sparc && emake src/sparc_mach_dep.lo - default -} - multilib_src_install_all() { local HTML_DOCS=( doc/*.html ) einstalldocs |