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 C1BA51381F3 for ; Sat, 29 Jun 2013 11:05:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 14978E09E4; Sat, 29 Jun 2013 11:05:06 +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 4A77BE09F7 for ; Sat, 29 Jun 2013 11:05:05 +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 6324B33E81B for ; Sat, 29 Jun 2013 11:05:04 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 1000FE5458 for ; Sat, 29 Jun 2013 11:05:03 +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: <1372503504.1f1d9952980c5ede17c9e5c89f4ce40d6a14035b.johu@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-misc/basket/ X-VCS-Repository: proj/kde X-VCS-Files: kde-misc/basket/basket-9999.ebuild X-VCS-Directories: kde-misc/basket/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: 1f1d9952980c5ede17c9e5c89f4ce40d6a14035b X-VCS-Branch: master Date: Sat, 29 Jun 2013 11:05:03 +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: 90f79c2c-b237-4940-876a-d4c70a2b079d X-Archives-Hash: 1751f6240ba239410eb6f7ee49b7fed5 commit: 1f1d9952980c5ede17c9e5c89f4ce40d6a14035b Author: Johannes Huber gentoo org> AuthorDate: Sat Jun 29 10:58:24 2013 +0000 Commit: Johannes Huber gentoo org> CommitDate: Sat Jun 29 10:58:24 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=1f1d9952 [kde-misc/basket] Sync with tree. Package-Manager: portage-2.2.0_alpha186 --- kde-misc/basket/basket-9999.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/kde-misc/basket/basket-9999.ebuild b/kde-misc/basket/basket-9999.ebuild index da7f926..d4464bd 100644 --- a/kde-misc/basket/basket-9999.ebuild +++ b/kde-misc/basket/basket-9999.ebuild @@ -2,9 +2,9 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 -VIRTUALX_REQUIRED=test +VIRTUALX_REQUIRED="test" inherit kde4-base DESCRIPTION="A DropDrawers clone. Multiple information organizer" @@ -14,19 +14,19 @@ EGIT_REPO_URI="git://gitorious.org/basket/basket.git" LICENSE="GPL-2" KEYWORDS="" SLOT="4" - IUSE="debug crypt" DEPEND=" $(add_kdebase_dep kdepimlibs) media-libs/qimageblitz + x11-libs/libX11 crypt? ( >=app-crypt/gpgme-1.0 ) " RDEPEND="${DEPEND}" src_configure() { local mycmakeargs=( - $(cmake-utils_use_enable crypt) + $(cmake-utils_use_find_package crypt Gpgme) ) kde4-base_src_configure }