aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2016-01-06 15:52:17 +0100
committerJustin Lecher <jlec@gentoo.org>2016-01-06 15:52:17 +0100
commit148faf674b100f355f530c983635c1a0de889aec (patch)
treeb5b14ad0bc8d875c332f63ad38fba13d46f8301a
parentUpdate local USE description (diff)
parentsci-chemistry/openbabel-python: Remove obsolete sed (diff)
downloadsci-148faf674b100f355f530c983635c1a0de889aec.tar.gz
sci-148faf674b100f355f530c983635c1a0de889aec.tar.bz2
sci-148faf674b100f355f530c983635c1a0de889aec.zip
Merge pull request #562 from Reinis/openbabel-python_remove_obsolete_sed
sci-chemistry/openbabel-python: Remove obsolete sed
-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() {