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 EB09F138359 for ; Sat, 7 Nov 2020 18:25:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1EB74E0827; Sat, 7 Nov 2020 18:25:11 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 063CCE0827 for ; Sat, 7 Nov 2020 18:25:10 +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 A2C78335D9B for ; Sat, 7 Nov 2020 18:25:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E4F9D3BE for ; Sat, 7 Nov 2020 18:25:05 +0000 (UTC) From: "Andreas K. Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas K. Hüttel" Message-ID: <1604773490.9dce1946ac8d694128fd5e871a09c9e5e37a223d.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/radmind/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/radmind/radmind-1.15.1.ebuild X-VCS-Directories: app-admin/radmind/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: 9dce1946ac8d694128fd5e871a09c9e5e37a223d X-VCS-Branch: master Date: Sat, 7 Nov 2020 18:25:05 +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: c6184e3c-838e-40c5-9c0e-1a879742d0d6 X-Archives-Hash: 1e58378c0a3e808d93e2ea78a953b66e commit: 9dce1946ac8d694128fd5e871a09c9e5e37a223d Author: Andreas K. Hüttel gentoo org> AuthorDate: Sat Nov 7 18:24:34 2020 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Sat Nov 7 18:24:50 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9dce1946 app-admin/radmind: Apply gcc-10 workaround Bug: https://bugs.gentoo.org/706556 Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Andreas K. Hüttel gentoo.org> app-admin/radmind/radmind-1.15.1.ebuild | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/app-admin/radmind/radmind-1.15.1.ebuild b/app-admin/radmind/radmind-1.15.1.ebuild index 3d2decf2a3d..96807f42abc 100644 --- a/app-admin/radmind/radmind-1.15.1.ebuild +++ b/app-admin/radmind/radmind-1.15.1.ebuild @@ -1,8 +1,10 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 +inherit flag-o-matic + DESCRIPTION="Command-line tools and server to remotely administer multiple Unix filesystems" HOMEPAGE="https://github.com/Radmind https://sourceforge.net/projects/radmind/" SRC_URI="https://github.com/voretaq7/radmind/releases/download/${P}/${P}.tar.gz" @@ -25,6 +27,11 @@ PATCHES=( "${FILESDIR}"/${PN}-1.14.1-glibc225.patch ) +src_configure() { + append-cflags -fcommon + default +} + src_install() { default keepdir /var/radmind/{cert,client,postapply,preapply}