Gentoo Archives: gentoo-commits

From: Mike Gilbert <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/systemd/
Date: Fri, 16 Nov 2018 19:07:10
Message-Id: 1542395221.291d3907a95e6ae0762ce2e9e27603031ed44710.floppym@gentoo
1 commit: 291d3907a95e6ae0762ce2e9e27603031ed44710
2 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
3 AuthorDate: Fri Nov 16 19:06:22 2018 +0000
4 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
5 CommitDate: Fri Nov 16 19:07:01 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=291d3907
7
8 sys-apps/systemd: add MULTILIB_USEDEP to virtual/pkgconfig
9
10 Package-Manager: Portage-2.3.51_p9, Repoman-2.3.12
11 Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>
12
13 sys-apps/systemd/systemd-239-r2.ebuild | 2 +-
14 sys-apps/systemd/systemd-9999.ebuild | 4 ++--
15 2 files changed, 3 insertions(+), 3 deletions(-)
16
17 diff --git a/sys-apps/systemd/systemd-239-r2.ebuild b/sys-apps/systemd/systemd-239-r2.ebuild
18 index b6d91862a74..833177e4a2b 100644
19 --- a/sys-apps/systemd/systemd-239-r2.ebuild
20 +++ b/sys-apps/systemd/systemd-239-r2.ebuild
21 @@ -92,7 +92,7 @@ DEPEND="${COMMON_DEPEND}
22 >=dev-util/intltool-0.50
23 >=sys-apps/coreutils-8.16
24 >=sys-kernel/linux-headers-${MINKV}
25 - virtual/pkgconfig
26 + virtual/pkgconfig[${MULTILIB_USEDEP}]
27 gnuefi? ( >=sys-boot/gnu-efi-3.0.2 )
28 test? ( sys-apps/dbus )
29 app-text/docbook-xml-dtd:4.2
30
31 diff --git a/sys-apps/systemd/systemd-9999.ebuild b/sys-apps/systemd/systemd-9999.ebuild
32 index 8743de4cdf5..aede109ac60 100644
33 --- a/sys-apps/systemd/systemd-9999.ebuild
34 +++ b/sys-apps/systemd/systemd-9999.ebuild
35 @@ -1,4 +1,4 @@
36 -# Copyright 1999-2018 Gentoo Foundation
37 +# Copyright 1999-2018 Gentoo Authors
38 # Distributed under the terms of the GNU General Public License v2
39
40 EAPI=6
41 @@ -92,7 +92,7 @@ DEPEND="${COMMON_DEPEND}
42 >=dev-util/intltool-0.50
43 >=sys-apps/coreutils-8.16
44 >=sys-kernel/linux-headers-${MINKV}
45 - virtual/pkgconfig
46 + virtual/pkgconfig[${MULTILIB_USEDEP}]
47 gnuefi? ( >=sys-boot/gnu-efi-3.0.2 )
48 test? ( sys-apps/dbus )
49 app-text/docbook-xml-dtd:4.2