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 EBA5D1581C1 for ; Sun, 14 Jul 2024 19:44:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2708E2BC02A; Sun, 14 Jul 2024 19:44:25 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0FB702BC02A for ; Sun, 14 Jul 2024 19:44:25 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5753A340C43 for ; Sun, 14 Jul 2024 19:44:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6199E1E23 for ; Sun, 14 Jul 2024 19:44:21 +0000 (UTC) From: "Horodniceanu Andrei" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Horodniceanu Andrei" Message-ID: <1720979473.fe205c09b1b060bda636c751dc557b9d1fb3b8e1.a.horodniceanu@gentoo> Subject: [gentoo-commits] repo/user/dlang:master commit in: net-misc/onedrivegui/ X-VCS-Repository: repo/user/dlang X-VCS-Files: net-misc/onedrivegui/onedrivegui-1.0.3-r1.ebuild X-VCS-Directories: net-misc/onedrivegui/ X-VCS-Committer: a.horodniceanu X-VCS-Committer-Name: Horodniceanu Andrei X-VCS-Revision: fe205c09b1b060bda636c751dc557b9d1fb3b8e1 X-VCS-Branch: master Date: Sun, 14 Jul 2024 19:44:21 +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: 619a7f34-0b92-49ef-ab3c-2ffa418f4cac X-Archives-Hash: 6f7a697b692d692921cf27e7755772e4 commit: fe205c09b1b060bda636c751dc557b9d1fb3b8e1 Author: Andrei Horodniceanu proton me> AuthorDate: Sun Jul 14 17:50:36 2024 +0000 Commit: Horodniceanu Andrei proton me> CommitDate: Sun Jul 14 17:51:13 2024 +0000 URL: https://gitweb.gentoo.org/repo/user/dlang.git/commit/?id=fe205c09 net-misc/onedrivegui: unkeyword 1.0.3-r1 for ~x86 The webengine USE flag is package.use.mask'ed on x86 making RDEPEND never being solvable on x86 as highlighted by pkgcheck. Signed-off-by: Andrei Horodniceanu proton.me> net-misc/onedrivegui/onedrivegui-1.0.3-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-misc/onedrivegui/onedrivegui-1.0.3-r1.ebuild b/net-misc/onedrivegui/onedrivegui-1.0.3-r1.ebuild index 2e6f9d7..da97144 100644 --- a/net-misc/onedrivegui/onedrivegui-1.0.3-r1.ebuild +++ b/net-misc/onedrivegui/onedrivegui-1.0.3-r1.ebuild @@ -17,7 +17,7 @@ RDEPEND="net-misc/onedrive LICENSE="GPL-3" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64" S="${WORKDIR}/${M_PN}-${PV}"