diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2021-07-17 03:48:23 -0400 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2021-07-17 03:58:47 -0400 |
commit | 5c673e23ec756a8a2113c71f2b17493ab878d703 (patch) | |
tree | 65fa1b3367eff8fe600a84337b29fb989d0a2340 /games-puzzle/numptyphysics/files | |
parent | games-puzzle/numptyphysics: sync live (diff) | |
download | gentoo-5c673e23ec756a8a2113c71f2b17493ab878d703.tar.gz gentoo-5c673e23ec756a8a2113c71f2b17493ab878d703.tar.bz2 gentoo-5c673e23ec756a8a2113c71f2b17493ab878d703.zip |
games-puzzle/numptyphysics: drop 0.3.5
Ebuild needlessly distributes user-levels twice among other issues.
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'games-puzzle/numptyphysics/files')
-rw-r--r-- | games-puzzle/numptyphysics/files/numptyphysics-0.3.5-gentoo.patch | 13 |
1 files changed, 0 insertions, 13 deletions
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" |