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 974C715800F for ; Fri, 3 Feb 2023 17:45:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D3790E041F; Fri, 3 Feb 2023 17:45:15 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 BAE95E041F for ; Fri, 3 Feb 2023 17:45:15 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DA9FA335D1B for ; Fri, 3 Feb 2023 17:45:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9603E75 for ; Fri, 3 Feb 2023 17:45:11 +0000 (UTC) From: "William Hubbs" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "William Hubbs" Message-ID: <1675446303.26405516f93ce1695efced404bc3a2f0731e27b1.williamh@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/hugo/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-apps/hugo/hugo-0.108.0.ebuild www-apps/hugo/hugo-0.110.0.ebuild X-VCS-Directories: www-apps/hugo/ X-VCS-Committer: williamh X-VCS-Committer-Name: William Hubbs X-VCS-Revision: 26405516f93ce1695efced404bc3a2f0731e27b1 X-VCS-Branch: master Date: Fri, 3 Feb 2023 17:45:11 +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: 6e7d6170-b026-4f8e-b293-6ee789822c8a X-Archives-Hash: 775c5ac70d36399278eee0e31c0d7010 commit: 26405516f93ce1695efced404bc3a2f0731e27b1 Author: William Hubbs gentoo org> AuthorDate: Fri Feb 3 17:44:29 2023 +0000 Commit: William Hubbs gentoo org> CommitDate: Fri Feb 3 17:45:03 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26405516 www-apps/hugo: drop go 1.20 blocker Bug: https://bugs.gentoo.org/892980 Signed-off-by: William Hubbs gentoo.org> www-apps/hugo/hugo-0.108.0.ebuild | 1 - www-apps/hugo/hugo-0.110.0.ebuild | 1 - 2 files changed, 2 deletions(-) diff --git a/www-apps/hugo/hugo-0.108.0.ebuild b/www-apps/hugo/hugo-0.108.0.ebuild index d755ec533746..8985198b2e7d 100644 --- a/www-apps/hugo/hugo-0.108.0.ebuild +++ b/www-apps/hugo/hugo-0.108.0.ebuild @@ -22,7 +22,6 @@ IUSE="doc +sass test" BDEPEND=" >=dev-lang/go-1.18 -