mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-26 16:11:56 +02:00
dev-libs/libuv: Sync with Gentoo
It's from Gentoo commit 26ca508e4986c93cddb87c892ce67abb4ce8d02b.
This commit is contained in:
parent
fabfa86ef5
commit
269140db51
@ -17,7 +17,7 @@ else
|
|||||||
https://dist.libuv.org/dist/v${PV}/libuv-v${PV}.tar.gz -> ${P}.tar.gz
|
https://dist.libuv.org/dist/v${PV}/libuv-v${PV}.tar.gz -> ${P}.tar.gz
|
||||||
verify-sig? ( https://dist.libuv.org/dist/v${PV}/libuv-v${PV}.tar.gz.sign -> ${P}.tar.gz.sig )
|
verify-sig? ( https://dist.libuv.org/dist/v${PV}/libuv-v${PV}.tar.gz.sign -> ${P}.tar.gz.sig )
|
||||||
"
|
"
|
||||||
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris"
|
KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris"
|
||||||
S="${WORKDIR}/${PN}-v${PV}"
|
S="${WORKDIR}/${PN}-v${PV}"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
@ -1,14 +1,14 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-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="project">
|
|
||||||
<email>kde@gentoo.org</email>
|
|
||||||
<name>Gentoo KDE Project</name>
|
|
||||||
</maintainer>
|
|
||||||
<maintainer type="person">
|
<maintainer type="person">
|
||||||
<email>jsmolic@gentoo.org</email>
|
<email>jsmolic@gentoo.org</email>
|
||||||
<name>Jakov Smolić</name>
|
<name>Jakov Smolić</name>
|
||||||
</maintainer>
|
</maintainer>
|
||||||
|
<maintainer type="project">
|
||||||
|
<email>kde@gentoo.org</email>
|
||||||
|
<name>Gentoo KDE Project</name>
|
||||||
|
</maintainer>
|
||||||
<longdescription lang="en">
|
<longdescription lang="en">
|
||||||
libuv is a platform layer for node.js. Its purpose is to abstract
|
libuv is a platform layer for node.js. Its purpose is to abstract
|
||||||
IOCP on Windows and epoll/kqueue/event ports/etc. on Unix systems.
|
IOCP on Windows and epoll/kqueue/event ports/etc. on Unix systems.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user