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 7860015800F for ; Fri, 3 Feb 2023 06:08:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4C213E07FE; Fri, 3 Feb 2023 06:08:34 +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 36153E07FE for ; Fri, 3 Feb 2023 06:08:34 +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 47C4233D4A6 for ; Fri, 3 Feb 2023 06:08:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F35BD899 for ; Fri, 3 Feb 2023 06:08:30 +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: <1675404493.76ff17bf260af22c065e920700e6524258a14eb8.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: 76ff17bf260af22c065e920700e6524258a14eb8 X-VCS-Branch: master Date: Fri, 3 Feb 2023 06:08:30 +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: 2b246430-d45e-4de1-862f-57bc1ab5176c X-Archives-Hash: 66d26e5ed27252662ff8a4f27e3b55eb commit: 76ff17bf260af22c065e920700e6524258a14eb8 Author: William Hubbs gentoo org> AuthorDate: Fri Feb 3 06:08:13 2023 +0000 Commit: William Hubbs gentoo org> CommitDate: Fri Feb 3 06:08:13 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76ff17bf www-apps/hugo: set BDEPEND for gentoo.org> www-apps/hugo/hugo-0.108.0.ebuild | 3 ++- www-apps/hugo/hugo-0.110.0.ebuild | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/www-apps/hugo/hugo-0.108.0.ebuild b/www-apps/hugo/hugo-0.108.0.ebuild index 129d62e8af01..d755ec533746 100644 --- a/www-apps/hugo/hugo-0.108.0.ebuild +++ b/www-apps/hugo/hugo-0.108.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 2018-2022 Gentoo Authors +# Copyright 2018-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -22,6 +22,7 @@ IUSE="doc +sass test" BDEPEND=" >=dev-lang/go-1.18 +