From: "Jeroen Roovers" <jer@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libuv/files/, dev-libs/libuv/
Date: Fri, 6 Jul 2018 11:59:09 +0000 (UTC) [thread overview]
Message-ID: <1530878329.7971221c99f4ce5d2b75c6553f0bcb4225dbdf80.jer@gentoo> (raw)
commit: 7971221c99f4ce5d2b75c6553f0bcb4225dbdf80
Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 6 11:58:49 2018 +0000
Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Fri Jul 6 11:58:49 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7971221c
dev-libs/libuv: Fix unexpected ABI change (bug #659872).
Package-Manager: Portage-2.3.41, Repoman-2.3.9
.../libuv/files/libuv-1.21.0-UV_FS_LCHOWN.patch | 32 ++++++++++++++++++++++
...{libuv-1.21.0.ebuild => libuv-1.21.0-r1.ebuild} | 3 ++
2 files changed, 35 insertions(+)
diff --git a/dev-libs/libuv/files/libuv-1.21.0-UV_FS_LCHOWN.patch b/dev-libs/libuv/files/libuv-1.21.0-UV_FS_LCHOWN.patch
new file mode 100644
index 00000000000..edd996b70d8
--- /dev/null
+++ b/dev-libs/libuv/files/libuv-1.21.0-UV_FS_LCHOWN.patch
@@ -0,0 +1,32 @@
+diff --git a/docs/src/fs.rst b/docs/src/fs.rst
+index a390f1409..f383e5b10 100644
+--- a/docs/src/fs.rst
++++ b/docs/src/fs.rst
+@@ -92,9 +92,9 @@ Data types
+ UV_FS_READLINK,
+ UV_FS_CHOWN,
+ UV_FS_FCHOWN,
+- UV_FS_LCHOWN,
+ UV_FS_REALPATH,
+- UV_FS_COPYFILE
++ UV_FS_COPYFILE,
++ UV_FS_LCHOWN
+ } uv_fs_type;
+
+ .. c:type:: uv_dirent_t
+diff --git a/include/uv.h b/include/uv.h
+index 91451ada7..efb7b61cf 100644
+--- a/include/uv.h
++++ b/include/uv.h
+@@ -1141,9 +1141,9 @@ typedef enum {
+ UV_FS_READLINK,
+ UV_FS_CHOWN,
+ UV_FS_FCHOWN,
+- UV_FS_LCHOWN,
+ UV_FS_REALPATH,
+- UV_FS_COPYFILE
++ UV_FS_COPYFILE,
++ UV_FS_LCHOWN
+ } uv_fs_type;
+
+ /* uv_fs_t is a subclass of uv_req_t. */
diff --git a/dev-libs/libuv/libuv-1.21.0.ebuild b/dev-libs/libuv/libuv-1.21.0-r1.ebuild
similarity index 95%
rename from dev-libs/libuv/libuv-1.21.0.ebuild
rename to dev-libs/libuv/libuv-1.21.0-r1.ebuild
index 1edbef416b0..5a5b2d1a24a 100644
--- a/dev-libs/libuv/libuv-1.21.0.ebuild
+++ b/dev-libs/libuv/libuv-1.21.0-r1.ebuild
@@ -17,6 +17,9 @@ RESTRICT="test"
DEPEND="sys-devel/libtool
virtual/pkgconfig[${MULTILIB_USEDEP}]"
+PATCHES=(
+ "${FILESDIR}"/${P}-UV_FS_LCHOWN.patch
+)
src_prepare() {
default
next reply other threads:[~2018-07-06 11:59 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-07-06 11:59 Jeroen Roovers [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-11-26 23:18 [gentoo-commits] repo/gentoo:master commit in: dev-libs/libuv/files/, dev-libs/libuv/ Sam James
2023-11-26 23:48 Sam James
2024-01-11 20:49 Fabian Groffen
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1530878329.7971221c99f4ce5d2b75c6553f0bcb4225dbdf80.jer@gentoo \
--to=jer@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox