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/dmidecode/
Date: Mon, 29 Apr 2019 08:50:03
Message-Id: 1556527785.c7b368269a7dfa1c23df9be6ec08fcc109fedec4.slyfox@gentoo
1 commit: c7b368269a7dfa1c23df9be6ec08fcc109fedec4
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Mon Apr 29 08:28:19 2019 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Mon Apr 29 08:49:45 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7b36826
7
8 sys-apps/dmidecode: stable 3.2 for ppc, bug #684574
9
10 Package-Manager: Portage-2.3.65, Repoman-2.3.12
11 RepoMan-Options: --include-arches="ppc"
12 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
13
14 sys-apps/dmidecode/dmidecode-3.2.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/sys-apps/dmidecode/dmidecode-3.2.ebuild b/sys-apps/dmidecode/dmidecode-3.2.ebuild
18 index 9c2906d5221..348b6a12c34 100644
19 --- a/sys-apps/dmidecode/dmidecode-3.2.ebuild
20 +++ b/sys-apps/dmidecode/dmidecode-3.2.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 ~mips ~ppc ~ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-solaris"
26 +KEYWORDS="-* amd64 ~arm ~arm64 ia64 ~mips ppc ~ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-solaris"
27 IUSE="selinux"
28
29 RDEPEND="selinux? ( sec-policy/selinux-dmidecode )"