Diff tdrop-0.4.0 with a tdrop-0.5.0

/usr/portage/x11-misc/tdrop/tdrop-0.5.0.ebuild 2023-10-09 14:52:35.948368513 +0300
1
# Copyright 2019-2021 Gentoo Authors
1
# Copyright 2019-2022 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4
EAPI=7
4
EAPI=8
5

  
6
inherit optfeature
5 7

  
6 8
DESCRIPTION="WM-Independent Dropdown Creator"
7 9
HOMEPAGE="https://github.com/noctuid/tdrop"
......
20 22

  
21 23
RDEPEND="
22 24
	app-shells/bash
25
	sys-apps/gawk
23 26
	sys-process/procps
24 27
	x11-apps/xprop
25 28
	x11-apps/xrandr
......
36 39
	doman tdrop.1
37 40
	dodoc README.org
38 41
}
42

  
43
pkg_postinst() {
44
	optfeature "tmux session support" app-misc/tmux
45
}
Thank you!