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 4B73C138334 for ; Wed, 26 Sep 2018 23:08:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 51BCDE08BB; Wed, 26 Sep 2018 23:08:31 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 2BCD9E08BB for ; Wed, 26 Sep 2018 23:08:31 +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 A67B7335CA3 for ; Wed, 26 Sep 2018 23:08:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 68EDA3F8 for ; Wed, 26 Sep 2018 23:08:25 +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: <1538003298.7551dc112754f91d3bde5263799afdb361963f19.whissi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-block/storcli/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-block/storcli/storcli-7.0504.ebuild sys-block/storcli/storcli-7.0606.ebuild X-VCS-Directories: sys-block/storcli/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: 7551dc112754f91d3bde5263799afdb361963f19 X-VCS-Branch: master Date: Wed, 26 Sep 2018 23:08:25 +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: 38cdef9d-358c-4570-be1e-41927a618dee X-Archives-Hash: 2c326aee4be71342c168aa75a8b106f0 commit: 7551dc112754f91d3bde5263799afdb361963f19 Author: Thomas Deutschmann gentoo org> AuthorDate: Wed Sep 26 23:08:07 2018 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Wed Sep 26 23:08:18 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7551dc11 sys-block/storcli: amd64 & x86 stable Signed-off-by: Thomas Deutschmann gentoo.org> Package-Manager: Portage-2.3.50, Repoman-2.3.11 sys-block/storcli/storcli-7.0504.ebuild | 4 ++-- sys-block/storcli/storcli-7.0606.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sys-block/storcli/storcli-7.0504.ebuild b/sys-block/storcli/storcli-7.0504.ebuild index cfa99582d6a..b49dadbb2f3 100644 --- a/sys-block/storcli/storcli-7.0504.ebuild +++ b/sys-block/storcli/storcli-7.0504.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -14,7 +14,7 @@ SRC_URI="https://docs.broadcom.com/docs-and-downloads/docs-and-downloads/raid-co LICENSE="Avago LSI BSD" SLOT="0/7.5" -KEYWORDS="-* ~amd64 ~x86" +KEYWORDS="-* amd64 x86" IUSE="" RDEPEND="" diff --git a/sys-block/storcli/storcli-7.0606.ebuild b/sys-block/storcli/storcli-7.0606.ebuild index 4eef2bc7266..0b369d7c420 100644 --- a/sys-block/storcli/storcli-7.0606.ebuild +++ b/sys-block/storcli/storcli-7.0606.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -14,7 +14,7 @@ SRC_URI="https://docs.broadcom.com/docs-and-downloads/raid-controllers/raid-cont LICENSE="Avago LSI BSD" SLOT="0/7.6" -KEYWORDS="-* ~amd64 ~x86" +KEYWORDS="-* amd64 x86" IUSE="" RDEPEND=""