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-fs/udisks/
Date: Tue, 27 Mar 2018 23:47:36
Message-Id: 1522194442.37266afc7e066ff4babccf116db19a4e38535092.mattst88@gentoo
1 commit: 37266afc7e066ff4babccf116db19a4e38535092
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Tue Mar 27 23:47:22 2018 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Tue Mar 27 23:47:22 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37266afc
7
8 sys-fs/udisks-2.7.6: added ~mips, bug 641308
9
10 sys-fs/udisks/udisks-2.7.6.ebuild | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/sys-fs/udisks/udisks-2.7.6.ebuild b/sys-fs/udisks/udisks-2.7.6.ebuild
14 index ee19ff6456f..ed821f50f3e 100644
15 --- a/sys-fs/udisks/udisks-2.7.6.ebuild
16 +++ b/sys-fs/udisks/udisks-2.7.6.ebuild
17 @@ -10,7 +10,7 @@ SRC_URI="https://github.com/storaged-project/udisks/releases/download/${P}/${P}.
18
19 LICENSE="GPL-2"
20 SLOT="2"
21 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
22 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
23 IUSE="acl debug elogind +introspection lvm nls selinux systemd"
24
25 REQUIRED_USE="?? ( elogind systemd )"