diff options
author | V3n3RiX <venerix@koprulu.sector> | 2024-04-15 12:04:03 +0100 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2024-04-15 12:04:03 +0100 |
commit | 7fa8a1e3f149eea4c844c47cfe26136ed7614c58 (patch) | |
tree | e514d1b9999d088064bee1e34a3a3c500d6d7a07 /app-shells/tmux-bash-completion | |
parent | d993571e2ee444d08f4e9e90d493ee37338657e3 (diff) |
gentoo auto-resync : 15:04:2024 - 12:04:02
Diffstat (limited to 'app-shells/tmux-bash-completion')
-rw-r--r-- | app-shells/tmux-bash-completion/Manifest | 2 | ||||
-rw-r--r-- | app-shells/tmux-bash-completion/tmux-bash-completion-9999.ebuild | 9 |
2 files changed, 5 insertions, 6 deletions
diff --git a/app-shells/tmux-bash-completion/Manifest b/app-shells/tmux-bash-completion/Manifest index 00d0f6954b6d..d993fbaf06be 100644 --- a/app-shells/tmux-bash-completion/Manifest +++ b/app-shells/tmux-bash-completion/Manifest @@ -1,2 +1,2 @@ -EBUILD tmux-bash-completion-9999.ebuild 520 BLAKE2B 9ac470c42e2e56634983c32ccfb7aac0ccaf6d0a747989e9dec2600e3314f6fabc5cb18e9c9fdee7306d3b1df97576e8c9b0af8bce282ce9f89a05bfe4394be4 SHA512 dc4b6d6be23e096d7603b3e610d2d4191a25ba444c7ac09c5a96bf1d93b86a97e3cfb4c1958a825a959f9abff2eb963719b19bec8ffc540c8b86c09f3c2273b2 +EBUILD tmux-bash-completion-9999.ebuild 497 BLAKE2B abb36a121cd5cc6c252b5e12b3d3c508dc49d05eb2e740921cc3880f1192f80e77d10b5dc3e897915ccb9933c8650c10263fcaa8f78b86306359793473b851e7 SHA512 1624ee4fbe31f46b4d87172deadda78a3064d7c5f9ddaa82325a681dc387b18500ad1b6a947484efbf69f5f96316c657c1e9b5e51e933aa83910541623fb57e7 MISC metadata.xml 467 BLAKE2B b70478ffa02d1c2197be389d5e2f0ae4d55d00e5f1c384ccd883c62f82d9d68331e7db9e0939414d9f05d293a17f53a162d760574caed0c5b6b349319a6bed33 SHA512 5f72c2422e7e8e9b6cbb5b6faedb50cb5648ad9c74706518f4187b00f5d247e42a733296f5b1e91abaa89a65e5ac787d946b8dddbaf9772683aa4b2a57b7d7b7 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() { |