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 6C7631381F3 for ; Sat, 7 Sep 2013 12:43:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 49889E0A01; Sat, 7 Sep 2013 12:43:32 +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 D810DE0A01 for ; Sat, 7 Sep 2013 12:43:31 +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 EF67933EB09 for ; Sat, 7 Sep 2013 12:43:30 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 996C8E468F for ; Sat, 7 Sep 2013 12:43:29 +0000 (UTC) From: "Andreas Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Hüttel" Message-ID: <1378557763.f5837fc796cabbbe572d5b5879eb4ce0aef665b4.dilfridge@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: net-libs/libkgapi/ X-VCS-Repository: proj/kde X-VCS-Files: net-libs/libkgapi/libkgapi-9999.ebuild X-VCS-Directories: net-libs/libkgapi/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas Hüttel X-VCS-Revision: f5837fc796cabbbe572d5b5879eb4ce0aef665b4 X-VCS-Branch: master Date: Sat, 7 Sep 2013 12:43: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: 4ff6e1d3-8944-4dab-a735-cc35e3ab87bb X-Archives-Hash: 6519bdc1238c872ba0a1f8006b046745 commit: f5837fc796cabbbe572d5b5879eb4ce0aef665b4 Author: Andreas K. Huettel (dilfridge) gentoo org> AuthorDate: Sat Sep 7 12:42:43 2013 +0000 Commit: Andreas Hüttel gentoo org> CommitDate: Sat Sep 7 12:42:43 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=f5837fc7 [net-libs/libkgapi] Does not build against KDE-4.9 Package-Manager: portage-2.2.1 --- net-libs/libkgapi/libkgapi-9999.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/net-libs/libkgapi/libkgapi-9999.ebuild b/net-libs/libkgapi/libkgapi-9999.ebuild index b36c371..f740ab9 100644 --- a/net-libs/libkgapi/libkgapi-9999.ebuild +++ b/net-libs/libkgapi/libkgapi-9999.ebuild @@ -4,6 +4,8 @@ EAPI=5 +KDE_MINIMAL="4.10" + inherit kde4-base DESCRIPTION="Library for accessing Google calendar and contact resources"