From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 70FED138330 for ; Sat, 6 Jan 2018 16:42:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 99D54E0831; Sat, 6 Jan 2018 16:42:24 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7B661E0831 for ; Sat, 6 Jan 2018 16:42:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 689FA335C04 for ; Sat, 6 Jan 2018 16:42:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2D5A7133 for ; Sat, 6 Jan 2018 16:42:21 +0000 (UTC) From: "Sebastian Pipping" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sebastian Pipping" Message-ID: <1515256935.8674a045a9220e0c07e6f9e6017b5f3c5b00d25f.sping@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/gimp/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/gimp/files/gimp-2.9.6-underlinking.patch X-VCS-Directories: media-gfx/gimp/files/ X-VCS-Committer: sping X-VCS-Committer-Name: Sebastian Pipping X-VCS-Revision: 8674a045a9220e0c07e6f9e6017b5f3c5b00d25f X-VCS-Branch: master Date: Sat, 6 Jan 2018 16:42:21 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: e25ac478-4f1d-4726-8af9-59f3463ea9a9 X-Archives-Hash: 098e2a1d86cf23810bbe8de595703290 commit: 8674a045a9220e0c07e6f9e6017b5f3c5b00d25f Author: Michael Mair-Keimberger gmail com> AuthorDate: Sat Jan 6 09:12:49 2018 +0000 Commit: Sebastian Pipping gentoo org> CommitDate: Sat Jan 6 16:42:15 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8674a045 media-gfx/gimp: remove unused patch media-gfx/gimp/files/gimp-2.9.6-underlinking.patch | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/media-gfx/gimp/files/gimp-2.9.6-underlinking.patch b/media-gfx/gimp/files/gimp-2.9.6-underlinking.patch deleted file mode 100644 index 9208c2f329b..00000000000 --- a/media-gfx/gimp/files/gimp-2.9.6-underlinking.patch +++ /dev/null @@ -1,20 +0,0 @@ -diff --git a/libgimpbase/Makefile.am b/libgimpbase/Makefile.am -index a1a6719..85c8518 100644 ---- a/libgimpbase/Makefile.am -+++ b/libgimpbase/Makefile.am -@@ -22,6 +22,7 @@ uninstall-libtool-import-lib: - -rm $(DESTDIR)$(libdir)/libgimpbase-$(GIMP_API_VERSION).dll.a - -rm $(DESTDIR)$(libdir)/gimpbase.def - else -+libm = -lm - install-libtool-import-lib: - uninstall-libtool-import-lib: - endif -@@ -169,6 +170,7 @@ EXTRA_libgimpbase_@GIMP_API_VERSION@_la_DEPENDENCIES = $(gimpbase_def) - libgimpbase_@GIMP_API_VERSION@_la_LIBADD = \ - $(GIO_LIBS) \ - $(GEXIV2_LIBS) \ -+ $(libm) \ - $(ole32_lib) - - install-data-local: install-ms-lib install-libtool-import-lib