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 C38711382C5 for ; Sun, 18 Apr 2021 16:00:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D3C31E07FA; Sun, 18 Apr 2021 16:00:03 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 9B518E07FA for ; Sun, 18 Apr 2021 16:00:03 +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 34F39335C29 for ; Sun, 18 Apr 2021 16:00:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E20FDC3 for ; Sun, 18 Apr 2021 15:59:59 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1618761590.4e86dc61f1c27974807b3c74a7d04972c4802950.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: media-fonts/3270font/ X-VCS-Repository: repo/proj/guru X-VCS-Files: media-fonts/3270font/3270font-2.2.1-r1.ebuild X-VCS-Directories: media-fonts/3270font/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 4e86dc61f1c27974807b3c74a7d04972c4802950 X-VCS-Branch: dev Date: Sun, 18 Apr 2021 15:59:59 +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: 66681072-54cf-4e5a-8827-586ff2b05b0b X-Archives-Hash: c58d7c274165d8664cd94b962b649787 commit: 4e86dc61f1c27974807b3c74a7d04972c4802950 Author: Andrew Ammerlaan riseup net> AuthorDate: Sun Apr 18 15:59:50 2021 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Sun Apr 18 15:59:50 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4e86dc61 media-fonts/3270font: remove PYTHON_DEPS from RDEPEND since this is python-any-r1 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Andrew Ammerlaan riseup.net> media-fonts/3270font/3270font-2.2.1-r1.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/media-fonts/3270font/3270font-2.2.1-r1.ebuild b/media-fonts/3270font/3270font-2.2.1-r1.ebuild index bf8c4ee33..540fd1c48 100644 --- a/media-fonts/3270font/3270font-2.2.1-r1.ebuild +++ b/media-fonts/3270font/3270font-2.2.1-r1.ebuild @@ -22,7 +22,6 @@ HTML_DOCS=( "DESCRIPTION.en_us.html" ) PATCHES=( "${FILESDIR}/remove-useless-tests.patch" ) RDEPEND=" - ${PYTHON_DEPS} media-gfx/fontforge " DEPEND=" 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 E95761382C5 for ; Sun, 18 Apr 2021 16:01:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B9CEDE0855; Sun, 18 Apr 2021 16:01:10 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 92624E0849 for ; Sun, 18 Apr 2021 16:01:10 +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 6BCC23409F1 for ; Sun, 18 Apr 2021 16:01:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 32C9571B for ; Sun, 18 Apr 2021 16:01:06 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1618761590.4e86dc61f1c27974807b3c74a7d04972c4802950.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: media-fonts/3270font/ X-VCS-Repository: repo/proj/guru X-VCS-Files: media-fonts/3270font/3270font-2.2.1-r1.ebuild X-VCS-Directories: media-fonts/3270font/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 4e86dc61f1c27974807b3c74a7d04972c4802950 X-VCS-Branch: master Date: Sun, 18 Apr 2021 16:01:06 +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: 50e7f064-8d7c-4c92-897e-31a36356d962 X-Archives-Hash: 8564195a6f4e1614a49d7a74df304fb8 Message-ID: <20210418160106.m18U_HxSjEPgYp_GUecxTqkyaA8Dvs-wBDKByfgRFio@z> commit: 4e86dc61f1c27974807b3c74a7d04972c4802950 Author: Andrew Ammerlaan riseup net> AuthorDate: Sun Apr 18 15:59:50 2021 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Sun Apr 18 15:59:50 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4e86dc61 media-fonts/3270font: remove PYTHON_DEPS from RDEPEND since this is python-any-r1 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Andrew Ammerlaan riseup.net> media-fonts/3270font/3270font-2.2.1-r1.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/media-fonts/3270font/3270font-2.2.1-r1.ebuild b/media-fonts/3270font/3270font-2.2.1-r1.ebuild index bf8c4ee33..540fd1c48 100644 --- a/media-fonts/3270font/3270font-2.2.1-r1.ebuild +++ b/media-fonts/3270font/3270font-2.2.1-r1.ebuild @@ -22,7 +22,6 @@ HTML_DOCS=( "DESCRIPTION.en_us.html" ) PATCHES=( "${FILESDIR}/remove-useless-tests.patch" ) RDEPEND=" - ${PYTHON_DEPS} media-gfx/fontforge " DEPEND="