Gentoo Archives: gentoo-commits

From: Mike Gilbert <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/hwids/
Date: Sun, 07 Feb 2021 18:09:18
Message-Id: 1612721350.2b49052679fdbb7828f3e0220effe0d0c634f062.floppym@gentoo
1 commit: 2b49052679fdbb7828f3e0220effe0d0c634f062
2 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 7 17:43:55 2021 +0000
4 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 7 18:09:10 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b490526
7
8 sys-apps/hwids: stabilize 20201207
9
10 Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>
11
12 sys-apps/hwids/hwids-20201207.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/sys-apps/hwids/hwids-20201207.ebuild b/sys-apps/hwids/hwids-20201207.ebuild
16 index fdc4a456ddd..03bc7883138 100644
17 --- a/sys-apps/hwids/hwids-20201207.ebuild
18 +++ b/sys-apps/hwids/hwids-20201207.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 2012-2020 Gentoo Authors
21 +# Copyright 2012-2021 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25 @@ -13,7 +13,7 @@ if [[ ${PV} == 99999999 ]]; then
26 EGIT_REPO_URI="https://github.com/gentoo/hwids.git"
27 else
28 SRC_URI="https://github.com/gentoo/hwids/archive/${P}.tar.gz"
29 - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
30 + KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 sparc x86 ~amd64-linux ~x86-linux"
31 fi
32
33 LICENSE="|| ( GPL-2 BSD ) public-domain"