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 28A55138334 for ; Fri, 3 Jan 2020 09:15:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C223EE0B8B; Fri, 3 Jan 2020 09:15:23 +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-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8758DE0B8B for ; Fri, 3 Jan 2020 09:15:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A1FF034DE62 for ; Fri, 3 Jan 2020 09:15:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 00838B2 for ; Fri, 3 Jan 2020 09:15:19 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1578042868.a1248645b60b8792e5c9b17f81e8f7cb43d618a5.juippis@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.62.0.ebuild X-VCS-Directories: www-apps/hugo/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: a1248645b60b8792e5c9b17f81e8f7cb43d618a5 X-VCS-Branch: master Date: Fri, 3 Jan 2020 09:15:19 +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: 3f78e971-eb09-414c-9f41-817e1e7e6605 X-Archives-Hash: e08604475a4d877292ac76a6fc168c0d commit: a1248645b60b8792e5c9b17f81e8f7cb43d618a5 Author: Joonas Niilola gentoo org> AuthorDate: Fri Jan 3 08:55:07 2020 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Fri Jan 3 09:14:28 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1248645 www-apps/hugo: sort IUSE in 0.62.0 Signed-off-by: Joonas Niilola gentoo.org> www-apps/hugo/hugo-0.62.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www-apps/hugo/hugo-0.62.0.ebuild b/www-apps/hugo/hugo-0.62.0.ebuild index 20ed8fe47d2..6662f194949 100644 --- a/www-apps/hugo/hugo-0.62.0.ebuild +++ b/www-apps/hugo/hugo-0.62.0.ebuild @@ -14,7 +14,7 @@ HOMEPAGE="https://gohugo.io https://github.com/gohugoio/hugo" SRC_URI="https://${EGO_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="Apache-2.0 Unlicense BSD BSD-2 MPL-2.0" SLOT="0" -IUSE="+sass +bash-completion doc" +IUSE="+bash-completion doc +sass" RESTRICT="test"