aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2016-01-07 10:16:19 +0100
committerJustin Lecher <jlec@gentoo.org>2016-01-07 10:16:19 +0100
commit6b19057b1d563550711e836387842f13b32b9702 (patch)
tree41f9670bac9a07ed1c4b8156237e4b5240f7b266 /sci-chemistry/openbabel-python/openbabel-python-9999.ebuild
parentMoved to sci overlay (diff)
parentMerge pull request #562 from Reinis/openbabel-python_remove_obsolete_sed (diff)
downloadsci-6b19057b1d563550711e836387842f13b32b9702.tar.gz
sci-6b19057b1d563550711e836387842f13b32b9702.tar.bz2
sci-6b19057b1d563550711e836387842f13b32b9702.zip
Merge remote-tracking branch 'github/master'
* github/master: sci-chemistry/openbabel-python: Remove obsolete sed
Diffstat (limited to 'sci-chemistry/openbabel-python/openbabel-python-9999.ebuild')
-rw-r--r--sci-chemistry/openbabel-python/openbabel-python-9999.ebuild3
1 files changed, 0 insertions, 3 deletions
diff --git a/sci-chemistry/openbabel-python/openbabel-python-9999.ebuild b/sci-chemistry/openbabel-python/openbabel-python-9999.ebuild
index b80dcf986..c2a3d19af 100644
--- a/sci-chemistry/openbabel-python/openbabel-python-9999.ebuild
+++ b/sci-chemistry/openbabel-python/openbabel-python-9999.ebuild
@@ -38,9 +38,6 @@ src_prepare() {
-outdir scripts/python \
scripts/openbabel-python.i \
|| die "Regeneration of openbabel-python.cpp failed"
- sed \
- -e '/__GNUC__/s:== 4:>= 4:g' \
- -i include/openbabel/shared_ptr.h || die
}
src_configure() {