diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-06-05 21:05:17 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-06-05 21:05:17 +0000 |
commit | 05deb05f93933fad72fa08402fed0f34a798fe5e (patch) | |
tree | 20ca60ee26bf0ff430cf892507600534847c4e7f /sci-biology | |
parent | Delete older ebuilds. (diff) | |
download | gentoo-2-05deb05f93933fad72fa08402fed0f34a798fe5e.tar.gz gentoo-2-05deb05f93933fad72fa08402fed0f34a798fe5e.tar.bz2 gentoo-2-05deb05f93933fad72fa08402fed0f34a798fe5e.zip |
Delete old patch.
Diffstat (limited to 'sci-biology')
-rw-r--r-- | sci-biology/biopython/files/biopython-1.49-flex.patch | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/sci-biology/biopython/files/biopython-1.49-flex.patch b/sci-biology/biopython/files/biopython-1.49-flex.patch deleted file mode 100644 index afd509444c68..000000000000 --- a/sci-biology/biopython/files/biopython-1.49-flex.patch +++ /dev/null @@ -1,21 +0,0 @@ ---- setup.py.old 2008-11-25 18:03:16.000000000 +0100 -+++ setup.py 2008-11-25 18:04:14.000000000 +0100 -@@ -341,12 +341,12 @@ - include_dirs=["Bio"] - ), - #Commented out due to the build dependency on flex, see Bug 2619 --# Extension('Bio.PDB.mmCIF.MMCIFlex', --# ['Bio/PDB/mmCIF/lex.yy.c', --# 'Bio/PDB/mmCIF/MMCIFlexmodule.c'], --# include_dirs=["Bio"], --# libraries=["fl"] --# ), -+ Extension('Bio.PDB.mmCIF.MMCIFlex', -+ ['Bio/PDB/mmCIF/lex.yy.c', -+ 'Bio/PDB/mmCIF/MMCIFlexmodule.c'], -+ include_dirs=["Bio"], -+ libraries=["fl"] -+ ), - Extension('Bio.Nexus.cnexus', - ['Bio/Nexus/cnexus.c'] - ), |