diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2020-05-02 13:57:45 +0300 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2020-05-02 13:58:40 +0300 |
commit | a3eaa162a568d52d49cdeba206cb47b9a7e29dd5 (patch) | |
tree | f49a47d398f2e04cd376500b29d7d67a3fc836d4 /virtual | |
parent | dev-python/python-bugzilla: Mark ALLARCHES (diff) | |
download | gentoo-a3eaa162a568d52d49cdeba206cb47b9a7e29dd5.tar.gz gentoo-a3eaa162a568d52d49cdeba206cb47b9a7e29dd5.tar.bz2 gentoo-a3eaa162a568d52d49cdeba206cb47b9a7e29dd5.zip |
virtual/libcrypt: Uncomplexificate
The crypt useflag exists only recently, and there are currently no plans to make
it go away again. There's absolutely no point in any || dependency.
Bug: https://bugs.gentoo.org/720048
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'virtual')
-rw-r--r-- | virtual/libcrypt/libcrypt-1-r1.ebuild (renamed from virtual/libcrypt/libcrypt-1.ebuild) | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/virtual/libcrypt/libcrypt-1.ebuild b/virtual/libcrypt/libcrypt-1-r1.ebuild index 549b652f3736..e4ab9cdaf26b 100644 --- a/virtual/libcrypt/libcrypt-1.ebuild +++ b/virtual/libcrypt/libcrypt-1-r1.ebuild @@ -12,12 +12,7 @@ KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 sp IUSE="+static-libs" RDEPEND=" - elibc_glibc? ( - || ( - >=sys-libs/glibc-2.30-r2[crypt(-),static-libs(+)?] - <sys-libs/glibc-2.30-r2 - ) - ) + elibc_glibc? ( sys-libs/glibc[crypt(+),static-libs(+)?] ) elibc_musl? ( sys-libs/musl ) elibc_uclibc? ( sys-libs/uclibc-ng ) elibc_Cygwin? ( sys-libs/cygwin-crypt ) |