public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Fabian Groffen" <grobian@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/libcrypt/
Date: Wed,  9 Dec 2020 12:10:01 +0000 (UTC)	[thread overview]
Message-ID: <1607515797.80a9f719f0a2bb050a2159725432492c6c13f880.grobian@gentoo> (raw)

commit:     80a9f719f0a2bb050a2159725432492c6c13f880
Author:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Wed Dec  9 08:33:47 2020 +0000
Commit:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Wed Dec  9 12:09:57 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80a9f719

virtual/libcrypt: rely on host libcrypt on linux Prefix

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>

 virtual/libcrypt/libcrypt-1-r1.ebuild | 8 +++++---
 virtual/libcrypt/libcrypt-2.ebuild    | 8 +++++---
 2 files changed, 10 insertions(+), 6 deletions(-)

diff --git a/virtual/libcrypt/libcrypt-1-r1.ebuild b/virtual/libcrypt/libcrypt-1-r1.ebuild
index e4ab9cdaf26..26346878635 100644
--- a/virtual/libcrypt/libcrypt-1-r1.ebuild
+++ b/virtual/libcrypt/libcrypt-1-r1.ebuild
@@ -12,8 +12,10 @@ KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 sp
 IUSE="+static-libs"
 
 RDEPEND="
-	elibc_glibc? ( sys-libs/glibc[crypt(+),static-libs(+)?] )
-	elibc_musl? ( sys-libs/musl )
-	elibc_uclibc? ( sys-libs/uclibc-ng )
+	!prefix-guest? (
+		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 )
 "

diff --git a/virtual/libcrypt/libcrypt-2.ebuild b/virtual/libcrypt/libcrypt-2.ebuild
index e1ea000ee73..9e060ac3dcd 100644
--- a/virtual/libcrypt/libcrypt-2.ebuild
+++ b/virtual/libcrypt/libcrypt-2.ebuild
@@ -12,8 +12,10 @@ KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 sp
 IUSE="+static-libs"
 
 RDEPEND="
-	elibc_glibc? ( sys-libs/libxcrypt[system(-),static-libs(-)?,${MULTILIB_USEDEP}] )
-	elibc_musl? ( sys-libs/musl )
-	elibc_uclibc? ( sys-libs/uclibc-ng )
+	!prefix-guest? (
+		elibc_glibc? ( sys-libs/libxcrypt[system(-),static-libs(-)?,${MULTILIB_USEDEP}] )
+		elibc_musl? ( sys-libs/musl )
+		elibc_uclibc? ( sys-libs/uclibc-ng )
+	)
 	elibc_Cygwin? ( sys-libs/cygwin-crypt )
 "


             reply	other threads:[~2020-12-09 12:10 UTC|newest]

Thread overview: 33+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-09 12:10 Fabian Groffen [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-01-23 20:26 [gentoo-commits] repo/gentoo:master commit in: virtual/libcrypt/ Andreas K. Hüttel
2023-05-29 18:21 Sam James
2023-03-31 11:59 Arthur Zamarin
2023-03-31 11:59 Arthur Zamarin
2023-03-31 11:59 Arthur Zamarin
2023-03-31 11:59 Arthur Zamarin
2023-03-31 11:59 Arthur Zamarin
2023-03-31 11:59 Arthur Zamarin
2023-03-24 13:18 Arthur Zamarin
2023-03-19 22:08 Sam James
2022-09-10 11:28 Sam James
2022-01-05  5:24 Sam James
2022-01-01 20:08 David Seifert
2021-11-06  0:52 Sam James
2021-10-31 18:12 Sam James
2021-10-31 18:12 Sam James
2021-10-31 18:12 Sam James
2021-10-31 18:10 Sam James
2021-10-31 18:10 Sam James
2021-10-31 18:10 Sam James
2021-09-24 21:02 Mike Gilbert
2021-06-30 21:29 Sam James
2021-06-24 22:02 Sam James
2020-12-27 19:00 Fabian Groffen
2020-12-18 14:16 Fabian Groffen
2020-05-02 10:58 Andreas K. Hüttel
2020-02-10 18:21 Patrick McLean
2020-02-08  0:51 Patrick McLean
2020-02-08  0:51 Patrick McLean
2020-02-07  3:41 Patrick McLean
2020-02-07  0:13 Patrick McLean
2020-02-06 18:47 Patrick McLean

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1607515797.80a9f719f0a2bb050a2159725432492c6c13f880.grobian@gentoo \
    --to=grobian@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox