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 19:49:46
Message-Id: 1556567371.c63e8c308fd3761eb14b8b85324e09982b97fe49.slyfox@gentoo
1 commit: c63e8c308fd3761eb14b8b85324e09982b97fe49
2 Author: Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
3 AuthorDate: Mon Apr 29 18:03:53 2019 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Mon Apr 29 19:49:31 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c63e8c30
7
8 sys-apps/dmidecode: stable 3.2 for sparc, bug #684574
9
10 Signed-off-by: Rolf Eike Beer <eike <AT> sf-mail.de>
11 Package-Manager: Portage-2.3.62, Repoman-2.3.11
12 RepoMan-Options: --include-arches="sparc"
13 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
14
15 sys-apps/dmidecode/dmidecode-3.2.ebuild | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/sys-apps/dmidecode/dmidecode-3.2.ebuild b/sys-apps/dmidecode/dmidecode-3.2.ebuild
19 index f53c590f83f..fa84d322960 100644
20 --- a/sys-apps/dmidecode/dmidecode-3.2.ebuild
21 +++ b/sys-apps/dmidecode/dmidecode-3.2.ebuild
22 @@ -11,7 +11,7 @@ SRC_URI="https://savannah.nongnu.org/download/${PN}/${P}.tar.xz"
23
24 LICENSE="GPL-2"
25 SLOT="0"
26 -KEYWORDS="-* amd64 ~arm ~arm64 ia64 ~mips ppc ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-solaris"
27 +KEYWORDS="-* amd64 ~arm ~arm64 ia64 ~mips ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-solaris"
28 IUSE="selinux"
29
30 RDEPEND="selinux? ( sec-policy/selinux-dmidecode )"