mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-11 15:06:58 +02:00
dev-lang/nasm: Sync with Gentoo
It's from Gentoo commit 5bcc0634bfd39f947f076c045d4d250f8ec3b513.
This commit is contained in:
parent
25548ca96d
commit
a4b9ede37f
@ -2,8 +2,8 @@
|
|||||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||||
<pkgmetadata>
|
<pkgmetadata>
|
||||||
<maintainer type="person">
|
<maintainer type="person">
|
||||||
<email>matthew@gentoo.org</email>
|
<email>arthurzam@gentoo.org</email>
|
||||||
<name>Matthew Smith</name>
|
<name>Arthur Zamarin</name>
|
||||||
</maintainer>
|
</maintainer>
|
||||||
<longdescription>
|
<longdescription>
|
||||||
The Netwide Assembler, NASM, is an 80x86 assembler designed for portability
|
The Netwide Assembler, NASM, is an 80x86 assembler designed for portability
|
||||||
|
@ -12,8 +12,8 @@ S="${WORKDIR}"/${P/_}
|
|||||||
|
|
||||||
LICENSE="BSD-2"
|
LICENSE="BSD-2"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
KEYWORDS="~amd64 ~arm64 ~ia64 ~loong ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux"
|
KEYWORDS="amd64 arm64 ~ia64 ~loong ppc64 ~riscv x86 ~amd64-linux ~x86-linux"
|
||||||
IUSE="doc lto"
|
IUSE="doc"
|
||||||
|
|
||||||
QA_CONFIG_IMPL_DECL_SKIP=(
|
QA_CONFIG_IMPL_DECL_SKIP=(
|
||||||
# Windows.
|
# Windows.
|
||||||
@ -75,10 +75,9 @@ src_prepare() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
src_configure() {
|
src_configure() {
|
||||||
local myconfargs=(
|
# --enable-lto just appends -flto to *FLAGS
|
||||||
$(use_enable lto)
|
# so let users just use lto through normal make.conf *FLAGS
|
||||||
)
|
econf
|
||||||
econf "${myconfargs[@]}"
|
|
||||||
}
|
}
|
||||||
|
|
||||||
src_compile() {
|
src_compile() {
|
||||||
|
Loading…
Reference in New Issue
Block a user