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 D6777158095 for ; Wed, 31 Aug 2022 05:16:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1894AE08BD; Wed, 31 Aug 2022 05:16:31 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 00705E08BD for ; Wed, 31 Aug 2022 05:16:30 +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 1E189340AB5 for ; Wed, 31 Aug 2022 05:16:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AF674599 for ; Wed, 31 Aug 2022 05:16:28 +0000 (UTC) From: "Agostino Sarubbo" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Agostino Sarubbo" Message-ID: <1661922976.8fa48e04d8893cfdc840d4bd05d5e0a3637a3f4b.ago@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/gsmartcontrol/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/gsmartcontrol/gsmartcontrol-1.1.4.ebuild X-VCS-Directories: sys-apps/gsmartcontrol/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: 8fa48e04d8893cfdc840d4bd05d5e0a3637a3f4b X-VCS-Branch: master Date: Wed, 31 Aug 2022 05:16:28 +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: 8e96306c-56cd-469d-ac45-ad678029863e X-Archives-Hash: 0e99020ed0fe06fd71b2fefc80065b85 commit: 8fa48e04d8893cfdc840d4bd05d5e0a3637a3f4b Author: Agostino Sarubbo gentoo org> AuthorDate: Wed Aug 31 05:16:16 2022 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Wed Aug 31 05:16:16 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fa48e04 sys-apps/gsmartcontrol: x86 stable wrt bug #867553 Signed-off-by: Agostino Sarubbo gentoo.org> sys-apps/gsmartcontrol/gsmartcontrol-1.1.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-apps/gsmartcontrol/gsmartcontrol-1.1.4.ebuild b/sys-apps/gsmartcontrol/gsmartcontrol-1.1.4.ebuild index 99e415b091fd..472ebfc3afaf 100644 --- a/sys-apps/gsmartcontrol/gsmartcontrol-1.1.4.ebuild +++ b/sys-apps/gsmartcontrol/gsmartcontrol-1.1.4.ebuild @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" LICENSE="|| ( GPL-2 GPL-3 ) Boost-1.0 BSD Unlicense ZLIB" SLOT="0" -KEYWORDS="amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="test" RESTRICT="!test? ( test )"