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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 88FBA15800F for ; Fri, 3 Feb 2023 19:53:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D4EC3E07C5; Fri, 3 Feb 2023 19:53:04 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BC87CE07C5 for ; Fri, 3 Feb 2023 19:53:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CBE60340D83 for ; Fri, 3 Feb 2023 19:53:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8385175 for ; Fri, 3 Feb 2023 19:53:01 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1675453952.8d5efbaa891c8de29ea4a7cbaf97411c86ae957a.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/graphite2/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/graphite2/graphite2-1.3.14_p20210810-r3.ebuild X-VCS-Directories: media-gfx/graphite2/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 8d5efbaa891c8de29ea4a7cbaf97411c86ae957a X-VCS-Branch: master Date: Fri, 3 Feb 2023 19:53:01 +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: 60fc7c30-3f37-46e6-80cf-76139d290d69 X-Archives-Hash: 86d9a48292eed6a6a1acf44d5f489089 commit: 8d5efbaa891c8de29ea4a7cbaf97411c86ae957a Author: Sam James gentoo org> AuthorDate: Fri Feb 3 19:52:21 2023 +0000 Commit: Sam James gentoo org> CommitDate: Fri Feb 3 19:52:32 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d5efbaa media-gfx/graphite2: tidy Signed-off-by: Sam James gentoo.org> media-gfx/graphite2/graphite2-1.3.14_p20210810-r3.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/media-gfx/graphite2/graphite2-1.3.14_p20210810-r3.ebuild b/media-gfx/graphite2/graphite2-1.3.14_p20210810-r3.ebuild index d666eed59594..bd53468cf978 100644 --- a/media-gfx/graphite2/graphite2-1.3.14_p20210810-r3.ebuild +++ b/media-gfx/graphite2/graphite2-1.3.14_p20210810-r3.ebuild @@ -42,8 +42,8 @@ PATCHES=( "${FILESDIR}/${PN}-1.3.14-fix-cmake-files-libdir.patch" "${FILESDIR}/${PN}-1.3.14-no-libtool-file.patch" "${FILESDIR}/${PN}-1.3.14-fix-nodefaultlibs-deux.patch" - "${FILESDIR}/${PN}-1.3.14-fix-nodefaultlibs.patch" - "${FILESDIR}/${PN}-1.3.5-fix-gcc-linking.patch" + "${FILESDIR}/${PN}-1.3.14-fix-nodefaultlibs.patch" + "${FILESDIR}/${PN}-1.3.5-fix-gcc-linking.patch" ) pkg_setup() { @@ -52,7 +52,7 @@ pkg_setup() { } python_check_deps() { - has_version -b "dev-python/fonttools[${PYTHON_USEDEP}]" + python_has_version "dev-python/fonttools[${PYTHON_USEDEP}]" } src_prepare() {