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 DFC681382C5 for ; Fri, 26 Jun 2020 15:53:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 10B06E0991; Fri, 26 Jun 2020 15:53:52 +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 3455EE0991 for ; Fri, 26 Jun 2020 15:53:51 +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 D874E34F1B1 for ; Fri, 26 Jun 2020 15:53:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DFAA9256 for ; Fri, 26 Jun 2020 15:53:47 +0000 (UTC) From: "Ben Kohler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ben Kohler" Message-ID: <1593186816.28625ec7e0e405c313b34ac9a08a85ee50cc1982.bkohler@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/discount/files/, app-text/discount/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/discount/discount-2.2.6.ebuild app-text/discount/files/gethopt-undefined.patch X-VCS-Directories: app-text/discount/files/ app-text/discount/ X-VCS-Committer: bkohler X-VCS-Committer-Name: Ben Kohler X-VCS-Revision: 28625ec7e0e405c313b34ac9a08a85ee50cc1982 X-VCS-Branch: master Date: Fri, 26 Jun 2020 15:53:47 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 57bf30f0-ec59-40f4-b4a3-4a75200b3a1b X-Archives-Hash: 507a2cbfa881adeafa0800c61098ac0c commit: 28625ec7e0e405c313b34ac9a08a85ee50cc1982 Author: Ben Kohler gentoo org> AuthorDate: Fri Jun 26 15:53:19 2020 +0000 Commit: Ben Kohler gentoo org> CommitDate: Fri Jun 26 15:53:36 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28625ec7 app-text/discount: parallel build fix from upstream Closes: https://bugs.gentoo.org/728930 Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Ben Kohler gentoo.org> app-text/discount/discount-2.2.6.ebuild | 2 ++ app-text/discount/files/gethopt-undefined.patch | 12 ++++++++++++ 2 files changed, 14 insertions(+) diff --git a/app-text/discount/discount-2.2.6.ebuild b/app-text/discount/discount-2.2.6.ebuild index 9e570549251..9cb5d5ea9f1 100644 --- a/app-text/discount/discount-2.2.6.ebuild +++ b/app-text/discount/discount-2.2.6.ebuild @@ -15,6 +15,8 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="minimal test" RESTRICT="!test? ( test )" +PATCHES=( "${FILESDIR}"/gethopt-undefined.patch ) + src_prepare() { default diff --git a/app-text/discount/files/gethopt-undefined.patch b/app-text/discount/files/gethopt-undefined.patch new file mode 100644 index 00000000000..5b081877a7a --- /dev/null +++ b/app-text/discount/files/gethopt-undefined.patch @@ -0,0 +1,12 @@ +diff -aur discount-2.2.6/Makefile.in discount-2.2.6-new/Makefile.in +--- discount-2.2.6/Makefile.in 2019-04-16 03:28:20.000000000 +1200 ++++ discount-2.2.6-new/Makefile.in 2020-06-21 07:39:32.256757588 +1200 +@@ -139,7 +139,7 @@ + + pandoc_headers.o: tools/pandoc_headers.c config.h + $(BUILD) -c -o pandoc_headers.o tools/pandoc_headers.c +-pandoc_headers: pandoc_headers.o ++pandoc_headers: pandoc_headers.o $(MKDLIB) + $(LINK) -o pandoc_headers pandoc_headers.o $(COMMON) -lmarkdown + + branch.o: tools/branch.c config.h