Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-base/gnome-shell/
Date: Mon, 13 Sep 2021 19:56:59
Message-Id: 1631562809.515c59e03f56fe7627d00c3c0049624c1ac439dc.leio@gentoo
1 commit: 515c59e03f56fe7627d00c3c0049624c1ac439dc
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 13 18:50:56 2021 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 13 19:53:29 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=515c59e0
7
8 gnome-base/gnome-shell: drop unnecessary asciidoc/sassc deps
9
10 Dist tarballs include manpage and stylesheets pregenerated since
11 40.alpha.1, with some kinks ironed out in 40.2 for the manpages.
12
13 Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
14
15 gnome-base/gnome-shell/gnome-shell-40.4.ebuild | 5 +++--
16 1 file changed, 3 insertions(+), 2 deletions(-)
17
18 diff --git a/gnome-base/gnome-shell/gnome-shell-40.4.ebuild b/gnome-base/gnome-shell/gnome-shell-40.4.ebuild
19 index bcac8ef2649..18c22c5a01b 100644
20 --- a/gnome-base/gnome-shell/gnome-shell-40.4.ebuild
21 +++ b/gnome-base/gnome-shell/gnome-shell-40.4.ebuild
22 @@ -116,9 +116,7 @@ PDEPEND="
23 browser-extension? ( gnome-extra/chrome-gnome-shell )
24 "
25 BDEPEND="
26 - dev-lang/sassc
27 dev-libs/libxslt
28 - app-text/asciidoc
29 >=dev-util/gdbus-codegen-2.45.3
30 dev-util/glib-utils
31 gtk-doc? ( >=dev-util/gtk-doc-1.17
32 @@ -126,6 +124,9 @@ BDEPEND="
33 >=sys-devel/gettext-0.19.8
34 virtual/pkgconfig
35 "
36 +# These are not needed from tarballs, unless stylesheets or manpage get patched with patchset:
37 +# dev-lang/sassc
38 +# app-text/asciidoc
39
40 PATCHES=(
41 # Fix automagic gnome-bluetooth dep, bug #398145