Gentoo Archives: gentoo-commits

From: Amy Winston <amynka@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-auth/rtkit/
Date: Fri, 27 May 2016 10:09:15
Message-Id: 1464343357.7a6ae04b72cb4caec0f84de538fe261fcb000aba.amynka@gentoo
1 commit: 7a6ae04b72cb4caec0f84de538fe261fcb000aba
2 Author: Marek Szuba <Marek.Szuba <AT> cern <DOT> ch>
3 AuthorDate: Fri May 27 09:44:01 2016 +0000
4 Commit: Amy Winston <amynka <AT> gentoo <DOT> org>
5 CommitDate: Fri May 27 10:02:37 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a6ae04b
7
8 sys-auth/rtkit: fix compile-time dependencies
9
10 Due to a typo, rtkit ebuilds never actually included RDEPEND into their
11 compile-dependencies. This could lead to build failures for some users.
12 Fix the typo.
13
14 Moreover, app-arch/xz-utils are (now) in the system set so no need to
15 explicitly depend on this package.
16
17 Package-Manager: portage-2.3.0_rc1
18
19 sys-auth/rtkit/rtkit-0.11-r1.ebuild | 6 ++----
20 sys-auth/rtkit/rtkit-0.11-r2.ebuild | 4 +---
21 2 files changed, 3 insertions(+), 7 deletions(-)
22
23 diff --git a/sys-auth/rtkit/rtkit-0.11-r1.ebuild b/sys-auth/rtkit/rtkit-0.11-r1.ebuild
24 index b75139a..c7a2f53 100644
25 --- a/sys-auth/rtkit/rtkit-0.11-r1.ebuild
26 +++ b/sys-auth/rtkit/rtkit-0.11-r1.ebuild
27 @@ -1,4 +1,4 @@
28 -# Copyright 1999-2015 Gentoo Foundation
29 +# Copyright 1999-2016 Gentoo Foundation
30 # Distributed under the terms of the GNU General Public License v2
31 # $Id$
32
33 @@ -19,9 +19,7 @@ RDEPEND="
34 sys-auth/polkit
35 sys-libs/libcap
36 "
37 -DEPEND="${DEPEND}
38 - app-arch/xz-utils
39 -"
40 +DEPEND="${RDEPEND}"
41
42 pkg_setup() {
43 enewgroup rtkit
44
45 diff --git a/sys-auth/rtkit/rtkit-0.11-r2.ebuild b/sys-auth/rtkit/rtkit-0.11-r2.ebuild
46 index 05f9d6b..a61fb9f 100644
47 --- a/sys-auth/rtkit/rtkit-0.11-r2.ebuild
48 +++ b/sys-auth/rtkit/rtkit-0.11-r2.ebuild
49 @@ -19,9 +19,7 @@ RDEPEND="
50 sys-auth/polkit
51 sys-libs/libcap
52 "
53 -DEPEND="${DEPEND}
54 - app-arch/xz-utils
55 -"
56 +DEPEND="${RDEPEND}"
57
58 PATCHES=(
59 # Fedora patches