Gentoo Archives: gentoo-commits

From: "Andreas K. Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/linux-gpib/
Date: Tue, 28 May 2019 14:17:12
Message-Id: 1559052999.7a44b144dd8ebe771a88a4aebd6f60958011a655.dilfridge@gentoo
1 commit: 7a44b144dd8ebe771a88a4aebd6f60958011a655
2 Author: Andreas K. Huettel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 28 14:16:39 2019 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Tue May 28 14:16:39 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a44b144
7
8 sci-libs/linux-gpib: amd64 stable
9
10 Package-Manager: Portage-2.3.67, Repoman-2.3.13
11 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
12
13 sci-libs/linux-gpib/linux-gpib-4.2.0.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/sci-libs/linux-gpib/linux-gpib-4.2.0.ebuild b/sci-libs/linux-gpib/linux-gpib-4.2.0.ebuild
17 index 7ac1727146f..d6c4f27cf8e 100644
18 --- a/sci-libs/linux-gpib/linux-gpib-4.2.0.ebuild
19 +++ b/sci-libs/linux-gpib/linux-gpib-4.2.0.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2018 Gentoo Authors
22 +# Copyright 1999-2019 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26 @@ -15,7 +15,7 @@ SRC_URI="mirror://sourceforge/linux-gpib/${P}.tar.gz
27
28 LICENSE="GPL-2"
29 SLOT="0"
30 -KEYWORDS="~amd64 ~arm ~x86"
31 +KEYWORDS="amd64 ~arm ~x86"
32 IUSE="pcmcia static guile perl php python tcl doc firmware"
33
34 S="${WORKDIR}/${PN}-user-${PV}"