summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-portage/trickyfetch/trickyfetch-6.8.ebuild')
-rw-r--r--app-portage/trickyfetch/trickyfetch-6.8.ebuild6
1 files changed, 5 insertions, 1 deletions
diff --git a/app-portage/trickyfetch/trickyfetch-6.8.ebuild b/app-portage/trickyfetch/trickyfetch-6.8.ebuild
index cfdcb068..1598bddb 100644
--- a/app-portage/trickyfetch/trickyfetch-6.8.ebuild
+++ b/app-portage/trickyfetch/trickyfetch-6.8.ebuild
@@ -4,7 +4,7 @@
EAPI="4"
RESTRICT="mirror"
-inherit base vcs-snapshot
+inherit eutils vcs-snapshot
DESCRIPTION="Plugin for FETCHCOMMAND to help organize and cleanup your DISTDIR"
HOMEPAGE="https://github.com/vaeth/trickyfetch/"
@@ -15,6 +15,10 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="zsh-completion"
+src_prepare() {
+ epatch_user
+}
+
src_install() {
dobin bin/*
if use zsh-completion