Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/hamlib/
Date: Sat, 29 Jan 2022 18:50:14
Message-Id: 1643482194.ef8b82a0ca7c82473f810968d8e22864a313c3f9.sam@gentoo
1 commit: ef8b82a0ca7c82473f810968d8e22864a313c3f9
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 29 18:49:54 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 29 18:49:54 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef8b82a0
7
8 media-libs/hamlib: Stabilize 4.4 amd64, #832335
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 media-libs/hamlib/hamlib-4.4.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/media-libs/hamlib/hamlib-4.4.ebuild b/media-libs/hamlib/hamlib-4.4.ebuild
16 index b741ce89b037..97752742fb65 100644
17 --- a/media-libs/hamlib/hamlib-4.4.ebuild
18 +++ b/media-libs/hamlib/hamlib-4.4.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2021 Gentoo Authors
21 +# Copyright 1999-2022 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=8
25 @@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/hamlib/${MY_P}.tar.gz"
26
27 LICENSE="LGPL-2 GPL-2"
28 SLOT="0/4.2"
29 -KEYWORDS="~amd64 ~x86"
30 +KEYWORDS="amd64 ~x86"
31 IUSE="doc perl python tcl"
32
33 RESTRICT="test"