mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-23 18:38:08 -07:00
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:
@@ -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
|
||||
|
||||
@@ -19,9 +19,7 @@ RDEPEND="
|
||||
sys-auth/polkit
|
||||
sys-libs/libcap
|
||||
"
|
||||
DEPEND="${DEPEND}
|
||||
app-arch/xz-utils
|
||||
"
|
||||
DEPEND="${RDEPEND}"
|
||||
|
||||
PATCHES=(
|
||||
# Fedora patches
|
||||
|
||||
Reference in New Issue
Block a user