From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CEA81138335 for ; Thu, 25 Jul 2019 14:57:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B6252E082F; Thu, 25 Jul 2019 14:57:51 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7044AE082F for ; Thu, 25 Jul 2019 14:57:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EA340348A80 for ; Thu, 25 Jul 2019 14:57:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5D33A72C for ; Thu, 25 Jul 2019 14:57:47 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1564066143.1553dea1941ba4090d112a7015f100c3207c601d.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/volume_key/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/volume_key/volume_key-0.3.11.ebuild dev-libs/volume_key/volume_key-0.3.12.ebuild X-VCS-Directories: dev-libs/volume_key/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 1553dea1941ba4090d112a7015f100c3207c601d X-VCS-Branch: master Date: Thu, 25 Jul 2019 14:57:47 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: b9d43bf7-3191-4648-9900-f588f86f42fe X-Archives-Hash: fd4f4070d3236560ea5f090cd9b218d6 commit: 1553dea1941ba4090d112a7015f100c3207c601d Author: Lars Wendler gentoo org> AuthorDate: Thu Jul 25 14:49:03 2019 +0000 Commit: Lars Wendler gentoo org> CommitDate: Thu Jul 25 14:49:03 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1553dea1 dev-libs/volume_key: Added missing ${PYTHON_DEPS} to (R)DEPEND. Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Lars Wendler gentoo.org> dev-libs/volume_key/volume_key-0.3.11.ebuild | 1 + dev-libs/volume_key/volume_key-0.3.12.ebuild | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/dev-libs/volume_key/volume_key-0.3.11.ebuild b/dev-libs/volume_key/volume_key-0.3.11.ebuild index e5fbce850df..ad55dd225f3 100644 --- a/dev-libs/volume_key/volume_key-0.3.11.ebuild +++ b/dev-libs/volume_key/volume_key-0.3.11.ebuild @@ -19,6 +19,7 @@ IUSE="test" REQUIRED_USE="${PYTHON_REQUIRED_USE}" RDEPEND=" + ${PYTHON_DEPS} app-crypt/gpgme dev-libs/glib:2 dev-libs/nspr diff --git a/dev-libs/volume_key/volume_key-0.3.12.ebuild b/dev-libs/volume_key/volume_key-0.3.12.ebuild index d0b33aaa8bf..125cbd4b1be 100644 --- a/dev-libs/volume_key/volume_key-0.3.12.ebuild +++ b/dev-libs/volume_key/volume_key-0.3.12.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -19,6 +19,7 @@ IUSE="test" REQUIRED_USE="${PYTHON_REQUIRED_USE}" RDEPEND=" + ${PYTHON_DEPS} app-crypt/gpgme dev-libs/glib:2 dev-libs/nspr