pass repoman QA

This commit is contained in:
Florian Tham
2017-02-14 20:48:06 +01:00
parent 4a7937fa0e
commit a193d837ae
4 changed files with 24 additions and 5 deletions

View File

@@ -10,7 +10,7 @@ DESCRIPTION="rc file (dotfile) management"
HOMEPAGE="https://github.com/thoughtbot/rcm"
EGIT_REPO_URI="https://github.com/thoughtbot/rcm.git"
LICENSE="BSD-3"
LICENSE="BSD"
SLOT="0"
KEYWORDS=""
IUSE=""
@@ -19,7 +19,6 @@ DEPEND="dev-ruby/mustache"
RDEPEND="${DEPEND}"
src_prepare () {
cd ${S}
./autogen.sh
default
}