commit: 72288f8c51ddb78a1ce3e713c25db262725f8593 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> AuthorDate: Sun Apr 14 15:45:51 2024 +0000 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> CommitDate: Sun Apr 14 15:55:45 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72288f8c
app-shells/tmux-bash-completion: EAPI=8 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org> app-shells/tmux-bash-completion/tmux-bash-completion-9999.ebuild | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/app-shells/tmux-bash-completion/tmux-bash-completion-9999.ebuild b/app-shells/tmux-bash-completion/tmux-bash-completion-9999.ebuild index da4498863deb..f07081870306 100644 --- a/app-shells/tmux-bash-completion/tmux-bash-completion-9999.ebuild +++ b/app-shells/tmux-bash-completion/tmux-bash-completion-9999.ebuild @@ -1,7 +1,8 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 + inherit bash-completion-r1 git-r3 DESCRIPTION="bash-completion scripts for tmux" @@ -10,13 +11,11 @@ EGIT_REPO_URI="https://github.com/imomaliev/tmux-bash-completion.git" LICENSE="GPL-2" SLOT="0" -KEYWORDS="" -IUSE="" DEPEND=" >=app-misc/tmux-2.2 app-shells/bash-completion - " +" RDEPEND="${DEPEND}" src_install() {
