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 1ECD1158092 for ; Mon, 13 Sep 2021 19:56:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0C476E086E; Mon, 13 Sep 2021 19:56:58 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E84A0E086E for ; Mon, 13 Sep 2021 19:56:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 BB948342CB8 for ; Mon, 13 Sep 2021 19:56:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1D7DAD0 for ; Mon, 13 Sep 2021 19:56:55 +0000 (UTC) From: "Mart Raudsepp" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mart Raudsepp" Message-ID: <1631562809.515c59e03f56fe7627d00c3c0049624c1ac439dc.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-base/gnome-shell/ X-VCS-Repository: repo/gentoo X-VCS-Files: gnome-base/gnome-shell/gnome-shell-40.4.ebuild X-VCS-Directories: gnome-base/gnome-shell/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: 515c59e03f56fe7627d00c3c0049624c1ac439dc X-VCS-Branch: master Date: Mon, 13 Sep 2021 19:56:55 +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: 76684770-a827-40d1-bf3b-97fca60488b9 X-Archives-Hash: 24d1fa633feefdb26aae6a815602d286 commit: 515c59e03f56fe7627d00c3c0049624c1ac439dc Author: Mart Raudsepp gentoo org> AuthorDate: Mon Sep 13 18:50:56 2021 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Mon Sep 13 19:53:29 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=515c59e0 gnome-base/gnome-shell: drop unnecessary asciidoc/sassc deps Dist tarballs include manpage and stylesheets pregenerated since 40.alpha.1, with some kinks ironed out in 40.2 for the manpages. Signed-off-by: Mart Raudsepp gentoo.org> gnome-base/gnome-shell/gnome-shell-40.4.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gnome-base/gnome-shell/gnome-shell-40.4.ebuild b/gnome-base/gnome-shell/gnome-shell-40.4.ebuild index bcac8ef2649..18c22c5a01b 100644 --- a/gnome-base/gnome-shell/gnome-shell-40.4.ebuild +++ b/gnome-base/gnome-shell/gnome-shell-40.4.ebuild @@ -116,9 +116,7 @@ PDEPEND=" browser-extension? ( gnome-extra/chrome-gnome-shell ) " BDEPEND=" - dev-lang/sassc dev-libs/libxslt - app-text/asciidoc >=dev-util/gdbus-codegen-2.45.3 dev-util/glib-utils gtk-doc? ( >=dev-util/gtk-doc-1.17 @@ -126,6 +124,9 @@ BDEPEND=" >=sys-devel/gettext-0.19.8 virtual/pkgconfig " +# These are not needed from tarballs, unless stylesheets or manpage get patched with patchset: +# dev-lang/sassc +# app-text/asciidoc PATCHES=( # Fix automagic gnome-bluetooth dep, bug #398145