diff options
| author | Tupone Alfredo <tupone@gentoo.org> | 2018-10-29 08:57:47 +0100 |
|---|---|---|
| committer | Tupone Alfredo <tupone@gentoo.org> | 2018-10-29 08:57:47 +0100 |
| commit | 12bb26e7487c4fb04cbfd2fe45a04876a3b1e1b0 (patch) | |
| tree | 908129902b29f631e863e672468ba63a00a3d12b /dev-tcltk/tclpython/files | |
| parent | 0e108cd964ad141485245e8919a8f3d2e5f7eebb (diff) | |
| download | gentoo-12bb26e7487c4fb04cbfd2fe45a04876a3b1e1b0.tar.gz gentoo-12bb26e7487c4fb04cbfd2fe45a04876a3b1e1b0.tar.bz2 gentoo-12bb26e7487c4fb04cbfd2fe45a04876a3b1e1b0.zip | |
dev-tcltk/tclpython: Version bump to 5.0
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11
Diffstat (limited to 'dev-tcltk/tclpython/files')
| -rw-r--r-- | dev-tcltk/tclpython/files/tclpython-5.0-gentoo.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/dev-tcltk/tclpython/files/tclpython-5.0-gentoo.patch b/dev-tcltk/tclpython/files/tclpython-5.0-gentoo.patch new file mode 100644 index 000000000000..7f4aa0bf5a2e --- /dev/null +++ b/dev-tcltk/tclpython/files/tclpython-5.0-gentoo.patch @@ -0,0 +1,12 @@ +--- a/Makefile 2018-10-28 17:21:20.274137396 +0100 ++++ b/Makefile 2018-10-28 17:21:47.696694473 +0100 +@@ -62,7 +62,8 @@ + $(OUTPUT_DIR)/pkgIndex.tcl:pkg/pkgIndex.tcl + cp -t $(dir $@) $^ + +-package: $(OUTPUT_DIR)/$(LIBRARY) $(OUTPUT_DIR)/pkgIndex.tcl ++package: $(OUTPUT_DIR)/$(LIBRARY) ++ ${MAKE} $(OUTPUT_DIR)/pkgIndex.tcl + + ifneq ($(MAKECMDGOALS), clean) + -include $(DEPEND) |
