Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 897243 Details for
Bug 935689
llvm-r1.eclass; llvm-r1_pkg_setup doesn't fix lld version
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
foo-1.2.3.ebuild
file_935689.txt (text/plain), 740 bytes, created by
Matt Jolly
on 2024-07-07 03:33:00 UTC
(
hide
)
Description:
foo-1.2.3.ebuild
Filename:
MIME Type:
Creator:
Matt Jolly
Created:
2024-07-07 03:33:00 UTC
Size:
740 bytes
patch
obsolete
># Copyright 1999-2024 Gentoo Authors ># Distributed under the terms of the GNU General Public License v2 > >EAPI=8 > >LLVM_COMPAT=( {17..19} ) >inherit llvm-r1 > >DESCRIPTION="This is a sample skeleton ebuild file" >HOMEPAGE="https://foo.example.org/" >SRC_URI="https://is-c-modern-yet.website/chromium-minion.jpg" > >LICENSE="BSD" >SLOT="0" >KEYWORDS="~amd64" > >pkg_setup() { > local oldpath="PATH = ${PATH}" > CC="${CHOST}-clang" > CXX="${CHOST}-clang++" > llvm-r1_pkg_setup > ewarn "CC = ${CC}" > ewarn "CXX = ${CXX}" > ewarn "OLDPATH = $oldpath" > die "SLOT = ${LLVM_SLOT}; PATH = ${PATH}" >} > >src_unpack() { > : >} > >src_configure() { > : >} > >src_compile() { > : >} > >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 Raw
Actions:
View
Attachments on
bug 935689
: 897243