Gentoo Archives: gentoo-commits

From: Agostino Sarubbo <ago@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/dmidecode/
Date: Fri, 26 May 2017 14:05:58
Message-Id: 1495807424.8502cb416ccd4c8351e7e6d8dc32fda11e6fc159.ago@gentoo
1 commit: 8502cb416ccd4c8351e7e6d8dc32fda11e6fc159
2 Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 26 14:03:44 2017 +0000
4 Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
5 CommitDate: Fri May 26 14:03:44 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8502cb41
7
8 sys-apps/dmidecode: x86 stable wrt bug #619564
9
10 Package-Manager: Portage-2.3.5, Repoman-2.3.1
11 RepoMan-Options: --include-arches="x86"
12 Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
13
14 sys-apps/dmidecode/dmidecode-3.0.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/sys-apps/dmidecode/dmidecode-3.0.ebuild b/sys-apps/dmidecode/dmidecode-3.0.ebuild
18 index 49d653ac7a3..6db51d29b23 100644
19 --- a/sys-apps/dmidecode/dmidecode-3.0.ebuild
20 +++ b/sys-apps/dmidecode/dmidecode-3.0.ebuild
21 @@ -11,7 +11,7 @@ SRC_URI="https://savannah.nongnu.org/download/${PN}/${P}.tar.xz"
22
23 LICENSE="GPL-2"
24 SLOT="0"
25 -KEYWORDS="-* amd64 ~arm ~arm64 ~ia64 ppc ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-solaris"
26 +KEYWORDS="-* amd64 ~arm ~arm64 ~ia64 ppc ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-solaris"
27 IUSE="selinux"
28
29 RDEPEND="selinux? ( sec-policy/selinux-dmidecode )"