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 A06A7138334 for ; Fri, 28 Sep 2018 00:18:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7DD84E08B1; Fri, 28 Sep 2018 00:18:56 +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 5739CE08B1 for ; Fri, 28 Sep 2018 00:18:56 +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 D0D85335CE7 for ; Fri, 28 Sep 2018 00:18:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CD2EF41F for ; Fri, 28 Sep 2018 00:18:52 +0000 (UTC) From: "Alon Bar-Lev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alon Bar-Lev" Message-ID: <1538093921.6e1e442be632333c14d444540cd30ca50cee4ebc.alonbl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-dns/openresolv/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-dns/openresolv/openresolv-3.9.0.ebuild X-VCS-Directories: net-dns/openresolv/ X-VCS-Committer: alonbl X-VCS-Committer-Name: Alon Bar-Lev X-VCS-Revision: 6e1e442be632333c14d444540cd30ca50cee4ebc X-VCS-Branch: master Date: Fri, 28 Sep 2018 00:18:52 +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: a2fc2927-e607-4ce3-a3cc-63771453fc09 X-Archives-Hash: ed9f5febcc9c9804eb05881633178cc4 commit: 6e1e442be632333c14d444540cd30ca50cee4ebc Author: Alon Bar-Lev gentoo org> AuthorDate: Fri Sep 28 00:06:11 2018 +0000 Commit: Alon Bar-Lev gentoo org> CommitDate: Fri Sep 28 00:18:41 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e1e442b net-dns/openresolv: eapi bump Package-Manager: Portage-2.3.49, Repoman-2.3.10 net-dns/openresolv/openresolv-3.9.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-dns/openresolv/openresolv-3.9.0.ebuild b/net-dns/openresolv/openresolv-3.9.0.ebuild index 529606d90b8..71369c4473e 100644 --- a/net-dns/openresolv/openresolv-3.9.0.ebuild +++ b/net-dns/openresolv/openresolv-3.9.0.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 DESCRIPTION="A framework for managing DNS information" HOMEPAGE="https://roy.marples.name/projects/openresolv"