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 76EF21381F3 for ; Tue, 7 May 2013 19:20:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0C133E08A5; Tue, 7 May 2013 19:20:01 +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 A2624E08A5 for ; Tue, 7 May 2013 19:20:00 +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 B6CC133DF28 for ; Tue, 7 May 2013 19:19:59 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 594EEE4E0F for ; Tue, 7 May 2013 19:19:58 +0000 (UTC) From: "Johannes Huber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Johannes Huber" Message-ID: <1367954388.c2a46d7eae4fbaf5878f3ca8a1cf6271a23baea4.johu@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: x11-libs/qtscriptgenerator/ X-VCS-Repository: proj/kde X-VCS-Files: x11-libs/qtscriptgenerator/qtscriptgenerator-9999.ebuild X-VCS-Directories: x11-libs/qtscriptgenerator/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: c2a46d7eae4fbaf5878f3ca8a1cf6271a23baea4 X-VCS-Branch: master Date: Tue, 7 May 2013 19:19:58 +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: a35afafc-6b76-4c48-bccd-1088e6b99b40 X-Archives-Hash: 7558867b5379c36a6c1d8092c22a45d2 commit: c2a46d7eae4fbaf5878f3ca8a1cf6271a23baea4 Author: Johannes Huber gentoo org> AuthorDate: Tue May 7 19:19:48 2013 +0000 Commit: Johannes Huber gentoo org> CommitDate: Tue May 7 19:19:48 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=c2a46d7e [x11-libs/qtscriptgenerator] EAPI 5. Package-Manager: portage-2.2.0_alpha174 --- .../qtscriptgenerator-9999.ebuild | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/x11-libs/qtscriptgenerator/qtscriptgenerator-9999.ebuild b/x11-libs/qtscriptgenerator/qtscriptgenerator-9999.ebuild index a6cd552..b76a8e5 100644 --- a/x11-libs/qtscriptgenerator/qtscriptgenerator-9999.ebuild +++ b/x11-libs/qtscriptgenerator/qtscriptgenerator-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 inherit multilib qt4-r2 git-2