From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 34ECD138334 for ; Mon, 22 Oct 2018 07:40:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E7EB4E0903; Mon, 22 Oct 2018 07:40:44 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BD975E0903 for ; Mon, 22 Oct 2018 07:40:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C1F6C335CFF for ; Mon, 22 Oct 2018 07:40:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BBEB43F0 for ; Mon, 22 Oct 2018 07:40:39 +0000 (UTC) From: "Mike Auty" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Auty" Message-ID: <1540194021.b93b8cc86210c53be3067a96f374d19cadccfd15.ikelos@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/resolvconf/ X-VCS-Repository: repo/gentoo X-VCS-Files: virtual/resolvconf/resolvconf-1.ebuild X-VCS-Directories: virtual/resolvconf/ X-VCS-Committer: ikelos X-VCS-Committer-Name: Mike Auty X-VCS-Revision: b93b8cc86210c53be3067a96f374d19cadccfd15 X-VCS-Branch: master Date: Mon, 22 Oct 2018 07:40:39 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 4aada2b9-818c-47ad-8445-1f2dd34c324f X-Archives-Hash: 7f9e58c07ed61c2dd9d23fa50ed9bfff commit: b93b8cc86210c53be3067a96f374d19cadccfd15 Author: Mike Auty gentoo org> AuthorDate: Mon Oct 22 07:40:21 2018 +0000 Commit: Mike Auty gentoo org> CommitDate: Mon Oct 22 07:40:21 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b93b8cc8 virtual/resolvconf: Include systemd as compatible Add >=systemd-239-r1[resolvconf] as resolvconf-compatible as discussing in bug 659220. Signed-off-by: Mike Auty gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 virtual/resolvconf/resolvconf-1.ebuild | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/virtual/resolvconf/resolvconf-1.ebuild b/virtual/resolvconf/resolvconf-1.ebuild index fb7c7cdfe0a..1a77aab6a0c 100644 --- a/virtual/resolvconf/resolvconf-1.ebuild +++ b/virtual/resolvconf/resolvconf-1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -8,4 +8,7 @@ SLOT="0" KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd" RDEPEND=" - net-dns/openresolv" + || ( + net-dns/openresolv + >=sys-apps/systemd-239-r1[resolvconf] + )"