mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-19 20:13:01 -04:00
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:
@@ -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
|
||||
}
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user