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 39771139360 for ; Sun, 8 Aug 2021 12:59:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 48EC7E0843; Sun, 8 Aug 2021 12:59:47 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 22E38E0843 for ; Sun, 8 Aug 2021 12:59:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 C26BD342ABE for ; Sun, 8 Aug 2021 12:59:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5E71325 for ; Sun, 8 Aug 2021 12:59:44 +0000 (UTC) From: "Anna Vyalkova" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anna Vyalkova" Message-ID: <1628416938.9ce89d4622781ffe1e961fb65ef42d0e1a20d00b.cybertailor@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-vcs/got/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-vcs/got/got-0_p20210217.ebuild X-VCS-Directories: dev-vcs/got/ X-VCS-Committer: cybertailor X-VCS-Committer-Name: Anna Vyalkova X-VCS-Revision: 9ce89d4622781ffe1e961fb65ef42d0e1a20d00b X-VCS-Branch: dev Date: Sun, 8 Aug 2021 12:59:44 +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: 98b549b2-c996-4e20-a987-2da729e75963 X-Archives-Hash: a071110b72067cab04d32cda821df886 commit: 9ce89d4622781ffe1e961fb65ef42d0e1a20d00b Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Sun Aug 8 10:02:18 2021 +0000 Commit: Anna Vyalkova sysrq in> CommitDate: Sun Aug 8 10:02:18 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9ce89d46 dev-vcs/got: fix AR Closes: https://bugs.gentoo.org/807109 Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> dev-vcs/got/got-0_p20210217.ebuild | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/dev-vcs/got/got-0_p20210217.ebuild b/dev-vcs/got/got-0_p20210217.ebuild index 941e6a683..115529b51 100644 --- a/dev-vcs/got/got-0_p20210217.ebuild +++ b/dev-vcs/got/got-0_p20210217.ebuild @@ -3,7 +3,7 @@ EAPI=8 -inherit autotools +inherit autotools toolchain-funcs MY_PN="${PN}-portable" COMMIT="36536ee0b0fb5108076d8238a4b78c59db9dac3d" # "linux" branch @@ -17,7 +17,6 @@ SLOT="0" KEYWORDS="~amd64 ~x86" DEPEND=" - app-crypt/libmd dev-libs/openssl:= sys-libs/ncurses:= sys-libs/zlib:= @@ -26,6 +25,7 @@ DEPEND=" !elibc_Darwin? ( dev-libs/libbsd !elibc_SunOS? ( + app-crypt/libmd sys-apps/util-linux ) ) @@ -50,6 +50,10 @@ src_prepare() { eautoreconf } +src_compile() { + emake AR=$(tc-getAR) +} + src_install() { default doman got/*.5