diff options
author | Wim Muskee <wimmuskee@gmail.com> | 2013-02-09 10:51:38 +0100 |
---|---|---|
committer | Wim Muskee <wimmuskee@gmail.com> | 2013-02-09 10:51:38 +0100 |
commit | 51d7059ee72c8dbc8aa74dd199162a29a18b01c3 (patch) | |
tree | c11cb45cb363d0c43d28d4fefd67c354dc2895b2 /sys-apps/kicktoo/kicktoo-0.4.5.ebuild | |
parent | Add 13.0 profiles. (diff) | |
download | ltsp-51d7059ee72c8dbc8aa74dd199162a29a18b01c3.tar.gz ltsp-51d7059ee72c8dbc8aa74dd199162a29a18b01c3.tar.bz2 ltsp-51d7059ee72c8dbc8aa74dd199162a29a18b01c3.zip |
kicktoo: stable for 0.4.5
Diffstat (limited to 'sys-apps/kicktoo/kicktoo-0.4.5.ebuild')
-rw-r--r-- | sys-apps/kicktoo/kicktoo-0.4.5.ebuild | 4 |
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 |