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 0E7091388C1 for ; Sun, 22 Nov 2015 02:33:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3CD8B21C00B; Sun, 22 Nov 2015 02:33:57 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C624621C00B for ; Sun, 22 Nov 2015 02:33:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E1012340751 for ; Sun, 22 Nov 2015 02:33:55 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 457C8FF9 for ; Sun, 22 Nov 2015 02:33:52 +0000 (UTC) From: "Michael Sterrett" 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 Sterrett" Message-ID: <1448159624.0dbd1ccd57e3d52672cb86c86b8918bda952d3e4.mr_bones_@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-puzzle/picpuz/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-puzzle/picpuz/picpuz-2.5.ebuild X-VCS-Directories: games-puzzle/picpuz/ X-VCS-Committer: mr_bones_ X-VCS-Committer-Name: Michael Sterrett X-VCS-Revision: 0dbd1ccd57e3d52672cb86c86b8918bda952d3e4 X-VCS-Branch: master Date: Sun, 22 Nov 2015 02:33: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: 232b8e1c-9521-4d36-b439-2c0d7fa27118 X-Archives-Hash: 609fdea12ff07d1e36a37603d141ac52 commit: 0dbd1ccd57e3d52672cb86c86b8918bda952d3e4 Author: Michael Sterrett gentoo org> AuthorDate: Sun Nov 22 02:33:44 2015 +0000 Commit: Michael Sterrett gentoo org> CommitDate: Sun Nov 22 02:33:44 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0dbd1ccd EAPI=5 Package-Manager: portage-2.2.20.1 games-puzzle/picpuz/picpuz-2.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games-puzzle/picpuz/picpuz-2.5.ebuild b/games-puzzle/picpuz/picpuz-2.5.ebuild index 7fd732e..28df30d 100644 --- a/games-puzzle/picpuz/picpuz-2.5.ebuild +++ b/games-puzzle/picpuz/picpuz-2.5.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=4 +EAPI=5 inherit eutils gnome2-utils games DESCRIPTION="A jigsaw puzzle program"