diff options
author | Michael Mair-Keimberger (asterix) <m.mairkeimberger@gmail.com> | 2017-01-30 18:00:14 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-01-31 09:41:07 +0100 |
commit | 300371a776bd6a754de94770c04c78c5b584da06 (patch) | |
tree | 555764d7a294557f2b2d81a5154c94f371621c5f /sci-chemistry | |
parent | sci-chemistry/dssp: remove unused Makefile (diff) | |
download | gentoo-300371a776bd6a754de94770c04c78c5b584da06.tar.gz gentoo-300371a776bd6a754de94770c04c78c5b584da06.tar.bz2 gentoo-300371a776bd6a754de94770c04c78c5b584da06.zip |
sci-chemistry/easychem: remove unused patch
Closes: https://github.com/gentoo/gentoo/pull/3730
Diffstat (limited to 'sci-chemistry')
-rw-r--r-- | sci-chemistry/easychem/files/easychem-0.6-prestrip.patch | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/sci-chemistry/easychem/files/easychem-0.6-prestrip.patch b/sci-chemistry/easychem/files/easychem-0.6-prestrip.patch deleted file mode 100644 index a1cbbb055d0c..000000000000 --- a/sci-chemistry/easychem/files/easychem-0.6-prestrip.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- Makefile.linux.orig 2009-02-23 21:17:25.000000000 +0200 -+++ Makefile.linux 2009-02-23 21:17:50.000000000 +0200 -@@ -29,7 +29,6 @@ - - easychem: postscript/ graph/ $(OBJECTS) - $(CC) -o easychem $(OBJECTS) $(GTK_LIBS) $(C_FLAGS) -- strip easychem - - clean: FORCE - -cd graph; make clean |