mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
app-admin/packagekit-base: Add USE consolekit
Package-Manager: Portage-2.3.64, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
@@ -11,8 +11,9 @@
|
||||
</maintainer>
|
||||
<use>
|
||||
<flag name="command-not-found">Enable packagekit support on shell "command not found"</flag>
|
||||
<flag name="consolekit">Use <pkg>sys-auth/consolekit</pkg> to get user session</flag>
|
||||
<flag name="cron">Install cron script for auto-update</flag>
|
||||
<flag name="elogind">Enable elogind support to get user session</flag>
|
||||
<flag name="elogind">Enable <pkg>sys-auth/elogind</pkg> support to get user session</flag>
|
||||
<flag name="entropy">Enable Entropy backend</flag>
|
||||
</use>
|
||||
</pkgmetadata>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2018 Gentoo Authors
|
||||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="6"
|
||||
@@ -19,10 +19,10 @@ SRC_URI="https://www.freedesktop.org/software/${MY_PN}/releases/${MY_P}.tar.xz"
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0/18"
|
||||
KEYWORDS="~alpha amd64 ~arm ~mips ~ppc ~ppc64 x86"
|
||||
IUSE="cron command-not-found elogind +introspection entropy systemd test vala"
|
||||
IUSE="command-not-found consolekit cron elogind entropy +introspection systemd test vala"
|
||||
REQUIRED_USE="
|
||||
${PYTHON_REQUIRED_USE}
|
||||
?? ( elogind systemd )
|
||||
^^ ( consolekit elogind systemd )
|
||||
vala? ( introspection )
|
||||
entropy? ( $(python_gen_useflags 'python2*' ) )
|
||||
"
|
||||
@@ -62,8 +62,8 @@ RDEPEND="${COMMON_DEPEND}
|
||||
>=sys-apps/portage-2.2[${PYTHON_USEDEP}]
|
||||
sys-apps/portage-mgorny[${PYTHON_USEDEP}]
|
||||
)
|
||||
consolekit? ( sys-auth/consolekit )
|
||||
entropy? ( >=sys-apps/entropy-234[${PYTHON_USEDEP}] )
|
||||
!systemd? ( !elogind? ( sys-auth/consolekit ) )
|
||||
"
|
||||
|
||||
PATCHES=(
|
||||
|
||||
Reference in New Issue
Block a user