commit:     7d7b3bee4b06f4a813daff7c0945e25fd57f9b7e
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 19 12:20:42 2019 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Tue Mar 19 12:20:42 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d7b3bee

net-libs/libpsl: Fix typo causing build failures

didable-ubsan -> disable-ubsan

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>

 net-libs/libpsl/libpsl-0.20.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/libpsl/libpsl-0.20.2.ebuild 
b/net-libs/libpsl/libpsl-0.20.2.ebuild
index 58adc0c6791..6eed8f0695e 100644
--- a/net-libs/libpsl/libpsl-0.20.2.ebuild
+++ b/net-libs/libpsl/libpsl-0.20.2.ebuild
@@ -38,7 +38,7 @@ multilib_src_configure() {
        local myeconfargs=(
                --disable-asan
                --disable-cfi
-               --didable-ubsan
+               --disable-ubsan
                $(use_enable man)
        )
 

Reply via email to