summaryrefslogtreecommitdiff
path: root/x11-wm
diff options
context:
space:
mode:
authorJames Le Cuirot <chewi@gentoo.org>2023-05-14 15:37:36 +0100
committerJames Le Cuirot <chewi@gentoo.org>2023-05-14 15:53:10 +0100
commit670718bef9d2b1314ca52c5025be61ddef6efdcb (patch)
treed8636512affd50f0cf5608d464f4a4329b1f384c /x11-wm
parentapp-backup/borgbackup: 1.2.4-r2 revbump with deps fix (diff)
downloadgentoo-670718bef9d2b1314ca52c5025be61ddef6efdcb.tar.gz
gentoo-670718bef9d2b1314ca52c5025be61ddef6efdcb.tar.bz2
gentoo-670718bef9d2b1314ca52c5025be61ddef6efdcb.zip
x11-wm/xpra: Add missing cryptography dependency
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/xpra/xpra-4.3.4-r1.ebuild5
-rw-r--r--x11-wm/xpra/xpra-9999.ebuild5
2 files changed, 6 insertions, 4 deletions
diff --git a/x11-wm/xpra/xpra-4.3.4-r1.ebuild b/x11-wm/xpra/xpra-4.3.4-r1.ebuild
index 8afbbadd6496..eb1ec1c68778 100644
--- a/x11-wm/xpra/xpra-4.3.4-r1.ebuild
+++ b/x11-wm/xpra/xpra-4.3.4-r1.ebuild
@@ -24,13 +24,13 @@ DESCRIPTION="X Persistent Remote Apps (xpra) and Partitioning WM (parti) based o
HOMEPAGE="https://xpra.org/"
LICENSE="GPL-2 BSD"
SLOT="0"
-IUSE="brotli +client +clipboard csc cups dbus doc ffmpeg jpeg html ibus +lz4 lzo minimal opengl pillow pinentry pulseaudio +server sound systemd test udev vpx webcam webp xdg xinerama"
+IUSE="brotli +client +clipboard crypt csc cups dbus doc ffmpeg jpeg html ibus +lz4 lzo minimal opengl pillow pinentry pulseaudio +server sound systemd test udev vpx webcam webp xdg xinerama"
REQUIRED_USE="${PYTHON_REQUIRED_USE}
|| ( client server )
cups? ( dbus )
opengl? ( client )
- test? ( client clipboard dbus html server sound xdg xinerama )
+ test? ( client clipboard crypt dbus html server sound xdg xinerama )
"
TDEPEND="
@@ -83,6 +83,7 @@ RDEPEND="
${DEPEND}
${TDEPEND}
$(python_gen_cond_dep '
+ crypt? ( dev-python/cryptography[${PYTHON_USEDEP}] )
cups? ( dev-python/pycups[${PYTHON_USEDEP}] )
lz4? ( dev-python/lz4[${PYTHON_USEDEP}] )
lzo? ( >=dev-python/python-lzo-0.7.0[${PYTHON_USEDEP}] )
diff --git a/x11-wm/xpra/xpra-9999.ebuild b/x11-wm/xpra/xpra-9999.ebuild
index 08e2503c90e1..5e5fb4d66e2f 100644
--- a/x11-wm/xpra/xpra-9999.ebuild
+++ b/x11-wm/xpra/xpra-9999.ebuild
@@ -21,13 +21,13 @@ DESCRIPTION="X Persistent Remote Apps (xpra) and Partitioning WM (parti) based o
HOMEPAGE="https://xpra.org/"
LICENSE="GPL-2 BSD"
SLOT="0"
-IUSE="brotli +client +clipboard csc cups dbus doc ffmpeg jpeg html ibus +lz4 lzo minimal opengl pillow pinentry pulseaudio +server sound systemd test udev vpx webcam webp xdg xinerama"
+IUSE="brotli +client +clipboard crypt csc cups dbus doc ffmpeg jpeg html ibus +lz4 lzo minimal opengl pillow pinentry pulseaudio +server sound systemd test udev vpx webcam webp xdg xinerama"
REQUIRED_USE="${PYTHON_REQUIRED_USE}
|| ( client server )
cups? ( dbus )
opengl? ( client )
- test? ( client clipboard dbus html server sound xdg xinerama )
+ test? ( client clipboard crypt dbus html server sound xdg xinerama )
"
TDEPEND="
@@ -80,6 +80,7 @@ RDEPEND="
${DEPEND}
${TDEPEND}
$(python_gen_cond_dep '
+ crypt? ( dev-python/cryptography[${PYTHON_USEDEP}] )
cups? ( dev-python/pycups[${PYTHON_USEDEP}] )
lz4? ( dev-python/lz4[${PYTHON_USEDEP}] )
lzo? ( >=dev-python/python-lzo-0.7.0[${PYTHON_USEDEP}] )