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 7F1BE1382C5 for ; Tue, 9 Mar 2021 08:04:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C1957E0905; Tue, 9 Mar 2021 08:04:13 +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 91B67E0905 for ; Tue, 9 Mar 2021 08:04:13 +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 46961340815 for ; Tue, 9 Mar 2021 08:04:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F0E15583 for ; Tue, 9 Mar 2021 08:04:10 +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: <1615277048.a36cd50883b2aa43a1c4a7273437ba1eb83a3f94.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/harfbuzz/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/harfbuzz/harfbuzz-2.7.4.ebuild media-libs/harfbuzz/harfbuzz-9999.ebuild X-VCS-Directories: media-libs/harfbuzz/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: a36cd50883b2aa43a1c4a7273437ba1eb83a3f94 X-VCS-Branch: master Date: Tue, 9 Mar 2021 08:04:10 +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: 35a79e12-e8ab-4c58-ba85-1dcaa70c67b1 X-Archives-Hash: 2d21e0646d6a64068b8ee11cc16de5b9 commit: a36cd50883b2aa43a1c4a7273437ba1eb83a3f94 Author: Lars Wendler gentoo org> AuthorDate: Tue Mar 9 08:03:49 2021 +0000 Commit: Lars Wendler gentoo org> CommitDate: Tue Mar 9 08:04:08 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a36cd508 media-libs/harfbuzz: Moved python deps to BDEPEND Closes: https://bugs.gentoo.org/774951 Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Lars Wendler gentoo.org> media-libs/harfbuzz/harfbuzz-2.7.4.ebuild | 2 +- media-libs/harfbuzz/harfbuzz-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/media-libs/harfbuzz/harfbuzz-2.7.4.ebuild b/media-libs/harfbuzz/harfbuzz-2.7.4.ebuild index e37a772d9ac..30f4061f3c5 100644 --- a/media-libs/harfbuzz/harfbuzz-2.7.4.ebuild +++ b/media-libs/harfbuzz/harfbuzz-2.7.4.ebuild @@ -34,10 +34,10 @@ RDEPEND=" truetype? ( >=media-libs/freetype-2.5.0.1:2=[${MULTILIB_USEDEP}] ) " DEPEND="${RDEPEND} - ${PYTHON_DEPS} >=dev-libs/gobject-introspection-common-1.34 " BDEPEND=" + ${PYTHON_DEPS} virtual/pkgconfig doc? ( dev-util/gtk-doc ) introspection? ( dev-util/glib-utils ) diff --git a/media-libs/harfbuzz/harfbuzz-9999.ebuild b/media-libs/harfbuzz/harfbuzz-9999.ebuild index 4641ca78761..dd5ebd99dc1 100644 --- a/media-libs/harfbuzz/harfbuzz-9999.ebuild +++ b/media-libs/harfbuzz/harfbuzz-9999.ebuild @@ -34,10 +34,10 @@ RDEPEND=" truetype? ( >=media-libs/freetype-2.5.0.1:2=[${MULTILIB_USEDEP}] ) " DEPEND="${RDEPEND} - ${PYTHON_DEPS} >=dev-libs/gobject-introspection-common-1.34 " BDEPEND=" + ${PYTHON_DEPS} virtual/pkgconfig doc? ( dev-util/gtk-doc ) introspection? ( dev-util/glib-utils )