Diff git-lfs-3.6.1 with a git-lfs-9999
| /usr/portage/dev-vcs/git-lfs/git-lfs-9999.ebuild 2025-07-29 16:22:14.260455037 +0300 | ||
|---|---|---|
| 4 | 4 |
EAPI=8 |
| 5 | 5 |
EGO_PN=github.com/git-lfs/git-lfs |
| 6 | 6 |
# Update the ID as it's included in each build. |
| 7 |
COMMIT_ID="ea47a34bde1ba1ecf9eb8dc6d44fcf7aef42f5e3" |
|
| 7 |
COMMIT_ID="" |
|
| 8 | 8 | |
| 9 | 9 |
inherit go-module shell-completion |
| 10 | 10 | |
| ... | ... | |
| 33 | 33 | |
| 34 | 34 |
LICENSE="Apache-2.0 BSD BSD-2 BSD-4 ISC MIT" |
| 35 | 35 |
SLOT="0" |
| 36 |
KEYWORDS="amd64 arm64 ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux" |
|
| 36 |
# KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux" |
|
| 37 | 37 |
IUSE="doc test" |
| 38 | 38 | |
| 39 | 39 |
BDEPEND=" |
| ... | ... | |
| 94 | 94 |
local mygotestargs=( |
| 95 | 95 |
-ldflags="-X ${EGO_PN}/config.GitCommit=${COMMIT_ID}"
|
| 96 | 96 |
) |
| 97 |
go test "${mygotestargs[@]}" ./... || die
|
|
| 97 |
ego test "${mygotestargs[@]}" ./...
|
|
| 98 | 98 |
} |
| 99 | 99 | |
| 100 | 100 |
pkg_postinst () {
|