mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-18 07:19:01 -04:00
app-containers/waydroid: Make dev-python/pyclip optional
Signed-off-by: Esteve Varela Colominas <esteve.varela@gmail.com>
This commit is contained in:
parent
9ea9785438
commit
b559b1f8ab
@ -13,6 +13,9 @@
|
||||
|
||||
The Android runtime environment ships with a minimal customized Android system image based on LineageOS. The image is currently based on Android 11.
|
||||
</longdescription>
|
||||
<use>
|
||||
<flag name="clipboard">Enable clipboard manager service using dev-python/pyclip</flag>
|
||||
</use>
|
||||
<upstream>
|
||||
<remote-id type="github">waydroid/waydroid</remote-id>
|
||||
</upstream>
|
||||
|
@ -14,16 +14,16 @@ LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
|
||||
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
|
||||
IUSE="systemd apparmor"
|
||||
IUSE="apparmor +clipboard systemd"
|
||||
|
||||
DEPEND="|| ( virtual/linux-sources virtual/dist-kernel )"
|
||||
RDEPEND="
|
||||
systemd? ( sys-apps/systemd )
|
||||
app-containers/lxc[systemd?,apparmor?,seccomp]
|
||||
$(python_gen_cond_dep '
|
||||
clipboard? ( >=dev-python/pyclip-0.7.0[wayland,${PYTHON_USEDEP}] )
|
||||
dev-python/pygobject[${PYTHON_USEDEP}]
|
||||
>=dev-python/gbinder-1.1.1[${PYTHON_USEDEP}]
|
||||
>=dev-python/pyclip-0.7.0[wayland,${PYTHON_USEDEP}]
|
||||
dev-python/dbus-python[${PYTHON_USEDEP}]
|
||||
')
|
||||
net-firewall/nftables
|
||||
|
Loading…
x
Reference in New Issue
Block a user