Gentoo Archives: gentoo-commits

From: Yixun Lan <dlan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/dmidecode/
Date: Wed, 01 Sep 2021 09:24:33
Message-Id: 1630485134.9df32335710e440c0b899e4952ea72f7a148e4f5.dlan@gentoo
1 commit: 9df32335710e440c0b899e4952ea72f7a148e4f5
2 Author: Yixun Lan <dlan <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 29 07:56:59 2021 +0000
4 Commit: Yixun Lan <dlan <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 1 08:32:14 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9df32335
7
8 sys-apps/dmidecode: keyword ~riscv
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.3
11 Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>
12
13 sys-apps/dmidecode/dmidecode-3.3.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/sys-apps/dmidecode/dmidecode-3.3.ebuild b/sys-apps/dmidecode/dmidecode-3.3.ebuild
17 index 5671b2b883e..1625ce216b6 100644
18 --- a/sys-apps/dmidecode/dmidecode-3.3.ebuild
19 +++ b/sys-apps/dmidecode/dmidecode-3.3.ebuild
20 @@ -11,7 +11,7 @@ SRC_URI="https://savannah.nongnu.org/download/${PN}/${P}.tar.xz"
21
22 LICENSE="GPL-2"
23 SLOT="0"
24 -KEYWORDS="-* ~alpha amd64 arm arm64 ~ia64 ~mips ppc ppc64 x86 ~x86-solaris"
25 +KEYWORDS="-* ~alpha amd64 arm arm64 ~ia64 ~mips ppc ppc64 ~riscv x86 ~x86-solaris"
26 IUSE="selinux"
27
28 RDEPEND="selinux? ( sec-policy/selinux-dmidecode )"