diff options
author | 2016-01-06 16:25:47 +0200 | |
---|---|---|
committer | 2016-01-06 16:25:47 +0200 | |
commit | 1ca1c250c1a4c7eaf7899efc1968e6042509e9fd (patch) | |
tree | b5b14ad0bc8d875c332f63ad38fba13d46f8301a | |
parent | Update local USE description (diff) | |
download | sci-1ca1c250c1a4c7eaf7899efc1968e6042509e9fd.tar.gz sci-1ca1c250c1a4c7eaf7899efc1968e6042509e9fd.tar.bz2 sci-1ca1c250c1a4c7eaf7899efc1968e6042509e9fd.zip |
sci-chemistry/openbabel-python: Remove obsolete sed
-rw-r--r-- | sci-chemistry/openbabel-python/openbabel-python-9999.ebuild | 3 |
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() { |