diff options
author | Marek Szuba <Marek.Szuba@cern.ch> | 2016-05-27 11:43:01 +0159 |
---|---|---|
committer | Amy Winston <amynka@gentoo.org> | 2016-05-27 12:02:37 +0200 |
commit | 7a6ae04b72cb4caec0f84de538fe261fcb000aba (patch) | |
tree | d16b733b217c4bf324d704eecac610d561a9aa50 /sys-auth | |
parent | dev-python/pygments-2.1.1-r0: add alpha keyword (diff) | |
download | gentoo-7a6ae04b72cb4caec0f84de538fe261fcb000aba.tar.gz gentoo-7a6ae04b72cb4caec0f84de538fe261fcb000aba.tar.bz2 gentoo-7a6ae04b72cb4caec0f84de538fe261fcb000aba.zip |
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.ebuild | 6 | ||||
-rw-r--r-- | 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 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 |