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 47A52138705 for ; Mon, 28 Jan 2013 10:47:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1697DE0653; Mon, 28 Jan 2013 10:47:00 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A2571E0653 for ; Mon, 28 Jan 2013 10:46:59 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8BC8633DB0B for ; Mon, 28 Jan 2013 10:46:58 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id DDA37E4073 for ; Mon, 28 Jan 2013 10:46:56 +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: <1359369776.0dda712d10d2064b842a32a43755e63786d7c312.kensington@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: dev-games/tiled/ X-VCS-Repository: proj/qt X-VCS-Files: dev-games/tiled/tiled-9999.ebuild X-VCS-Directories: dev-games/tiled/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 0dda712d10d2064b842a32a43755e63786d7c312 X-VCS-Branch: master Date: Mon, 28 Jan 2013 10:46:56 +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: ae3967e6-43cd-454e-ba5f-02956cf82d46 X-Archives-Hash: 2beea3b6fb441f2ed2d15f646f369867 commit: 0dda712d10d2064b842a32a43755e63786d7c312 Author: Michael Palimaka gentoo org> AuthorDate: Mon Jan 28 10:42:56 2013 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Mon Jan 28 10:42:56 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=0dda712d [dev-games/tiled] EAPI bump. Package-Manager: portage-2.1.11.50 --- dev-games/tiled/tiled-9999.ebuild | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/dev-games/tiled/tiled-9999.ebuild b/dev-games/tiled/tiled-9999.ebuild index 17c25b7..95bf6d4 100644 --- a/dev-games/tiled/tiled-9999.ebuild +++ b/dev-games/tiled/tiled-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 PLOCALES="cs de en es fr he it ja lv nl pt pt_BR ru zh" MY_P="${PN}-qt-${PV}"