Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/hwids/
Date: Mon, 11 Mar 2019 19:58:53
Message-Id: 1552334321.0ebe6e1c7b369e04a70474a4156a9465008ad493.slyfox@gentoo
1 commit: 0ebe6e1c7b369e04a70474a4156a9465008ad493
2 Author: Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
3 AuthorDate: Mon Mar 11 17:56:52 2019 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Mon Mar 11 19:58:41 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ebe6e1c
7
8 sys-apps/hwids: stable 20180917 for sparc, bug #680018
9
10 Signed-off-by: Rolf Eike Beer <eike <AT> sf-mail.de>
11 Package-Manager: Portage-2.3.51, Repoman-2.3.11
12 RepoMan-Options: --include-arches="sparc"
13 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
14
15 sys-apps/hwids/hwids-20180917.ebuild | 4 ++--
16 1 file changed, 2 insertions(+), 2 deletions(-)
17
18 diff --git a/sys-apps/hwids/hwids-20180917.ebuild b/sys-apps/hwids/hwids-20180917.ebuild
19 index b853ba3cb8b..e644b6bf7b8 100644
20 --- a/sys-apps/hwids/hwids-20180917.ebuild
21 +++ b/sys-apps/hwids/hwids-20180917.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2018 Gentoo Foundation
24 +# Copyright 1999-2019 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI="6"
28 @@ -13,7 +13,7 @@ if [[ ${PV} == "99999999" ]]; then
29 EGIT_REPO_URI="${HOMEPAGE}.git"
30 else
31 SRC_URI="${HOMEPAGE}/archive/${P}.tar.gz"
32 - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
33 + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
34 fi
35
36 LICENSE="|| ( GPL-2 BSD ) public-domain"