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 2434B158086 for ; Mon, 25 Oct 2021 13:01:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 707FFE07F0; Mon, 25 Oct 2021 13:01:12 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 55718E07F0 for ; Mon, 25 Oct 2021 13:01:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2A196343508 for ; Mon, 25 Oct 2021 13:01:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B3174132 for ; Mon, 25 Oct 2021 13:01:09 +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: <1635166852.20c0319f0a049ddc161fcf5d650a6458b035cb64.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/tcc/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/tcc/tcc-0.9.27_p20211022.ebuild dev-lang/tcc/tcc-9999.ebuild X-VCS-Directories: dev-lang/tcc/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 20c0319f0a049ddc161fcf5d650a6458b035cb64 X-VCS-Branch: master Date: Mon, 25 Oct 2021 13:01:09 +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: 18e8defd-d927-4c55-9285-225e7ccc78a6 X-Archives-Hash: 3c9ffa49da992d8c0555c6154fe133ac commit: 20c0319f0a049ddc161fcf5d650a6458b035cb64 Author: Sam James gentoo org> AuthorDate: Mon Oct 25 12:57:55 2021 +0000 Commit: Sam James gentoo org> CommitDate: Mon Oct 25 13:00:52 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20c0319f dev-lang/tcc: update HOMEPAGE Signed-off-by: Sam James gentoo.org> dev-lang/tcc/tcc-0.9.27_p20211022.ebuild | 2 +- dev-lang/tcc/tcc-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-lang/tcc/tcc-0.9.27_p20211022.ebuild b/dev-lang/tcc/tcc-0.9.27_p20211022.ebuild index 3081fc06884..fd9f2d5cc30 100644 --- a/dev-lang/tcc/tcc-0.9.27_p20211022.ebuild +++ b/dev-lang/tcc/tcc-0.9.27_p20211022.ebuild @@ -7,7 +7,7 @@ inherit toolchain-funcs MY_COMMIT="16456168430c9e185dd94b8215aa77d02bbb8a2c" DESCRIPTION="A very small C compiler for ix86/amd64" -HOMEPAGE="https://bellard.org/tcc/" +HOMEPAGE="https://bellard.org/tcc/ https://repo.or.cz/tinycc.git/" if [[ ${PV} == *9999* ]]; then EGIT_REPO_URI="https://repo.or.cz/r/tinycc.git" diff --git a/dev-lang/tcc/tcc-9999.ebuild b/dev-lang/tcc/tcc-9999.ebuild index 3081fc06884..fd9f2d5cc30 100644 --- a/dev-lang/tcc/tcc-9999.ebuild +++ b/dev-lang/tcc/tcc-9999.ebuild @@ -7,7 +7,7 @@ inherit toolchain-funcs MY_COMMIT="16456168430c9e185dd94b8215aa77d02bbb8a2c" DESCRIPTION="A very small C compiler for ix86/amd64" -HOMEPAGE="https://bellard.org/tcc/" +HOMEPAGE="https://bellard.org/tcc/ https://repo.or.cz/tinycc.git/" if [[ ${PV} == *9999* ]]; then EGIT_REPO_URI="https://repo.or.cz/r/tinycc.git"