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-fs/udisks/
Date: Sat, 02 Feb 2019 12:53:20
Message-Id: 1549111986.5fa42ea92401865efe6b8ece3ab42e7de29c4ae7.slyfox@gentoo
1 commit: 5fa42ea92401865efe6b8ece3ab42e7de29c4ae7
2 Author: Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
3 AuthorDate: Sat Feb 2 12:42:02 2019 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 2 12:53:06 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5fa42ea9
7
8 sys-fs/udisks: stable 2.8.1 for sparc, bug #676318
9
10 Signed-off-by: Rolf Eike Beer <eike <AT> sf-mail.de>
11 Package-Manager: Portage-2.3.51, Repoman-2.3.11
12 RepoMan-Options: --include-arches="sparc"
13 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
14
15 sys-fs/udisks/udisks-2.8.1.ebuild | 4 ++--
16 1 file changed, 2 insertions(+), 2 deletions(-)
17
18 diff --git a/sys-fs/udisks/udisks-2.8.1.ebuild b/sys-fs/udisks/udisks-2.8.1.ebuild
19 index e0446f72a11..cc1e20e40e9 100644
20 --- a/sys-fs/udisks/udisks-2.8.1.ebuild
21 +++ b/sys-fs/udisks/udisks-2.8.1.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2018 Gentoo Authors
24 +# Copyright 1999-2019 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=6
28 @@ -10,7 +10,7 @@ SRC_URI="https://github.com/storaged-project/udisks/releases/download/${P}/${P}.
29
30 LICENSE="GPL-2"
31 SLOT="2"
32 -KEYWORDS="alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
33 +KEYWORDS="alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 sparc ~x86"
34 IUSE="acl debug elogind +introspection lvm nls selinux systemd vdo"
35
36 REQUIRED_USE="?? ( elogind systemd )"