diff options
author | Sam James <sam@gentoo.org> | 2021-09-02 22:09:26 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-09-03 00:52:21 +0100 |
commit | 4e49f413b0c964612c19bea14d80f75f45f8a7d3 (patch) | |
tree | 3b7d6135918bc32e3c5aa295cebd2615910f5669 /sys-libs/libxcrypt | |
parent | sys-kernel/raspberrypi-sources: [QA] fix IndirectInherits (diff) | |
download | gentoo-4e49f413b0c964612c19bea14d80f75f45f8a7d3.tar.gz gentoo-4e49f413b0c964612c19bea14d80f75f45f8a7d3.tar.bz2 gentoo-4e49f413b0c964612c19bea14d80f75f45f8a7d3.zip |
sys-libs/libxcrypt: [QA] fix IndirectInherits
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-libs/libxcrypt')
-rw-r--r-- | sys-libs/libxcrypt/libxcrypt-4.4.20.ebuild | 2 | ||||
-rw-r--r-- | sys-libs/libxcrypt/libxcrypt-4.4.25.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sys-libs/libxcrypt/libxcrypt-4.4.20.ebuild b/sys-libs/libxcrypt/libxcrypt-4.4.20.ebuild index 01358ced2620..f75a2a578241 100644 --- a/sys-libs/libxcrypt/libxcrypt-4.4.20.ebuild +++ b/sys-libs/libxcrypt/libxcrypt-4.4.20.ebuild @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python3_{8..9} ) # NEED_BOOTSTRAP is for developers to quickly generate a tarball # for publishing to the tree. NEED_BOOTSTRAP="no" -inherit multibuild python-any-r1 multilib-minimal +inherit multibuild multilib python-any-r1 multilib-minimal DESCRIPTION="Extended crypt library for descrypt, md5crypt, bcrypt, and others" HOMEPAGE="https://github.com/besser82/libxcrypt" diff --git a/sys-libs/libxcrypt/libxcrypt-4.4.25.ebuild b/sys-libs/libxcrypt/libxcrypt-4.4.25.ebuild index 98714fc323b9..0124869d5521 100644 --- a/sys-libs/libxcrypt/libxcrypt-4.4.25.ebuild +++ b/sys-libs/libxcrypt/libxcrypt-4.4.25.ebuild @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python3_{8..10} ) # NEED_BOOTSTRAP is for developers to quickly generate a tarball # for publishing to the tree. NEED_BOOTSTRAP="no" -inherit multibuild python-any-r1 multilib-minimal +inherit multibuild multilib python-any-r1 multilib-minimal DESCRIPTION="Extended crypt library for descrypt, md5crypt, bcrypt, and others" HOMEPAGE="https://github.com/besser82/libxcrypt" |