Gentoo Archives: gentoo-commits

From: Mike Auty <ikelos@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/resolvconf/
Date: Mon, 22 Oct 2018 07:40:48
Message-Id: 1540194021.b93b8cc86210c53be3067a96f374d19cadccfd15.ikelos@gentoo
1 commit: b93b8cc86210c53be3067a96f374d19cadccfd15
2 Author: Mike Auty <ikelos <AT> gentoo <DOT> org>
3 AuthorDate: Mon Oct 22 07:40:21 2018 +0000
4 Commit: Mike Auty <ikelos <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 22 07:40:21 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b93b8cc8
7
8 virtual/resolvconf: Include systemd as compatible
9
10 Add >=systemd-239-r1[resolvconf] as resolvconf-compatible as discussing
11 in bug 659220.
12
13 Signed-off-by: Mike Auty <ikelos <AT> gentoo.org>
14 Package-Manager: Portage-2.3.51, Repoman-2.3.11
15
16 virtual/resolvconf/resolvconf-1.ebuild | 7 +++++--
17 1 file changed, 5 insertions(+), 2 deletions(-)
18
19 diff --git a/virtual/resolvconf/resolvconf-1.ebuild b/virtual/resolvconf/resolvconf-1.ebuild
20 index fb7c7cdfe0a..1a77aab6a0c 100644
21 --- a/virtual/resolvconf/resolvconf-1.ebuild
22 +++ b/virtual/resolvconf/resolvconf-1.ebuild
23 @@ -1,4 +1,4 @@
24 -# Copyright 1999-2018 Gentoo Foundation
25 +# Copyright 1999-2018 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 EAPI=7
29 @@ -8,4 +8,7 @@ SLOT="0"
30 KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd"
31
32 RDEPEND="
33 - net-dns/openresolv"
34 + || (
35 + net-dns/openresolv
36 + >=sys-apps/systemd-239-r1[resolvconf]
37 + )"