From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id CAB1E59CA3 for ; Thu, 10 Mar 2016 08:04:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B320221C003; Thu, 10 Mar 2016 08:04:03 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 1711221C003 for ; Thu, 10 Mar 2016 08:04:02 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 81D1A340C8A for ; Thu, 10 Mar 2016 08:04:01 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 991FA2099 for ; Thu, 10 Mar 2016 08:03:57 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1457596927.9136601876838e39dc5970bdeab51d3d4029d0ba.kensington@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/kig/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/kig/kig-15.12.2.ebuild kde-apps/kig/kig-15.12.49.9999.ebuild kde-apps/kig/kig-9999.ebuild X-VCS-Directories: kde-apps/kig/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 9136601876838e39dc5970bdeab51d3d4029d0ba X-VCS-Branch: master Date: Thu, 10 Mar 2016 08:03:57 +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: 84bbdd2b-05fa-4470-bc4e-3df2420d1eff X-Archives-Hash: 76279cf72093bbdc8bb2fc191c708261 commit: 9136601876838e39dc5970bdeab51d3d4029d0ba Author: Michael Palimaka gentoo org> AuthorDate: Thu Mar 10 08:02:07 2016 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Thu Mar 10 08:02:07 2016 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=91366018 kde-apps/kig: port to EAPI 6 Package-Manager: portage-2.2.27 kde-apps/kig/kig-15.12.2.ebuild | 2 +- kde-apps/kig/kig-15.12.49.9999.ebuild | 2 +- kde-apps/kig/kig-9999.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/kde-apps/kig/kig-15.12.2.ebuild b/kde-apps/kig/kig-15.12.2.ebuild index 278d835..3184c30 100644 --- a/kde-apps/kig/kig-15.12.2.ebuild +++ b/kde-apps/kig/kig-15.12.2.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=5 +EAPI=6 KDE_HANDBOOK=true PYTHON_COMPAT=( python2_7 ) diff --git a/kde-apps/kig/kig-15.12.49.9999.ebuild b/kde-apps/kig/kig-15.12.49.9999.ebuild index 45047ca..f72ffce 100644 --- a/kde-apps/kig/kig-15.12.49.9999.ebuild +++ b/kde-apps/kig/kig-15.12.49.9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=5 +EAPI=6 KDE_HANDBOOK=true PYTHON_COMPAT=( python2_7 ) diff --git a/kde-apps/kig/kig-9999.ebuild b/kde-apps/kig/kig-9999.ebuild index a80f7a4..d7b7d4b 100644 --- a/kde-apps/kig/kig-9999.ebuild +++ b/kde-apps/kig/kig-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=5 +EAPI=6 KDE_HANDBOOK=true PYTHON_COMPAT=( python2_7 )