Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/dmidecode/
Date: Wed, 24 Oct 2018 04:10:22
Message-Id: 1540353897.b44b32ff9b00da39fe515ed5a24ec64dbd7a66c7.mattst88@gentoo
1 commit: b44b32ff9b00da39fe515ed5a24ec64dbd7a66c7
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Wed Oct 24 04:04:44 2018 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Wed Oct 24 04:04:57 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b44b32ff
7
8 sys-apps/dmidecode-3.2: added ~mips
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 sys-apps/dmidecode/dmidecode-3.2.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/sys-apps/dmidecode/dmidecode-3.2.ebuild b/sys-apps/dmidecode/dmidecode-3.2.ebuild
16 index 3d98eebf5a0..76a01691e0a 100644
17 --- a/sys-apps/dmidecode/dmidecode-3.2.ebuild
18 +++ b/sys-apps/dmidecode/dmidecode-3.2.ebuild
19 @@ -11,7 +11,7 @@ SRC_URI="https://savannah.nongnu.org/download/${PN}/${P}.tar.xz"
20
21 LICENSE="GPL-2"
22 SLOT="0"
23 -KEYWORDS="-* ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-solaris"
24 +KEYWORDS="-* ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-solaris"
25 IUSE="selinux"
26
27 RDEPEND="selinux? ( sec-policy/selinux-dmidecode )"