commit: 92c0a6517c61ce22cd2334e1e617309eb77d0197 Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org> AuthorDate: Sun May 15 10:15:43 2022 +0000 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org> CommitDate: Sun May 15 10:18:42 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92c0a651
x11-misc/tdrop: sync live ebuild Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org> x11-misc/tdrop/tdrop-9999.ebuild | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/x11-misc/tdrop/tdrop-9999.ebuild b/x11-misc/tdrop/tdrop-9999.ebuild index 695b437b87d3..252c3456998e 100644 --- a/x11-misc/tdrop/tdrop-9999.ebuild +++ b/x11-misc/tdrop/tdrop-9999.ebuild @@ -1,7 +1,9 @@ -# Copyright 2019-2021 Gentoo Authors +# Copyright 2019-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 + +inherit optfeature DESCRIPTION="WM-Independent Dropdown Creator" HOMEPAGE="https://github.com/noctuid/tdrop" @@ -20,6 +22,7 @@ IUSE="" RDEPEND=" app-shells/bash + sys-apps/gawk sys-process/procps x11-apps/xprop x11-apps/xrandr @@ -36,3 +39,7 @@ src_install() { doman tdrop.1 dodoc README.org } + +pkg_postinst() { + optfeature "tmux session support" app-misc/tmux +}
