From 05b8b0e0af1d72e51a3ee61522941bf7605cd01c Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 4 Jul 2020 14:05:23 +0100 Subject: gentoo resync : 04.07.2020 --- .../gperiodic/files/gperiodic-2.0.10-nls.patch | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 sci-chemistry/gperiodic/files/gperiodic-2.0.10-nls.patch (limited to 'sci-chemistry/gperiodic/files/gperiodic-2.0.10-nls.patch') diff --git a/sci-chemistry/gperiodic/files/gperiodic-2.0.10-nls.patch b/sci-chemistry/gperiodic/files/gperiodic-2.0.10-nls.patch deleted file mode 100644 index de0bea04dc14..000000000000 --- a/sci-chemistry/gperiodic/files/gperiodic-2.0.10-nls.patch +++ /dev/null @@ -1,20 +0,0 @@ - po/Makefile | 2 ++ - 1 files changed, 2 insertions(+), 0 deletions(-) - -diff --git a/po/Makefile b/po/Makefile -index d7d7d78..179dad6 100644 ---- a/po/Makefile -+++ b/po/Makefile -@@ -26,10 +26,12 @@ endif - - install: - $(MAKE) all -+ifeq ($(enable_nls),1) - for f in $(FILES_MO) ; do \ - mkdir -p $(DESTDIR)$(LOCALEDIR)/`basename $$f .mo`/LC_MESSAGES ; \ - install -m 644 $$f $(DESTDIR)$(LOCALEDIR)/`basename $$f .mo`/LC_MESSAGES/$(PACKAGE).mo ; \ - done -+endif - - uninstall: - for f in $(FILES_MO) ; do \ -- cgit v1.2.3