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 4BC6A138334 for ; Tue, 28 May 2019 14:17:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E94DAE087D; Tue, 28 May 2019 14:17:09 +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 B95FDE087D for ; Tue, 28 May 2019 14:17:09 +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 3ED823451DD for ; Tue, 28 May 2019 14:17:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AF762600 for ; Tue, 28 May 2019 14:17:05 +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: <1559052999.7a44b144dd8ebe771a88a4aebd6f60958011a655.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.2.0.ebuild X-VCS-Directories: sci-libs/linux-gpib/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: 7a44b144dd8ebe771a88a4aebd6f60958011a655 X-VCS-Branch: master Date: Tue, 28 May 2019 14:17: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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: e3918915-8ef7-4ff1-98e2-d7ece2fd14ba X-Archives-Hash: 5ac0aa7f1c1922c338c295ef5840793c commit: 7a44b144dd8ebe771a88a4aebd6f60958011a655 Author: Andreas K. Huettel gentoo org> AuthorDate: Tue May 28 14:16:39 2019 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Tue May 28 14:16:39 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a44b144 sci-libs/linux-gpib: amd64 stable Package-Manager: Portage-2.3.67, Repoman-2.3.13 Signed-off-by: Andreas K. Hüttel gentoo.org> sci-libs/linux-gpib/linux-gpib-4.2.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-libs/linux-gpib/linux-gpib-4.2.0.ebuild b/sci-libs/linux-gpib/linux-gpib-4.2.0.ebuild index 7ac1727146f..d6c4f27cf8e 100644 --- a/sci-libs/linux-gpib/linux-gpib-4.2.0.ebuild +++ b/sci-libs/linux-gpib/linux-gpib-4.2.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -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}"