diff options
author | James Le Cuirot <chewi@gentoo.org> | 2024-02-18 15:11:33 +0000 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2024-02-18 15:20:33 +0000 |
commit | 2f9117509c96be17eab10c2070de2e82c58705a8 (patch) | |
tree | 47ba322d44e42c12c69ea1943f0aeaeddf99a208 /net-misc | |
parent | net-analyzer/nagios-plugins: define USE=ipv6 locally to keep pkgcheck happy (diff) | |
download | gentoo-2f9117509c96be17eab10c2070de2e82c58705a8.tar.gz gentoo-2f9117509c96be17eab10c2070de2e82c58705a8.tar.bz2 gentoo-2f9117509c96be17eab10c2070de2e82c58705a8.zip |
net-misc/sunshine: libva is hard-required at build time for 0.21.0
This requirement has been dropped since.
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/sunshine/sunshine-0.21.0.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net-misc/sunshine/sunshine-0.21.0.ebuild b/net-misc/sunshine/sunshine-0.21.0.ebuild index f7a4308dec1f..3b2201a52a7f 100644 --- a/net-misc/sunshine/sunshine-0.21.0.ebuild +++ b/net-misc/sunshine/sunshine-0.21.0.ebuild @@ -165,6 +165,7 @@ RDEPEND=" DEPEND=" ${CDEPEND} media-libs/amf-headers + media-libs/libva wayland? ( dev-libs/wayland-protocols ) " |