diff options
Diffstat (limited to 'dev-vcs/gitolite/gitolite-9999.ebuild')
-rw-r--r-- | dev-vcs/gitolite/gitolite-9999.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/dev-vcs/gitolite/gitolite-9999.ebuild b/dev-vcs/gitolite/gitolite-9999.ebuild index 9835a5b198bd..14f8bc719a76 100644 --- a/dev-vcs/gitolite/gitolite-9999.ebuild +++ b/dev-vcs/gitolite/gitolite-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -21,7 +21,7 @@ fi LICENSE="GPL-2" SLOT="0" -IUSE="tools vim-syntax" +IUSE="selinux tools vim-syntax" DEPEND="dev-lang/perl virtual/perl-File-Path @@ -29,6 +29,7 @@ DEPEND="dev-lang/perl >=dev-vcs/git-1.6.6" RDEPEND="${DEPEND} !dev-vcs/gitolite-gentoo + selinux? ( sec-policy/selinux-gitosis ) vim-syntax? ( app-vim/gitolite-syntax ) dev-perl/JSON" @@ -56,7 +57,7 @@ src_install() { insopts -m0755 insinto $uexec doins -r src/{commands,syntactic-sugar,triggers,VREF}/ - doins -r contrib/{commands,triggers} + doins -r contrib/{commands,triggers,hooks} insopts -m0644 doins src/VERSION |