From 5c673e23ec756a8a2113c71f2b17493ab878d703 Mon Sep 17 00:00:00 2001 From: Ionen Wolkens Date: Sat, 17 Jul 2021 03:48:23 -0400 Subject: games-puzzle/numptyphysics: drop 0.3.5 Ebuild needlessly distributes user-levels twice among other issues. Signed-off-by: Ionen Wolkens --- .../numptyphysics/files/numptyphysics-0.3.5-gentoo.patch | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 games-puzzle/numptyphysics/files/numptyphysics-0.3.5-gentoo.patch (limited to 'games-puzzle/numptyphysics/files') diff --git a/games-puzzle/numptyphysics/files/numptyphysics-0.3.5-gentoo.patch b/games-puzzle/numptyphysics/files/numptyphysics-0.3.5-gentoo.patch deleted file mode 100644 index 9a739ed5227c..000000000000 --- a/games-puzzle/numptyphysics/files/numptyphysics-0.3.5-gentoo.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/makefile b/makefile -index 8125a48..0ee4942 100644 ---- a/makefile -+++ b/makefile -@@ -37,7 +37,7 @@ $(OBJECTS): $(GENERATED_HEADERS) - - $(TARGET): $(OBJECTS) $(LOCAL_LIBS) - $(SILENTMSG) "\tLD\t$@\n" -- $(SILENTCMD) $(CXX) -o $@ $^ $(LIBS) -+ $(SILENTCMD) $(CXX) -o $@ $^ $(LDFLAGS) $(LIBS) - - clean: $(ADDITIONAL_CLEAN_TARGETS) - $(SILENTMSG) "\tCLEAN\n" -- cgit v1.2.3-65-gdbad