Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 870559 Details for
Bug 914177
sys-apps/eza: incorrect usage of cargo.eclass
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
correct usage of myfeatures from cargo.eclass
eza.patch (text/plain), 663 bytes, created by
dm9pZCAq
on 2023-09-14 08:56:15 UTC
(
hide
)
Description:
correct usage of myfeatures from cargo.eclass
Filename:
MIME Type:
Creator:
dm9pZCAq
Created:
2023-09-14 08:56:15 UTC
Size:
663 bytes
patch
obsolete
>diff --git a/sys-apps/eza/eza-0.11.1-r1.ebuild b/sys-apps/eza/eza-0.11.1-r1.ebuild >index fa845b341..e40c574c9 100644 >--- a/sys-apps/eza/eza-0.11.1-r1.ebuild >+++ b/sys-apps/eza/eza-0.11.1-r1.ebuild >@@ -142,13 +142,13 @@ src_prepare() { > sed -i -e 's/^strip = true$/strip = false/g' Cargo.toml || die "failed to disable stripping" > } > >-src_compile() { >- export LIBGIT2_SYS_USE_PKG_CONFIG=1 >- export PKG_CONFIG_ALLOW_CROSS=1 >+src_configure() { > local myfeatures=( > $(usev git) > ) >- cargo_src_compile --no-default-features >+ export LIBGIT2_SYS_USE_PKG_CONFIG=1 >+ export PKG_CONFIG_ALLOW_CROSS=1 >+ cargo_src_configure --no-default-features > } > > src_install() {
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 914177
: 870559