repo/proj/guru:dev commit in: net-vpn/amneziawg-tools/
"Pavel Sobolev" <contact-2GWvd5oGOoG/[email protected]>
| Newsgroups | gmane.linux.gentoo.cvs |
|---|---|
| Message-ID | <1786716760.bbee61be3143668b6c7c8119c08440f3683b6f0a.contact@gentoo> |
commit: bbee61be3143668b6c7c8119c08440f3683b6f0a Author: Pavel Sobolev <contact <AT> paveloom <DOT> dev> AuthorDate: Fri Aug 14 13:55:21 2026 +0000 Commit: Pavel Sobolev <contact <AT> paveloom <DOT> dev> CommitDate: Fri Aug 14 14:12:40 2026 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=bbee61be net-vpn/amneziawg-tools: inherit `shell-completion` Fixes a regression introduced after removing `bash-completion-r1` in `81ef575` where Bash completions were installed in the root directory. Closes: https://bugs.gentoo.org/980792 Closes: https://bugs.gentoo.org/980793 Signed-off-by: Pavel Sobolev <contact <AT> paveloom.dev> ...tools-3.0.20260805.ebuild => amneziawg-tools-3.0.20260805-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-vpn/amneziawg-tools/amneziawg-tools-3.0.20260805.ebuild b/net-vpn/amneziawg-tools/amneziawg-tools-3.0.20260805-r1.ebuild similarity index 97% rename from net-vpn/amneziawg-tools/amneziawg-tools-3.0.20260805.ebuild rename to net-vpn/amneziawg-tools/amneziawg-tools-3.0.20260805-r1.ebuild index 4dff873183..02495c8569 100644 --- a/net-vpn/amneziawg-tools/amneziawg-tools-3.0.20260805.ebuild +++ b/net-vpn/amneziawg-tools/amneziawg-tools-3.0.20260805-r1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -inherit linux-info systemd toolchain-funcs +inherit linux-info shell-completion systemd toolchain-funcs DESCRIPTION="Required tools for AmneziaWG, such as awg(8) and awg-quick(8)" HOMEPAGE="https://github.com/amnezia-vpn/amneziawg-tools"