diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-04-14 18:45:51 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-04-14 18:55:45 +0300 |
commit | 72288f8c51ddb78a1ce3e713c25db262725f8593 (patch) | |
tree | 46df477b0996f8e74abb514babb2ad865a9caf83 /app-shells/tmux-bash-completion | |
parent | www-client/epiphany: stop suggesting webkit-gtk[jpeg2k], it doesn't exist soon (diff) | |
download | gentoo-72288f8c51ddb78a1ce3e713c25db262725f8593.tar.gz gentoo-72288f8c51ddb78a1ce3e713c25db262725f8593.tar.bz2 gentoo-72288f8c51ddb78a1ce3e713c25db262725f8593.zip |
app-shells/tmux-bash-completion: EAPI=8
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'app-shells/tmux-bash-completion')
-rw-r--r-- | app-shells/tmux-bash-completion/tmux-bash-completion-9999.ebuild | 9 |
1 files 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() { |