diff options
author | 2024-07-05 08:29:34 +0200 | |
---|---|---|
committer | 2024-07-05 18:59:24 +0200 | |
commit | 209292e86e59c9636d0290faaf4537bea0519217 (patch) | |
tree | 2bb1b9ec474dcd266d43c1cb05bc5ccc87193a05 /net-im | |
parent | profiles: Fix removal date for sys-block/partclone (diff) | |
download | guru-209292e86e59c9636d0290faaf4537bea0519217.tar.gz guru-209292e86e59c9636d0290faaf4537bea0519217.tar.bz2 guru-209292e86e59c9636d0290faaf4537bea0519217.zip |
net-im/nheko: update postinst message for live ebuild
Signed-off-by: tea <gentoo@tastytea.de>
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/nheko/nheko-9999.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net-im/nheko/nheko-9999.ebuild b/net-im/nheko/nheko-9999.ebuild index 62a8c8d96..b25d7d977 100644 --- a/net-im/nheko/nheko-9999.ebuild +++ b/net-im/nheko/nheko-9999.ebuild @@ -129,7 +129,6 @@ pkg_postinst() { xdg_pkg_postinst - ewarn "since Nheko migrated to Qt 6 there may be some regressions. video streams will" - ewarn "probably not work for now. d95d2fcaa9e3b8ab47275d2bf56e5a7ebddd37e7 was the" - ewarn "last commit with Qt5 support." + ewarn "since Nheko migrated to Qt 6 video streams will not work for now because" + ewarn "we are missing a dependency. see <https://bugs.gentoo.org/810814> for details" } |