diff options
author | Yixun Lan <dlan@gentoo.org> | 2024-07-09 07:28:37 +0000 |
---|---|---|
committer | Yixun Lan <dlan@gentoo.org> | 2024-07-09 09:41:28 +0000 |
commit | c4c3d2061e45f2f2b06087c3fa4ec7ce96d77eb7 (patch) | |
tree | 7cdb1c73ba74b23d9f0a91893b9c75400202e2bb /www-apps | |
parent | net-misc/yt-dlp: add 2024.07.09 (diff) | |
download | gentoo-c4c3d2061e45f2f2b06087c3fa4ec7ce96d77eb7.tar.gz gentoo-c4c3d2061e45f2f2b06087c3fa4ec7ce96d77eb7.tar.bz2 gentoo-c4c3d2061e45f2f2b06087c3fa4ec7ce96d77eb7.zip |
www-apps/nextcloud-notify_push: fix QA issue
Closes: https://bugs.gentoo.org/935786
Signed-off-by: Yixun Lan <dlan@gentoo.org>
Diffstat (limited to 'www-apps')
-rw-r--r-- | www-apps/nextcloud-notify_push/nextcloud-notify_push-0.6.12.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www-apps/nextcloud-notify_push/nextcloud-notify_push-0.6.12.ebuild b/www-apps/nextcloud-notify_push/nextcloud-notify_push-0.6.12.ebuild index 337466eb3a28..ca06bef7a5a0 100644 --- a/www-apps/nextcloud-notify_push/nextcloud-notify_push-0.6.12.ebuild +++ b/www-apps/nextcloud-notify_push/nextcloud-notify_push-0.6.12.ebuild @@ -363,6 +363,8 @@ LICENSE+=" Apache-2.0 BSD GPL-3 ISC MIT MPL-2.0 Unicode-DFS-2016" SLOT="0" KEYWORDS="~amd64 ~x86" +QA_FLAGS_IGNORED="usr/bin/${PN}" + src_install() { cargo_src_install einstalldocs |