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
This commit is contained in:
Marek Szuba
2016-05-27 11:43:01 +01:59
committed by Amy Winston
parent ff52ed1b0f
commit 7a6ae04b72
2 changed files with 3 additions and 7 deletions

View File

@@ -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

View File

@@ -19,9 +19,7 @@ RDEPEND="
sys-auth/polkit
sys-libs/libcap
"
DEPEND="${DEPEND}
app-arch/xz-utils
"
DEPEND="${RDEPEND}"
PATCHES=(
# Fedora patches