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 E186715808C for ; Tue, 29 Mar 2022 00:23:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B9CBFE0898; Tue, 29 Mar 2022 00:23:01 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 97325E0828 for ; Tue, 29 Mar 2022 00:23:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 smtp.gentoo.org (Postfix) with ESMTPS id 573AA34143C for ; Tue, 29 Mar 2022 00:23:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9836C177 for ; Tue, 29 Mar 2022 00:22:58 +0000 (UTC) From: "Ronny Gutbrod" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ronny Gutbrod" Message-ID: <1648366246.c17cc2b933a459039b94a183d53c1a8215ac9703.tastytea@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/babelfont/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/babelfont/babelfont-3.0.0_alpha8.ebuild X-VCS-Directories: dev-python/babelfont/ X-VCS-Committer: tastytea X-VCS-Committer-Name: Ronny Gutbrod X-VCS-Revision: c17cc2b933a459039b94a183d53c1a8215ac9703 X-VCS-Branch: master Date: Tue, 29 Mar 2022 00:22:58 +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: c2a2121a-e787-4360-bdbc-800f24982ea3 X-Archives-Hash: f34eba0965666c46bad9f08e68a4bafd commit: c17cc2b933a459039b94a183d53c1a8215ac9703 Author: Alessandro Barbieri gmail com> AuthorDate: Sun Mar 27 06:41:25 2022 +0000 Commit: Ronny Gutbrod tastytea de> CommitDate: Sun Mar 27 07:30:46 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c17cc2b9 dev-python/babelfont: add S Closes: https://bugs.gentoo.org/836252 Signed-off-by: Alessandro Barbieri gmail.com> dev-python/babelfont/babelfont-3.0.0_alpha8.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/babelfont/babelfont-3.0.0_alpha8.ebuild b/dev-python/babelfont/babelfont-3.0.0_alpha8.ebuild index 26e900d9a..69f070373 100644 --- a/dev-python/babelfont/babelfont-3.0.0_alpha8.ebuild +++ b/dev-python/babelfont/babelfont-3.0.0_alpha8.ebuild @@ -11,6 +11,7 @@ inherit distutils-r1 DESCRIPTION="Interrogate and manipulate UFO, TTF and OTF fonts with a common interface" HOMEPAGE="https://github.com/simoncozens/babelfont" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MYP}.tar.gz" +S="${WORKDIR}/${MYP}" KEYWORDS="~amd64 ~x86" LICENSE="MIT"