Gentoo Archives: gentoo-commits

From: Alon Bar-Lev <alonbl@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/resolvconf/
Date: Fri, 28 Sep 2018 00:19:01
Message-Id: 1538093923.cca38a7590773af34dd70bc150a9d201c90c284d.alonbl@gentoo
1 commit: cca38a7590773af34dd70bc150a9d201c90c284d
2 Author: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 28 00:16:46 2018 +0000
4 Commit: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 28 00:18:43 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cca38a75
7
8 virtual/resolvconf: eapi bump
9
10 Package-Manager: Portage-2.3.49, Repoman-2.3.10
11
12 virtual/resolvconf/resolvconf-1.ebuild | 3 +--
13 1 file changed, 1 insertion(+), 2 deletions(-)
14
15 diff --git a/virtual/resolvconf/resolvconf-1.ebuild b/virtual/resolvconf/resolvconf-1.ebuild
16 index dc2a335770e..fb7c7cdfe0a 100644
17 --- a/virtual/resolvconf/resolvconf-1.ebuild
18 +++ b/virtual/resolvconf/resolvconf-1.ebuild
19 @@ -1,12 +1,11 @@
20 # Copyright 1999-2018 Gentoo Foundation
21 # Distributed under the terms of the GNU General Public License v2
22
23 -EAPI=6
24 +EAPI=7
25
26 DESCRIPTION="Virtual to select between different resolvconf providers"
27 SLOT="0"
28 KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd"
29 -IUSE=""
30
31 RDEPEND="
32 net-dns/openresolv"