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 9A3C8139694 for ; Thu, 4 May 2017 08:54:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DC769E084F; Thu, 4 May 2017 08:54:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B7A6DE084F for ; Thu, 4 May 2017 08:54:23 +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 B8E283416C4 for ; Thu, 4 May 2017 08:54:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2D1407427 for ; Thu, 4 May 2017 08:54:21 +0000 (UTC) From: "Tim Harder" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tim Harder" Message-ID: <1493888041.706f9715d5cb92d73e35111dba8abdab4ec2819d.radhermit@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-wm/herbstluftwm/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-wm/herbstluftwm/herbstluftwm-0.7.0.ebuild x11-wm/herbstluftwm/herbstluftwm-9999.ebuild X-VCS-Directories: x11-wm/herbstluftwm/ X-VCS-Committer: radhermit X-VCS-Committer-Name: Tim Harder X-VCS-Revision: 706f9715d5cb92d73e35111dba8abdab4ec2819d X-VCS-Branch: master Date: Thu, 4 May 2017 08:54:21 +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: 8d92623b-0d3c-4a00-9dd9-3f753709f314 X-Archives-Hash: e919376d795960e29c9d23c200c2f835 commit: 706f9715d5cb92d73e35111dba8abdab4ec2819d Author: Tim Harder gentoo org> AuthorDate: Thu May 4 08:52:52 2017 +0000 Commit: Tim Harder gentoo org> CommitDate: Thu May 4 08:54:01 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=706f9715 x11-wm/herbstluftwm: update to EAPI 6 x11-wm/herbstluftwm/herbstluftwm-0.7.0.ebuild | 4 ++-- x11-wm/herbstluftwm/herbstluftwm-9999.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/x11-wm/herbstluftwm/herbstluftwm-0.7.0.ebuild b/x11-wm/herbstluftwm/herbstluftwm-0.7.0.ebuild index 4f24a7f994b..ee1ebe87276 100644 --- a/x11-wm/herbstluftwm/herbstluftwm-0.7.0.ebuild +++ b/x11-wm/herbstluftwm/herbstluftwm-0.7.0.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=6 inherit toolchain-funcs bash-completion-r1 if [[ ${PV} == 9999* ]] ; then diff --git a/x11-wm/herbstluftwm/herbstluftwm-9999.ebuild b/x11-wm/herbstluftwm/herbstluftwm-9999.ebuild index 4f24a7f994b..ee1ebe87276 100644 --- a/x11-wm/herbstluftwm/herbstluftwm-9999.ebuild +++ b/x11-wm/herbstluftwm/herbstluftwm-9999.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=6 inherit toolchain-funcs bash-completion-r1 if [[ ${PV} == 9999* ]] ; then