summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-apps/kicktoo/kicktoo-0.4.5.ebuild')
-rw-r--r--sys-apps/kicktoo/kicktoo-0.4.5.ebuild4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys-apps/kicktoo/kicktoo-0.4.5.ebuild b/sys-apps/kicktoo/kicktoo-0.4.5.ebuild
index 13caaa7..08c9437 100644
--- a/sys-apps/kicktoo/kicktoo-0.4.5.ebuild
+++ b/sys-apps/kicktoo/kicktoo-0.4.5.ebuild
@@ -9,7 +9,7 @@ HOMEPAGE="https://github.com/r1k0/kicktoo"
SRC_URI="https://github.com/r1k0/${PN}/archive/v${PV}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
RESTRICT="mirror"
# making the profiles optional, included by default
# they are not required for the tool
@@ -33,12 +33,10 @@ src_install() {
insinto ${ktdir}/modules
doins modules/*
-
dobin kicktoo
if use server; then
dobin daemon/kicktood
-
insinto /etc/kicktoo
doins daemon/kicktood.conf
fi