www-apps/gitlab-ce:

Fix init script: Remove "provide gitlab" instruction

Package-Manager: Portage-2.3.24, Repoman-2.3.6
This commit is contained in:
Manuel Friedli 2018-04-14 00:11:27 +02:00
parent 98edf8bb2f
commit 3c60a777bf
3 changed files with 5 additions and 3 deletions

View file

@ -42,7 +42,6 @@ backup_command="sudo -u ${gitlab_user} -H /usr/bin/bundle"
backup_args=" exec rake gitlab:backup:create RAILS_ENV=${rails_env}"
depend() {
provide gitlab
need redis gitlab-workhorse gitlab-gitaly
use net
}