etckeeper: remove duplicate depends line
This commit is contained in:
parent
ed35b4f3a9
commit
038c556ba1
1 changed files with 1 additions and 2 deletions
|
@ -1,12 +1,11 @@
|
|||
# Template file for 'etckeeper'
|
||||
pkgname=etckeeper
|
||||
version=1.18.6
|
||||
revision=2
|
||||
revision=3
|
||||
depends="git perl"
|
||||
conf_files="/etc/etckeeper/etckeeper.conf"
|
||||
build_style='gnu-makefile'
|
||||
hostmakedepends="python bzrtools"
|
||||
depends="git"
|
||||
short_desc="Tools to store /etc in a git, mercurial, bazaar or darcs repository"
|
||||
maintainer="Diogo Leal <diogo@diogoleal.com>"
|
||||
license="GPL-2"
|
||||
|
|
Loading…
Reference in a new issue