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 31BC6139506 for ; Fri, 28 Oct 2016 16:13:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9BF65E0AB3; Fri, 28 Oct 2016 16:13:08 +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 85882E0AB3 for ; Fri, 28 Oct 2016 16:13:03 +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 B7536341673 for ; Fri, 28 Oct 2016 16:13:02 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 59F8724AF for ; Fri, 28 Oct 2016 16:12:59 +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: <1477671164.ee6ecaab5d3b1cbf687c565cf1bdd09f0f7f1cf5.kensington@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: media-gfx/phototonic/ X-VCS-Repository: proj/qt X-VCS-Files: media-gfx/phototonic/phototonic-9999.ebuild X-VCS-Directories: media-gfx/phototonic/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: ee6ecaab5d3b1cbf687c565cf1bdd09f0f7f1cf5 X-VCS-Branch: master Date: Fri, 28 Oct 2016 16:12:59 +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: 1d607b7a-e887-4edc-b3f7-3f4a3e803e66 X-Archives-Hash: 17e2d3ac2fa11a76b7a6c59ba58af520 commit: ee6ecaab5d3b1cbf687c565cf1bdd09f0f7f1cf5 Author: Michael Palimaka gentoo org> AuthorDate: Fri Oct 28 15:44:35 2016 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Fri Oct 28 16:12:44 2016 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=ee6ecaab media-gfx/phototonic: EAPI 6 Package-Manager: portage-2.3.2 media-gfx/phototonic/phototonic-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-gfx/phototonic/phototonic-9999.ebuild b/media-gfx/phototonic/phototonic-9999.ebuild index 7fcce1f..31ab86d 100644 --- a/media-gfx/phototonic/phototonic-9999.ebuild +++ b/media-gfx/phototonic/phototonic-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=5 +EAPI=6 inherit qmake-utils DESCRIPTION="Image viewer and organizer"