dev-vcs/git-blame-someone-else: use DOCS array

Package-Manager: Portage-2.3.91, Repoman-2.3.20
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
Alessandro Barbieri
2020-03-03 06:02:25 +01:00
parent ce17562f65
commit ed7eb49777
2 changed files with 10 additions and 4 deletions

View File

@@ -14,12 +14,15 @@ SLOT="0"
KEYWORDS="~amd64"
IUSE=""
RDEPEND="dev-vcs/git"
RDEPEND="
dev-vcs/git
"
DEPEND=""
DOCS=( README.md )
S="${WORKDIR}/${PN}-${COMMIT}"
src_install() {
dobin "${PN}"
dodoc README.md
}

View File

@@ -14,10 +14,13 @@ SLOT="0"
KEYWORDS=""
IUSE=""
RDEPEND="dev-vcs/git"
RDEPEND="
dev-vcs/git
"
DEPEND=""
DOCS=( README.md )
src_install() {
dobin "${PN}"
dodoc README.md
}