public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Mike Frysinger" <vapier@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-boot/vboot-utils/
Date: Fri, 14 Aug 2015 03:40:23 +0000 (UTC)	[thread overview]
Message-ID: <1439523616.1f9577f6c5cd6590517d8a77a48bd7b17f1974a2.vapier@gentoo> (raw)

commit:     1f9577f6c5cd6590517d8a77a48bd7b17f1974a2
Author:     Mike Frysinger <vapier <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 14 03:40:16 2015 +0000
Commit:     Mike Frysinger <vapier <AT> gentoo <DOT> org>
CommitDate: Fri Aug 14 03:40:16 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f9577f6

sys-boot/vboot-utils: handle USE=static & static-libs interaction #553994

 sys-boot/vboot-utils/vboot-utils-42_p20150219.ebuild | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/sys-boot/vboot-utils/vboot-utils-42_p20150219.ebuild b/sys-boot/vboot-utils/vboot-utils-42_p20150219.ebuild
index 4f6f3f5..de2fbd2 100644
--- a/sys-boot/vboot-utils/vboot-utils-42_p20150219.ebuild
+++ b/sys-boot/vboot-utils/vboot-utils-42_p20150219.ebuild
@@ -20,13 +20,15 @@ SLOT="0"
 KEYWORDS="~amd64 ~arm ~arm64 ~mips ~x86"
 IUSE="minimal static"
 
-RDEPEND="dev-libs/openssl:0=
-	sys-apps/util-linux:=
+LIB_DEPEND="dev-libs/openssl:0=[static-libs(+)]
+	sys-apps/util-linux:=[static-libs(+)]"
+RDEPEND="!static? ( ${LIB_DEPEND//\[static-libs(+)]} )
 	!minimal? (
 		app-arch/xz-utils:=
 		dev-libs/libyaml:=
 	)"
 DEPEND="${RDEPEND}
+	static? ( ${LIB_DEPEND} )
 	app-crypt/trousers"
 
 S=${WORKDIR}


             reply	other threads:[~2015-08-14  3:40 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-08-14  3:40 Mike Frysinger [this message]
  -- strict thread matches above, loose matches on Subject: below --
2015-09-15  4:22 [gentoo-commits] repo/gentoo:master commit in: sys-boot/vboot-utils/ Zac Medico
2016-05-02  0:46 Zac Medico
2016-05-11 20:23 Mike Frysinger
2016-07-31 20:34 Anthony G. Basile
2017-04-22  4:14 Zac Medico
2019-01-03 23:50 Zac Medico
2019-01-03 23:50 Zac Medico
2019-01-05  1:35 Zac Medico
2019-06-13  1:56 Jory Pratt
2019-06-14 13:25 Jory Pratt
2020-01-13  1:12 Zac Medico
2021-05-02 19:35 Mikle Kolyada
2022-08-26 10:46 Sam James
2023-09-04 18:54 Andreas Sturmlechner
2024-03-31 23:37 Sam James

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=1439523616.1f9577f6c5cd6590517d8a77a48bd7b17f1974a2.vapier@gentoo \
    --to=vapier@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