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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C3424158086 for ; Tue, 23 Nov 2021 17:31:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 148D2E0894; Tue, 23 Nov 2021 17:31:56 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EB169E0894 for ; Tue, 23 Nov 2021 17:31:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D4C99342F44 for ; Tue, 23 Nov 2021 17:31:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 294221C8 for ; Tue, 23 Nov 2021 17:31:53 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1637688703.c38414b4a8606cb67a8db9f69dbe152977adf17f.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/argp-standalone/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/argp-standalone/argp-standalone-1.4.1-r1.ebuild sys-libs/argp-standalone/argp-standalone-1.4.1.ebuild X-VCS-Directories: sys-libs/argp-standalone/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: c38414b4a8606cb67a8db9f69dbe152977adf17f X-VCS-Branch: master Date: Tue, 23 Nov 2021 17:31:53 +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: 3893a623-fe04-40cb-a8c4-12cb21f9e492 X-Archives-Hash: 880334b7eb30a5288eb5a569ca23fa11 commit: c38414b4a8606cb67a8db9f69dbe152977adf17f Author: Sam James gentoo org> AuthorDate: Tue Nov 23 17:31:29 2021 +0000 Commit: Sam James gentoo org> CommitDate: Tue Nov 23 17:31:43 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c38414b4 sys-libs/argp-standalone: re-enable shared patch for 1.4.1 Signed-off-by: Sam James gentoo.org> ...gp-standalone-1.4.1.ebuild => argp-standalone-1.4.1-r1.ebuild} | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/sys-libs/argp-standalone/argp-standalone-1.4.1.ebuild b/sys-libs/argp-standalone/argp-standalone-1.4.1-r1.ebuild similarity index 79% rename from sys-libs/argp-standalone/argp-standalone-1.4.1.ebuild rename to sys-libs/argp-standalone/argp-standalone-1.4.1-r1.ebuild index 20321b3bca65..c665f174dc20 100644 --- a/sys-libs/argp-standalone/argp-standalone-1.4.1.ebuild +++ b/sys-libs/argp-standalone/argp-standalone-1.4.1-r1.ebuild @@ -11,11 +11,15 @@ SRC_URI="https://github.com/ericonr/argp-standalone/archive/refs/tags/${PV}.tar. LICENSE="public-domain GPL-2 GPL-3 XC" SLOT="0" -#KEYWORDS="~amd64 ~arm ~arm64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~x86" IUSE="static-libs" DEPEND="!sys-libs/glibc" +PATCHES=( + "${FILESDIR}"/argp-standalone-1.3-shared.patch +) + src_prepare() { default @@ -25,7 +29,7 @@ src_prepare() { src_configure() { append-cflags "-fgnu89-inline" - econf + econf $(use_enable static-libs static) } src_install() {