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 46C8E13835A for ; Tue, 8 Sep 2020 15:56:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 568B4E086D; Tue, 8 Sep 2020 15:56:32 +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 3D2B8E086D for ; Tue, 8 Sep 2020 15:56:32 +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 D153533BECB for ; Tue, 8 Sep 2020 15:56:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4D27D33A for ; Tue, 8 Sep 2020 15:56:29 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1599580583.6ea47f2ae574db1ae88c8cea54c3ec6d715c3248.whissi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-block/disktype/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-block/disktype/disktype-9-r1.ebuild X-VCS-Directories: sys-block/disktype/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: 6ea47f2ae574db1ae88c8cea54c3ec6d715c3248 X-VCS-Branch: master Date: Tue, 8 Sep 2020 15:56:29 +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: aef3039a-6673-4ab2-a9c2-c3f8e41cdf32 X-Archives-Hash: b78f46333997840949307353203255d6 commit: 6ea47f2ae574db1ae88c8cea54c3ec6d715c3248 Author: Thomas Deutschmann gentoo org> AuthorDate: Tue Sep 8 15:53:08 2020 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Tue Sep 8 15:56:23 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ea47f2a sys-block/disktype: x86 stable (bug #740982) Package-Manager: Portage-3.0.6, Repoman-3.0.1 Signed-off-by: Thomas Deutschmann gentoo.org> sys-block/disktype/disktype-9-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-block/disktype/disktype-9-r1.ebuild b/sys-block/disktype/disktype-9-r1.ebuild index d5d1abe3838..a0ec0e88024 100644 --- a/sys-block/disktype/disktype-9-r1.ebuild +++ b/sys-block/disktype/disktype-9-r1.ebuild @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/disktype/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 arm ~ppc ~sparc ~x86" +KEYWORDS="~amd64 arm ~ppc ~sparc x86" src_compile() { emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}"