Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 825151 Details for
Bug 877781
=sci-libs/brial-1.2.11: stabilization
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
act-1.6.0-fix.patch
act-1.6.0-fix.patch (text/plain), 1.44 KB, created by
William Hubbs
on 2022-10-23 18:26:09 UTC
(
hide
)
Description:
act-1.6.0-fix.patch
Filename:
MIME Type:
Creator:
William Hubbs
Created:
2022-10-23 18:26:09 UTC
Size:
1.44 KB
patch
obsolete
>diff --git a/dev-go/act/act-1.6.0.ebuild b/dev-go/act/act-1.6.0.ebuild >index 3a2dd997297..2637549ad4e 100644 >--- a/dev-go/act/act-1.6.0.ebuild >+++ b/dev-go/act/act-1.6.0.ebuild >@@ -3,8 +3,6 @@ > > EAPI=8 > >-inherit go-module toolchain-funcs >- > DESCRIPTION="Automated Component Toolkit code generator" > HOMEPAGE="https://github.com/Autodesk/AutomaticComponentToolkit" > SRC_URI="https://github.com/Autodesk/AutomaticComponentToolkit/archive/v${PV}.tar.gz -> ${P}.tar.gz" >@@ -12,46 +10,19 @@ S="${WORKDIR}/AutomaticComponentToolkit-${PV}" > > LICENSE="BSD-2" > SLOT="0" >-KEYWORDS="amd64 ~arm64 x86" >- >-RESTRICT="test" >+KEYWORDS="amd64" > >-# Package does not follow the usual go directory structure >-# Functions borrowed from dev-lang/go ebuild. >-go_arch() { >- # By chance most portage arch names match Go >- local portage_arch=$(tc-arch $@) >- case "${portage_arch}" in >- x86) echo 386;; >- x64-*) echo amd64;; >- *) echo "${portage_arch}";; >- esac >-} >+BDEPEND="dev-lang/go" > >-go_arm() { >- case "${1:-${CHOST}}" in >- armv5*) echo 5;; >- armv6*) echo 6;; >- armv7*) echo 7;; >- *) >- die "unknown GOARM for ${1:-${CHOST}}" >- ;; >- esac >-} >+RESTRICT="test" > > src_compile() { >- export GOARCH=$(go_arch) >- export GOOS=linux >- if [[ ${ARCH} == arm ]]; then >- export GOARM=$(go_arm) >- fi >- >- cd "${S}"/Source || die >+ cd Source || die > go build -x -o ../${PN} *.go || die > } > > src_install() { >- newbin "${S}"/${PN} ${PN} >+ dobin ${PN} > einstalldocs > dodoc -r Documentation/. > }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 877781
: 825151