diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2024-07-01 23:37:33 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2024-07-01 23:49:27 +0200 |
commit | 27b89078477bda615579f985e5095fe9fa00da45 (patch) | |
tree | 4b4edce0c75838ce2ecac8572a1f46493e755811 | |
parent | x11-misc/sddm: re-add optfeature advertise weston[kiosk] (diff) | |
download | qt-27b89078477bda615579f985e5095fe9fa00da45.tar.gz qt-27b89078477bda615579f985e5095fe9fa00da45.tar.bz2 qt-27b89078477bda615579f985e5095fe9fa00da45.zip |
x11-misc/sddm: Drop unnecessary test USEdeps
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r-- | x11-misc/sddm/sddm-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-misc/sddm/sddm-9999.ebuild b/x11-misc/sddm/sddm-9999.ebuild index 1551bfb0..e719cf22 100644 --- a/x11-misc/sddm/sddm-9999.ebuild +++ b/x11-misc/sddm/sddm-9999.ebuild @@ -39,7 +39,7 @@ COMMON_DEPEND=" !systemd? ( sys-power/upower ) " DEPEND="${COMMON_DEPEND} - test? ( >=dev-qt/qtbase-${QTMIN}:6[network,test] ) + test? ( >=dev-qt/qtbase-${QTMIN}:6 ) " RDEPEND="${COMMON_DEPEND} X? ( x11-base/xorg-server ) |