diff options
author | Sam James <sam@gentoo.org> | 2021-04-21 05:33:32 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-21 19:49:14 +0100 |
commit | 4bd6586833e9d492b29327b8fbfa26a5b7564717 (patch) | |
tree | f8a2b71c193183296cf55920df90c624ddd78183 /net-libs | |
parent | app-misc/wcd: add libunistring subslot operator (diff) | |
download | gentoo-4bd6586833e9d492b29327b8fbfa26a5b7564717.tar.gz gentoo-4bd6586833e9d492b29327b8fbfa26a5b7564717.tar.bz2 gentoo-4bd6586833e9d492b29327b8fbfa26a5b7564717.zip |
net-libs/libpsl: add libunistring subslot operator
Not revbumping given a change isn't imminent and
releases are infrequent.
Package-Manager: Portage-3.0.18-prefix, Repoman-3.0.3
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/libpsl/libpsl-0.21.0.ebuild | 2 | ||||
-rw-r--r-- | net-libs/libpsl/libpsl-0.21.1.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/net-libs/libpsl/libpsl-0.21.0.ebuild b/net-libs/libpsl/libpsl-0.21.0.ebuild index f00be3c56585..d07938849562 100644 --- a/net-libs/libpsl/libpsl-0.21.0.ebuild +++ b/net-libs/libpsl/libpsl-0.21.0.ebuild @@ -18,7 +18,7 @@ IUSE="icu +idn +man" RDEPEND=" icu? ( !idn? ( dev-libs/icu:=[${MULTILIB_USEDEP}] ) ) idn? ( - dev-libs/libunistring[${MULTILIB_USEDEP}] + dev-libs/libunistring:=[${MULTILIB_USEDEP}] net-dns/libidn2:=[${MULTILIB_USEDEP}] ) " diff --git a/net-libs/libpsl/libpsl-0.21.1.ebuild b/net-libs/libpsl/libpsl-0.21.1.ebuild index dc12e522645c..2a840c6e4b23 100644 --- a/net-libs/libpsl/libpsl-0.21.1.ebuild +++ b/net-libs/libpsl/libpsl-0.21.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -18,7 +18,7 @@ IUSE="icu +idn +man" RDEPEND=" icu? ( !idn? ( dev-libs/icu:=[${MULTILIB_USEDEP}] ) ) idn? ( - dev-libs/libunistring[${MULTILIB_USEDEP}] + dev-libs/libunistring:=[${MULTILIB_USEDEP}] net-dns/libidn2:=[${MULTILIB_USEDEP}] ) " |