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 CF76A1381F3 for ; Wed, 29 May 2013 17:34:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 645C1E09F0; Wed, 29 May 2013 17:34:46 +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 EF17BE09F0 for ; Wed, 29 May 2013 17:34:45 +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 173C033E12A for ; Wed, 29 May 2013 17:34:45 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 8BF41E5309 for ; Wed, 29 May 2013 17:34:43 +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: <1369848775.d475612530dce4426970049749dd649e232d3b82.kensington@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-base/kate/ X-VCS-Repository: proj/kde X-VCS-Files: kde-base/kate/kate-4.10.49.9999.ebuild kde-base/kate/kate-9999.ebuild X-VCS-Directories: kde-base/kate/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: d475612530dce4426970049749dd649e232d3b82 X-VCS-Branch: master Date: Wed, 29 May 2013 17:34:43 +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: f81d4eee-034b-4b7b-8b13-6f00aa13d473 X-Archives-Hash: 895837fbc9fd3522e71a9470ce747916 commit: d475612530dce4426970049749dd649e232d3b82 Author: Michael Palimaka gentoo org> AuthorDate: Wed May 29 17:32:55 2013 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Wed May 29 17:32:55 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=d4756125 [kde-base/kate] Add missing REQUIRED_USE and PYTHON_DEPEND. Package-Manager: portage-2.1.12.2 --- kde-base/kate/kate-4.10.49.9999.ebuild | 7 ++++++- kde-base/kate/kate-9999.ebuild | 7 ++++++- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/kde-base/kate/kate-4.10.49.9999.ebuild b/kde-base/kate/kate-4.10.49.9999.ebuild index 63b035d..f8c300a 100644 --- a/kde-base/kate/kate-4.10.49.9999.ebuild +++ b/kde-base/kate/kate-4.10.49.9999.ebuild @@ -13,10 +13,15 @@ DESCRIPTION="Kate is an MDI texteditor." KEYWORDS="" IUSE="debug +plasma python" +REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" + DEPEND=" dev-libs/libxml2 dev-libs/libxslt - python? ( $(add_kdebase_dep pykde4 "${PYTHON_USEDEP}" 4.9.2-r1) ) + python? ( + ${PYTHON_DEPEND} + $(add_kdebase_dep pykde4 "${PYTHON_USEDEP}" 4.9.2-r1) + ) " RDEPEND="${DEPEND} $(add_kdebase_dep katepart) diff --git a/kde-base/kate/kate-9999.ebuild b/kde-base/kate/kate-9999.ebuild index 63b035d..f8c300a 100644 --- a/kde-base/kate/kate-9999.ebuild +++ b/kde-base/kate/kate-9999.ebuild @@ -13,10 +13,15 @@ DESCRIPTION="Kate is an MDI texteditor." KEYWORDS="" IUSE="debug +plasma python" +REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" + DEPEND=" dev-libs/libxml2 dev-libs/libxslt - python? ( $(add_kdebase_dep pykde4 "${PYTHON_USEDEP}" 4.9.2-r1) ) + python? ( + ${PYTHON_DEPEND} + $(add_kdebase_dep pykde4 "${PYTHON_USEDEP}" 4.9.2-r1) + ) " RDEPEND="${DEPEND} $(add_kdebase_dep katepart)