Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/libteam/
Date: Wed, 02 Dec 2020 14:57:49
Message-Id: 1606920999.94007bff1aacee74074c9fc0ce497f958b549e01.sam@gentoo
1 commit: 94007bff1aacee74074c9fc0ce497f958b549e01
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Wed Dec 2 14:56:39 2020 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 2 14:56:39 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94007bff
7
8 net-misc/libteam: Stabilize 1.31 arm64, #757216
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 net-misc/libteam/libteam-1.31.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/net-misc/libteam/libteam-1.31.ebuild b/net-misc/libteam/libteam-1.31.ebuild
16 index 9d1256a9082..a009a1c3b29 100644
17 --- a/net-misc/libteam/libteam-1.31.ebuild
18 +++ b/net-misc/libteam/libteam-1.31.ebuild
19 @@ -10,7 +10,7 @@ if [[ ${PV} == *9999 ]] ; then
20 inherit git-r3
21 else
22 SRC_URI="https://github.com/jpirko/libteam/archive/v${PV}.tar.gz -> ${P}.tar.gz"
23 - KEYWORDS="amd64 ~arm ~arm64 ppc ppc64 x86"
24 + KEYWORDS="amd64 ~arm arm64 ppc ppc64 x86"
25 fi
26
27 DESCRIPTION="Library and tools set for controlling team network device"