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 AAE8B1388C0 for ; Tue, 23 Feb 2016 14:15:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 33B0E21C001; Tue, 23 Feb 2016 14:15:35 +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 2E72321C001 for ; Tue, 23 Feb 2016 14:15:34 +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 5B25C340B66 for ; Tue, 23 Feb 2016 14:15:33 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7FFC5208E for ; Tue, 23 Feb 2016 14:15:29 +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: <1456236919.7a4489ec1c136bd5a0f814e7d42a6191c12b43a4.kensington@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: app-office/skrooge/ X-VCS-Repository: proj/kde X-VCS-Files: app-office/skrooge/skrooge-2.3.0.ebuild app-office/skrooge/skrooge-9999.ebuild X-VCS-Directories: app-office/skrooge/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 7a4489ec1c136bd5a0f814e7d42a6191c12b43a4 X-VCS-Branch: master Date: Tue, 23 Feb 2016 14:15:29 +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: b9342535-2ae7-4d13-b070-7d591c5d52e9 X-Archives-Hash: bc47ec75fffd058e738fc64110d3c425 commit: 7a4489ec1c136bd5a0f814e7d42a6191c12b43a4 Author: Andreas Sturmlechner gmail com> AuthorDate: Sun Feb 21 23:48:17 2016 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Tue Feb 23 14:15:19 2016 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=7a4489ec app-office/skrooge: 2.3.0 version bump Package-Manager: portage-2.2.27 app-office/skrooge/{skrooge-9999.ebuild => skrooge-2.3.0.ebuild} | 6 +++--- app-office/skrooge/skrooge-9999.ebuild | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/app-office/skrooge/skrooge-9999.ebuild b/app-office/skrooge/skrooge-2.3.0.ebuild similarity index 97% copy from app-office/skrooge/skrooge-9999.ebuild copy to app-office/skrooge/skrooge-2.3.0.ebuild index 1a7e4b4..c623b30 100644 --- a/app-office/skrooge/skrooge-9999.ebuild +++ b/app-office/skrooge/skrooge-2.3.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=5 +EAPI=6 KDE_GCC_MINIMAL="4.9" KDE_HANDBOOK="forceoptional" @@ -15,7 +15,7 @@ HOMEPAGE="http://www.skrooge.org/" [[ ${PV} == 9999 ]] || SRC_URI="mirror://kde/stable/${PN}/${P}.tar.xz" LICENSE="GPL-2" -KEYWORDS="" +KEYWORDS="~amd64" IUSE="activities crypt ofx" COMMON_DEPEND=" @@ -42,7 +42,7 @@ COMMON_DEPEND=" $(add_frameworks_dep kxmlgui) $(add_qt_dep qtconcurrent) $(add_qt_dep qtdbus) - $(add_qt_dep qtdeclarative) + $(add_qt_dep qtdeclarative 'widgets') $(add_qt_dep qtgui) $(add_qt_dep qtprintsupport) $(add_qt_dep qtscript) diff --git a/app-office/skrooge/skrooge-9999.ebuild b/app-office/skrooge/skrooge-9999.ebuild index 1a7e4b4..81fd308 100644 --- a/app-office/skrooge/skrooge-9999.ebuild +++ b/app-office/skrooge/skrooge-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=5 +EAPI=6 KDE_GCC_MINIMAL="4.9" KDE_HANDBOOK="forceoptional" @@ -42,7 +42,7 @@ COMMON_DEPEND=" $(add_frameworks_dep kxmlgui) $(add_qt_dep qtconcurrent) $(add_qt_dep qtdbus) - $(add_qt_dep qtdeclarative) + $(add_qt_dep qtdeclarative 'widgets') $(add_qt_dep qtgui) $(add_qt_dep qtprintsupport) $(add_qt_dep qtscript)