From 7a6ae04b72cb4caec0f84de538fe261fcb000aba Mon Sep 17 00:00:00 2001 From: Marek Szuba Date: Fri, 27 May 2016 11:43:01 +0159 Subject: 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(-) (limited to 'sys-auth') diff --git a/sys-auth/rtkit/rtkit-0.11-r1.ebuild b/sys-auth/rtkit/rtkit-0.11-r1.ebuild index b75139a48e9a..c7a2f5321803 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 05f9d6ba609e..a61fb9fba300 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 -- cgit v1.2.3-65-gdbad