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 2B7A71381F3 for ; Wed, 29 May 2013 15:22:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B6597E0950; Wed, 29 May 2013 15:22:28 +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 4FA87E0950 for ; Wed, 29 May 2013 15:22:28 +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 657EF33E1A0 for ; Wed, 29 May 2013 15:22:27 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id DE912E5309 for ; Wed, 29 May 2013 15:22:25 +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: <1369840807.f3980ab0391d7da3b5d2358b7f4f1696fe4e6614.kensington@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-base/lokalize/ X-VCS-Repository: proj/kde X-VCS-Files: kde-base/lokalize/lokalize-4.10.49.9999.ebuild kde-base/lokalize/lokalize-9999.ebuild X-VCS-Directories: kde-base/lokalize/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: f3980ab0391d7da3b5d2358b7f4f1696fe4e6614 X-VCS-Branch: master Date: Wed, 29 May 2013 15:22:25 +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: a670946c-d7b7-4b9e-88ef-9f9c116b8078 X-Archives-Hash: 7168dc19176360fa9d9723d3bac30173 commit: f3980ab0391d7da3b5d2358b7f4f1696fe4e6614 Author: Michael Palimaka gentoo org> AuthorDate: Wed May 29 15:20:07 2013 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Wed May 29 15:20:07 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=f3980ab0 [kde-base/lokalize] Add missing PYTHON_DEPS. Package-Manager: portage-2.1.12.2 --- kde-base/lokalize/lokalize-4.10.49.9999.ebuild | 1 + kde-base/lokalize/lokalize-9999.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/kde-base/lokalize/lokalize-4.10.49.9999.ebuild b/kde-base/lokalize/lokalize-4.10.49.9999.ebuild index 7e341d9..40a248e 100644 --- a/kde-base/lokalize/lokalize-4.10.49.9999.ebuild +++ b/kde-base/lokalize/lokalize-4.10.49.9999.ebuild @@ -21,6 +21,7 @@ IUSE="debug semantic-desktop" REQUIRED_USE="${PYTHON_REQUIRED_USE}" DEPEND=" + ${PYTHON_DEPS} >=app-text/hunspell-1.2.8 >=dev-qt/qtsql-4.5.0:4[sqlite] semantic-desktop? ( >=dev-libs/soprano-2.9.0 ) diff --git a/kde-base/lokalize/lokalize-9999.ebuild b/kde-base/lokalize/lokalize-9999.ebuild index 9d508a0..3ca879c 100644 --- a/kde-base/lokalize/lokalize-9999.ebuild +++ b/kde-base/lokalize/lokalize-9999.ebuild @@ -15,6 +15,7 @@ IUSE="debug semantic-desktop" REQUIRED_USE="${PYTHON_REQUIRED_USE}" DEPEND=" + ${PYTHON_DEPS} >=app-text/hunspell-1.2.8 >=dev-qt/qtsql-4.5.0:4[sqlite] semantic-desktop? ( >=dev-libs/soprano-2.9.0 )