Skip to content

Commit

Permalink
dev-vcs/blogc-git-receiver: do not eautoreconf submodules
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.2.26
  • Loading branch information
Rafael Martins committed Apr 23, 2016
1 parent eed6c70 commit ca5ca2b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dev-vcs/blogc-git-receiver/blogc-git-receiver-0.4.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ RDEPEND="${DEPEND}
dev-vcs/git"

src_prepare() {
[[ ${PV} = *9999* ]] && eautoreconf
[[ ${PV} = *9999* ]] && AT_NO_RECURSIVE=1 eautoreconf
default
}

Expand Down
2 changes: 1 addition & 1 deletion dev-vcs/blogc-git-receiver/blogc-git-receiver-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ RDEPEND="${DEPEND}
dev-vcs/git"

src_prepare() {
[[ ${PV} = *9999* ]] && eautoreconf
[[ ${PV} = *9999* ]] && AT_NO_RECURSIVE=1 eautoreconf
default
}

Expand Down

0 comments on commit ca5ca2b

Please sign in to comment.