summaryrefslogtreecommitdiff
path: root/sys-auth
diff options
context:
space:
mode:
authorMarek Szuba <Marek.Szuba@cern.ch>2016-05-27 11:43:01 +0159
committerAmy Winston <amynka@gentoo.org>2016-05-27 12:02:37 +0200
commit7a6ae04b72cb4caec0f84de538fe261fcb000aba (patch)
treed16b733b217c4bf324d704eecac610d561a9aa50 /sys-auth
parentff52ed1b0fcb4a295b4815d8c2bec706305a4498 (diff)
downloadgentoo-7a6ae04b72cb4caec0f84de538fe261fcb000aba.tar.gz
gentoo-7a6ae04b72cb4caec0f84de538fe261fcb000aba.tar.xz
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
Diffstat (limited to 'sys-auth')
-rw-r--r--sys-auth/rtkit/rtkit-0.11-r1.ebuild6
-rw-r--r--sys-auth/rtkit/rtkit-0.11-r2.ebuild4
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 b75139a48e9..c7a2f532180 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 05f9d6ba609..a61fb9fba30 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