net-misc/hikari: use || for patch conditions

This commit is contained in:
odrling 2024-03-22 02:22:19 +01:00
parent 6af36d2d6d
commit d7919656aa
Signed by: odrling
GPG Key ID: 2D8C2F151EDB7392
1 changed files with 1 additions and 1 deletions

View File

@ -30,6 +30,6 @@ RDEPEND="
"
src_prepare() {
! use X && ! use wayland && eapply "${FILESDIR}/remove-pyperclip.patch"
use X || use wayland || eapply "${FILESDIR}/remove-pyperclip.patch"
eapply_user
}