From a3eaa162a568d52d49cdeba206cb47b9a7e29dd5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andreas=20K=2E=20H=C3=BCttel?= Date: Sat, 2 May 2020 13:57:45 +0300 Subject: [PATCH] virtual/libcrypt: Uncomplexificate MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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 --- .../libcrypt/{libcrypt-1.ebuild => libcrypt-1-r1.ebuild} | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) rename virtual/libcrypt/{libcrypt-1.ebuild => libcrypt-1-r1.ebuild} (83%) diff --git a/virtual/libcrypt/libcrypt-1.ebuild b/virtual/libcrypt/libcrypt-1-r1.ebuild similarity index 83% rename from virtual/libcrypt/libcrypt-1.ebuild rename to 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(+)?] -