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 3DD6C1381F3 for ; Thu, 27 Jun 2013 21:04:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 23438E0848; Thu, 27 Jun 2013 21:04:47 +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 A22B2E0848 for ; Thu, 27 Jun 2013 21:04:46 +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 8FFE633E79C for ; Thu, 27 Jun 2013 21:04:45 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 2CCADE468F for ; Thu, 27 Jun 2013 21:04:44 +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: <1372366077.9a0f515b6020ff5a01a65e1e33d3c02d4551b82d.johu@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: app-cdr/k3b/ X-VCS-Repository: proj/kde X-VCS-Files: app-cdr/k3b/k3b-9999.ebuild X-VCS-Directories: app-cdr/k3b/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: 9a0f515b6020ff5a01a65e1e33d3c02d4551b82d X-VCS-Branch: master Date: Thu, 27 Jun 2013 21:04:44 +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: b6cbb373-c02e-4ac0-a4c5-cbbd8190c237 X-Archives-Hash: 3822388efeeb93561d8fcf524b3efcfb commit: 9a0f515b6020ff5a01a65e1e33d3c02d4551b82d Author: Johannes Huber gentoo org> AuthorDate: Thu Jun 27 20:47:57 2013 +0000 Commit: Johannes Huber gentoo org> CommitDate: Thu Jun 27 20:47:57 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=9a0f515b [app-cdr/k3b] EAPI 5. Package-Manager: portage-2.2.0_alpha185 --- app-cdr/k3b/k3b-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-cdr/k3b/k3b-9999.ebuild b/app-cdr/k3b/k3b-9999.ebuild index 68cfdb1..f50954b 100644 --- a/app-cdr/k3b/k3b-9999.ebuild +++ b/app-cdr/k3b/k3b-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 MULTIMEDIA_REQUIRED="always" WEBKIT_REQUIRED="always"