summaryrefslogtreecommitdiff
path: root/app-crypt
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2018-09-28 10:06:15 +0200
committerKarel Kočí <cynerd@email.cz>2018-09-28 10:06:15 +0200
commit9253efd988a7c9922cee69e4a0148f0c5618a506 (patch)
tree574322dbc48de8f872c35045fe3ed349f246b59d /app-crypt
parent6f6d67d20f12f94cacfc0f85a2548cfbe4b972d1 (diff)
downloadgentoo-personal-overlay-9253efd988a7c9922cee69e4a0148f0c5618a506.tar.gz
gentoo-personal-overlay-9253efd988a7c9922cee69e4a0148f0c5618a506.tar.bz2
gentoo-personal-overlay-9253efd988a7c9922cee69e4a0148f0c5618a506.zip
Try to cleanup ebuild insts little bit
Diffstat (limited to 'app-crypt')
-rw-r--r--app-crypt/usbkey/usbkey-0.2-r1.ebuild8
1 files changed, 2 insertions, 6 deletions
diff --git a/app-crypt/usbkey/usbkey-0.2-r1.ebuild b/app-crypt/usbkey/usbkey-0.2-r1.ebuild
index ccb8b4e..20ac8ad 100644
--- a/app-crypt/usbkey/usbkey-0.2-r1.ebuild
+++ b/app-crypt/usbkey/usbkey-0.2-r1.ebuild
@@ -1,4 +1,4 @@
-EAPI=6
+EAPI=7
VER="${PV%-r*}"
@@ -21,15 +21,11 @@ dev-libs/openssl
RDEPEND="${DEPEND}"
src_install() {
- dodir /usr/bin
- exeinto /usr/bin
- doexe "${S}/usbkey"
+ dobin "${S}/usbkey"
- dodir /usr/share/bash-completion/completions
insinto /usr/share/bash-completion/completions
newins "${S}/bash_completions" usbkey
- dodir /usr/share/zsh/site-functions
insinto /usr/share/zsh/site-functions
newins "${S}/zsh_completions" _usbkey
}