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 57F62138350 for ; Sun, 9 Feb 2020 16:34:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9952BE089B; Sun, 9 Feb 2020 16:34:43 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 79025E0899 for ; Sun, 9 Feb 2020 16:34:43 +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 9E51B34E8CF for ; Sun, 9 Feb 2020 16:34:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3DD9F14D for ; Sun, 9 Feb 2020 16:34:39 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1581266072.91c02cc5bb8f4d417c207820c9b152408b397c8c.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-wireless/multimode/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-wireless/multimode/multimode-1.4_p20140831-r1.ebuild net-wireless/multimode/multimode-1.4_p20140831-r2.ebuild net-wireless/multimode/multimode-9999.ebuild X-VCS-Directories: net-wireless/multimode/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 91c02cc5bb8f4d417c207820c9b152408b397c8c X-VCS-Branch: master Date: Sun, 9 Feb 2020 16:34:39 +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: f5c5b67b-3706-46d1-8b25-48e3e870a5d2 X-Archives-Hash: 594668986a4f0cbf6f27628b5cbd23e1 commit: 91c02cc5bb8f4d417c207820c9b152408b397c8c Author: Michał Górny gentoo org> AuthorDate: Fri Feb 7 17:48:04 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Feb 9 16:34:32 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91c02cc5 net-wireless/multimode: Switch to PYTHON_SINGLE_USEDEP Signed-off-by: Michał Górny gentoo.org> ...mode-1.4_p20140831-r1.ebuild => multimode-1.4_p20140831-r2.ebuild} | 4 ++-- net-wireless/multimode/multimode-9999.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/net-wireless/multimode/multimode-1.4_p20140831-r1.ebuild b/net-wireless/multimode/multimode-1.4_p20140831-r2.ebuild similarity index 89% rename from net-wireless/multimode/multimode-1.4_p20140831-r1.ebuild rename to net-wireless/multimode/multimode-1.4_p20140831-r2.ebuild index b57130054c5..3cdc6cd432c 100644 --- a/net-wireless/multimode/multimode-1.4_p20140831-r1.ebuild +++ b/net-wireless/multimode/multimode-1.4_p20140831-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -25,7 +25,7 @@ else fi DEPEND="${PYTHON_DEPS} - >=net-wireless/gnuradio-3.7:=[grc,utils,${PYTHON_USEDEP}] + >=net-wireless/gnuradio-3.7:=[grc,utils,${PYTHON_SINGLE_USEDEP}] >=net-wireless/gr-osmosdr-0.1.0:=" RDEPEND="${DEPEND}" diff --git a/net-wireless/multimode/multimode-9999.ebuild b/net-wireless/multimode/multimode-9999.ebuild index 8de909cb340..e8614f1c94d 100644 --- a/net-wireless/multimode/multimode-9999.ebuild +++ b/net-wireless/multimode/multimode-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -25,7 +25,7 @@ else fi DEPEND="${PYTHON_DEPS} - =net-wireless/gnuradio-9999:=[grc,utils,${PYTHON_USEDEP}] + =net-wireless/gnuradio-9999:=[grc,utils,${PYTHON_SINGLE_USEDEP}] =net-wireless/gr-osmosdr-9999:=" RDEPEND="${DEPEND}"