mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-06 02:17:34 -08:00
dev-perl/YAML-Syck: add 1.360.0
Add bug ref for the C17 workaround too. Bug: https://bugs.gentoo.org/943898 Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
parent
f8094375d2
commit
4482f65b58
@ -1 +1,2 @@
|
||||
DIST YAML-Syck-1.34.tar.gz 166886 BLAKE2B 42dd14f77e926ab61422f21a59249a62afa37e0a2fa0f064836fbc48a888bc768f64a90a66b8a43bbd815915bed976a3614d8176c553176fd654dedf33b57ca6 SHA512 18288f54026823e84b2d642d880d7758c5d95ba4b56d3fcf758efe59303ea71a49822d7c000b4c7b0629eccd4dcf3c940bc1c26f2b2ef89e4fdba78a35c04760
|
||||
DIST YAML-Syck-1.36.tar.gz 166124 BLAKE2B 6af159afd1d65f71dd32274c4fa79c2eb1e98e9c257403d9cc4839929ac90adf86f7be79b955a8c59e9f34062cee3923ffd7cb55196ee1858667e2c231c48d3c SHA512 596ddbb0502da94c78d4398b7f66311362b0bff1f9dd0ee58199e7a963d0a985f32404de365784d296d16579f6e288b0aade38988f58aaa1c9f82790eac97b01
|
||||
|
||||
21
dev-perl/YAML-Syck/YAML-Syck-1.360.0.ebuild
Normal file
21
dev-perl/YAML-Syck/YAML-Syck-1.360.0.ebuild
Normal file
@ -0,0 +1,21 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DIST_AUTHOR=TODDR
|
||||
DIST_VERSION=1.36
|
||||
inherit perl-module toolchain-funcs
|
||||
|
||||
DESCRIPTION="Fast, lightweight YAML loader and dumper"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
|
||||
|
||||
src_configure() {
|
||||
# bug #943898
|
||||
export CC="$(tc-getCC) -std=gnu17"
|
||||
|
||||
perl-module_src_configure
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user