diff options
author | Sam James <sam@gentoo.org> | 2022-11-07 07:11:56 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-11-07 07:11:56 +0000 |
commit | b4f2cc9a93c978a15d1685699b8d8ba667aad7e4 (patch) | |
tree | 0778e38fffe1a97ab570f3c71c0af37bb1c997a5 | |
parent | dev-python/pythran: Stabilize 0.12.0-r2 amd64, #879993 (diff) | |
download | gentoo-b4f2cc9a93c978a15d1685699b8d8ba667aad7e4.tar.gz gentoo-b4f2cc9a93c978a15d1685699b8d8ba667aad7e4.tar.bz2 gentoo-b4f2cc9a93c978a15d1685699b8d8ba667aad7e4.zip |
net-libs/libpsl: add link to upstream PR
so that we can spot ability to drop it on next release.
Closes: https://bugs.gentoo.org/880077
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | net-libs/libpsl/libpsl-0.21.1-r1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-libs/libpsl/libpsl-0.21.1-r1.ebuild b/net-libs/libpsl/libpsl-0.21.1-r1.ebuild index 59acf63ddf81..2dff0aa5fb7b 100644 --- a/net-libs/libpsl/libpsl-0.21.1-r1.ebuild +++ b/net-libs/libpsl/libpsl-0.21.1-r1.ebuild @@ -38,7 +38,8 @@ pkg_pretend() { } multilib_src_configure() { - append-lfs-flags # bug 880077 + # bug #880077, https://github.com/rockdaboot/libpsl/pull/189 + append-lfs-flags local myeconfargs=( --disable-asan |