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 EB4A2158020 for ; Thu, 24 Nov 2022 19:19:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A7030E0997; Thu, 24 Nov 2022 19:18:59 +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 8F5B6E0997 for ; Thu, 24 Nov 2022 19:18:59 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7326C340F4F for ; Thu, 24 Nov 2022 19:18:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7B625617 for ; Thu, 24 Nov 2022 19:18:56 +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: <1669317420.3f7312afb451263ad858b0797ae8aa073b1349d8.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.5.ebuild X-VCS-Directories: sci-libs/linux-gpib/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: 3f7312afb451263ad858b0797ae8aa073b1349d8 X-VCS-Branch: master Date: Thu, 24 Nov 2022 19:18:56 +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: 60edf171-046a-4408-9295-dadb9df25bdf X-Archives-Hash: 4d72d8f16d17ce69d5d485e4c81e17b2 commit: 3f7312afb451263ad858b0797ae8aa073b1349d8 Author: Dr. Andreas K. Hüttel gentoo org> AuthorDate: Thu Nov 24 14:56:06 2022 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Thu Nov 24 19:17:00 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f7312af sci-libs/linux-gpib: Stable 4.3.5 for amd64 Signed-off-by: Andreas K. Hüttel gentoo.org> sci-libs/linux-gpib/linux-gpib-4.3.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-libs/linux-gpib/linux-gpib-4.3.5.ebuild b/sci-libs/linux-gpib/linux-gpib-4.3.5.ebuild index 0584a67f9064..84a82c400b76 100644 --- a/sci-libs/linux-gpib/linux-gpib-4.3.5.ebuild +++ b/sci-libs/linux-gpib/linux-gpib-4.3.5.ebuild @@ -19,7 +19,7 @@ S="${WORKDIR}/${PN}-user-${PV}" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~arm ~x86" +KEYWORDS="amd64 ~arm ~x86" IUSE="pcmcia static guile perl php python tcl doc firmware" REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"