Diff imgurbash2-3.2 with a imgurbash2-9999

/usr/portage/app-misc/imgurbash2/imgurbash2-9999.ebuild 2023-10-09 14:52:28.804368333 +0300
1
# Copyright 1999-2020 Gentoo Authors
1
# Copyright 1999-2018 Gentoo Foundation
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=7
......
16 16

  
17 17
LICENSE="MIT"
18 18
SLOT="0"
19
IUSE="X wayland"
19
IUSE="X"
20 20

  
21 21
RDEPEND="
22 22
	net-misc/curl
23
	wayland? ( gui-apps/wl-clipboard )
24 23
	X? ( || ( x11-misc/xclip x11-misc/xsel ) )
25 24
"
26 25

  
Thank you!