projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e413bd5
)
net-fs/mc: switch to built-in completions
author
Mikle Kolyada
<zlogene@gentoo.org>
Fri, 22 Feb 2019 06:45:37 +0000
(09:45 +0300)
committer
Mikle Kolyada
<zlogene@gentoo.org>
Fri, 22 Feb 2019 06:45:37 +0000
(09:45 +0300)
Closes: https://bugs.gentoo.org/678524
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
net-fs/mc/mc-2019.02.20.22.21.50.ebuild
patch
|
blob
|
history
diff --git
a/net-fs/mc/mc-2019.02.20.22.21.50.ebuild
b/net-fs/mc/mc-2019.02.20.22.21.50.ebuild
index 7a3a66e507b5b91f158e9bfe7eb8348bfb6d82dd..e3e65060fd19ccb2867eb9547c29ea32387c3474 100644
(file)
--- a/
net-fs/mc/mc-2019.02.20.22.21.50.ebuild
+++ b/
net-fs/mc/mc-2019.02.20.22.21.50.ebuild
@@
-3,7
+3,7
@@
EAPI=6
-inherit eapi7-ver
bash-completion-r1
golang-build golang-vcs-snapshot
+inherit eapi7-ver golang-build golang-vcs-snapshot
MY_PV="$(ver_cut 1-3)T$(ver_cut 4-7)Z"
MY_PV=${MY_PV//./-}
@@
-44,6
+44,5
@@
src_install() {
pushd src/${EGO_PN} || die
dodoc -r README.md CONTRIBUTING.md docs
dobin mc
- newbashcomp autocomplete/bash_autocomplete ${PN}
popd || die
}