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 3E2241396D0 for ; Tue, 26 Sep 2017 22:37:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 895FEE0DFC; Tue, 26 Sep 2017 22:37:07 +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 66EFBE0DFC for ; Tue, 26 Sep 2017 22:37:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 902773416CC for ; Tue, 26 Sep 2017 22:37:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 50FCD9086 for ; Tue, 26 Sep 2017 22:37:05 +0000 (UTC) From: "Manuel Rüger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Manuel Rüger" Message-ID: <1506465404.932122a75478f22b8246f2813067f27a5e0e97d6.mrueg@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/lshw/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/lshw/lshw-02.18b.ebuild X-VCS-Directories: sys-apps/lshw/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: 932122a75478f22b8246f2813067f27a5e0e97d6 X-VCS-Branch: master Date: Tue, 26 Sep 2017 22:37: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-Archives-Salt: 4d63466b-7430-4b68-baaf-16141b7396b7 X-Archives-Hash: 3b49609d5ab3fa0ebaa1b6f4acea51d7 commit: 932122a75478f22b8246f2813067f27a5e0e97d6 Author: Manuel Rüger gentoo org> AuthorDate: Tue Sep 26 22:36:44 2017 +0000 Commit: Manuel Rüger gentoo org> CommitDate: Tue Sep 26 22:36:44 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=932122a7 sys-apps/lshw: amd64 stable Package-Manager: Portage-2.3.10, Repoman-2.3.3 sys-apps/lshw/lshw-02.18b.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-apps/lshw/lshw-02.18b.ebuild b/sys-apps/lshw/lshw-02.18b.ebuild index 29223c152d1..2ef429b85fc 100644 --- a/sys-apps/lshw/lshw-02.18b.ebuild +++ b/sys-apps/lshw/lshw-02.18b.ebuild @@ -18,7 +18,7 @@ SRC_URI="https://www.ezix.org/software/files/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha ~amd64 arm hppa ia64 ppc ppc64 ~sparc ~x86 ~amd64-linux ~arm-linux ~x86-linux" +KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 ~sparc ~x86 ~amd64-linux ~arm-linux ~x86-linux" IUSE="gtk sqlite static" REQUIRED_USE="static? ( !gtk )"