commit:     7a6ae04b72cb4caec0f84de538fe261fcb000aba
Author:     Marek Szuba <Marek.Szuba <AT> cern <DOT> ch>
AuthorDate: Fri May 27 09:44:01 2016 +0000
Commit:     Amy Winston <amynka <AT> gentoo <DOT> org>
CommitDate: Fri May 27 10:02:37 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a6ae04b

sys-auth/rtkit: fix compile-time dependencies

Due to a typo, rtkit ebuilds never actually included RDEPEND into their
compile-dependencies. This could lead to build failures for some users.
Fix the typo.

Moreover, app-arch/xz-utils are (now) in the system set so no need to
explicitly depend on this package.

Package-Manager: portage-2.3.0_rc1

 sys-auth/rtkit/rtkit-0.11-r1.ebuild | 6 ++----
 sys-auth/rtkit/rtkit-0.11-r2.ebuild | 4 +---
 2 files changed, 3 insertions(+), 7 deletions(-)

diff --git a/sys-auth/rtkit/rtkit-0.11-r1.ebuild 
b/sys-auth/rtkit/rtkit-0.11-r1.ebuild
index b75139a..c7a2f53 100644
--- a/sys-auth/rtkit/rtkit-0.11-r1.ebuild
+++ b/sys-auth/rtkit/rtkit-0.11-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -19,9 +19,7 @@ RDEPEND="
        sys-auth/polkit
        sys-libs/libcap
 "
-DEPEND="${DEPEND}
-       app-arch/xz-utils
-"
+DEPEND="${RDEPEND}"
 
 pkg_setup() {
        enewgroup rtkit

diff --git a/sys-auth/rtkit/rtkit-0.11-r2.ebuild 
b/sys-auth/rtkit/rtkit-0.11-r2.ebuild
index 05f9d6b..a61fb9f 100644
--- a/sys-auth/rtkit/rtkit-0.11-r2.ebuild
+++ b/sys-auth/rtkit/rtkit-0.11-r2.ebuild
@@ -19,9 +19,7 @@ RDEPEND="
        sys-auth/polkit
        sys-libs/libcap
 "
-DEPEND="${DEPEND}
-       app-arch/xz-utils
-"
+DEPEND="${RDEPEND}"
 
 PATCHES=(
        # Fedora patches

Reply via email to