diff options
author | Alexis Ballier <aballier@gentoo.org> | 2019-03-19 13:20:42 +0100 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2019-03-19 13:20:42 +0100 |
commit | 7d7b3bee4b06f4a813daff7c0945e25fd57f9b7e (patch) | |
tree | 0f4cf4b34c5c65fa8968112e4fc829e1c6f42766 /net-libs | |
parent | dev-lang/mono: bump to 5.18.1.0 (diff) | |
download | gentoo-7d7b3bee4b06f4a813daff7c0945e25fd57f9b7e.tar.gz gentoo-7d7b3bee4b06f4a813daff7c0945e25fd57f9b7e.tar.bz2 gentoo-7d7b3bee4b06f4a813daff7c0945e25fd57f9b7e.zip |
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@gentoo.org>
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/libpsl/libpsl-0.20.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-libs/libpsl/libpsl-0.20.2.ebuild b/net-libs/libpsl/libpsl-0.20.2.ebuild index 58adc0c67916..6eed8f0695e3 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) ) |