diff options
author | Mike Gilbert <floppym@gentoo.org> | 2024-04-13 11:23:25 -0400 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2024-04-13 11:25:19 -0400 |
commit | d8ff467d1e7e6b480f96f5181256f5b5c0ee285d (patch) | |
tree | 280088df79c577900e5cc33492022b8f504dff5f /sys-libs/libxcrypt | |
parent | dev-python/rtslib-fb: enable py3.12 (diff) | |
download | gentoo-d8ff467d1e7e6b480f96f5181256f5b5c0ee285d.tar.gz gentoo-d8ff467d1e7e6b480f96f5181256f5b5c0ee285d.tar.bz2 gentoo-d8ff467d1e7e6b480f96f5181256f5b5c0ee285d.zip |
sys-libs/libxcrypt: inherit multibuild
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Diffstat (limited to 'sys-libs/libxcrypt')
-rw-r--r-- | sys-libs/libxcrypt/libxcrypt-4.4.36-r3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-libs/libxcrypt/libxcrypt-4.4.36-r3.ebuild b/sys-libs/libxcrypt/libxcrypt-4.4.36-r3.ebuild index 3801c49f579a..a860c6a422f4 100644 --- a/sys-libs/libxcrypt/libxcrypt-4.4.36-r3.ebuild +++ b/sys-libs/libxcrypt/libxcrypt-4.4.36-r3.ebuild @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python3_{10..12} ) # NEED_BOOTSTRAP is for developers to quickly generate a tarball # for publishing to the tree. NEED_BOOTSTRAP="no" -inherit crossdev multilib python-any-r1 flag-o-matic toolchain-funcs multilib-minimal +inherit crossdev multibuild multilib python-any-r1 flag-o-matic toolchain-funcs multilib-minimal DESCRIPTION="Extended crypt library for descrypt, md5crypt, bcrypt, and others" HOMEPAGE="https://github.com/besser82/libxcrypt" |