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:51:47
Message-Id: 1556527886.793438b6463aa6e2fb9061bd51489f68e91c130c.slyfox@gentoo
1 commit: 793438b6463aa6e2fb9061bd51489f68e91c130c
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Mon Apr 29 08:51:26 2019 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Mon Apr 29 08:51:26 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=793438b6
7
8 sys-apps/dmidecode: stable 3.2 for ppc64, bug #684574
9
10 Package-Manager: Portage-2.3.65, Repoman-2.3.12
11 RepoMan-Options: --include-arches="ppc64"
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 348b6a12c34..f53c590f83f 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 )"