Gentoo Archives: gentoo-commits

From: "Anthony G. Basile" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/hwids/
Date: Mon, 14 Dec 2015 07:54:59
Message-Id: 1450079928.d5b208491b6024da11ad1ab6c75f8f5bcd367613.blueness@gentoo
1 commit: d5b208491b6024da11ad1ab6c75f8f5bcd367613
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Mon Dec 14 07:58:48 2015 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Mon Dec 14 07:58:48 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5b20849
7
8 sys-apps/hwids: stable on amd64, bug #568082
9
10 Package-Manager: portage-2.2.24
11
12 sys-apps/hwids/hwids-20150717-r1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/sys-apps/hwids/hwids-20150717-r1.ebuild b/sys-apps/hwids/hwids-20150717-r1.ebuild
16 index c68cf73..bd2de21 100644
17 --- a/sys-apps/hwids/hwids-20150717-r1.ebuild
18 +++ b/sys-apps/hwids/hwids-20150717-r1.ebuild
19 @@ -12,7 +12,7 @@ if [[ ${PV} == "99999999" ]]; then
20 inherit git-2
21 else
22 SRC_URI="${HOMEPAGE}/archive/${P}.tar.gz"
23 - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~amd64-linux ~arm-linux ~x86-linux"
24 + KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~amd64-linux ~arm-linux ~x86-linux"
25 fi
26
27 LICENSE="|| ( GPL-2 BSD ) public-domain"