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 7A5EE1382C5 for ; Sat, 10 Apr 2021 22:07:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B4EB5E0815; Sat, 10 Apr 2021 22:07:42 +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 843EBE0815 for ; Sat, 10 Apr 2021 22:07:42 +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 806C8340831 for ; Sat, 10 Apr 2021 22:07:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 314B65B8 for ; Sat, 10 Apr 2021 22:07:40 +0000 (UTC) From: "Andreas K. Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas K. Hüttel" Message-ID: <1618092449.68815c45b380b19f152d632917b6098679e9119c.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/linux-gpib/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/linux-gpib/linux-gpib-4.3.4.ebuild X-VCS-Directories: sci-libs/linux-gpib/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: 68815c45b380b19f152d632917b6098679e9119c X-VCS-Branch: master Date: Sat, 10 Apr 2021 22:07:40 +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: f4a750b1-ea21-41df-aa5c-4cc027016d46 X-Archives-Hash: 90af445598b63a1c41aee9e367b79780 commit: 68815c45b380b19f152d632917b6098679e9119c Author: Andreas K. Hüttel gentoo org> AuthorDate: Sat Apr 10 22:07:10 2021 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Sat Apr 10 22:07:29 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68815c45 sci-libs/linux-gpib: amd64 stable Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Andreas K. Hüttel gentoo.org> sci-libs/linux-gpib/linux-gpib-4.3.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-libs/linux-gpib/linux-gpib-4.3.4.ebuild b/sci-libs/linux-gpib/linux-gpib-4.3.4.ebuild index 20f31d53754..76557cd82d7 100644 --- a/sci-libs/linux-gpib/linux-gpib-4.3.4.ebuild +++ b/sci-libs/linux-gpib/linux-gpib-4.3.4.ebuild @@ -15,7 +15,7 @@ SRC_URI="mirror://sourceforge/linux-gpib/${P}.tar.gz LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~arm ~x86" +KEYWORDS="amd64 ~arm ~x86" IUSE="pcmcia static guile perl php python tcl doc firmware" S="${WORKDIR}/${PN}-user-${PV}"