Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-themes/numix-gtk-theme/
Date: Sat, 20 Oct 2018 15:23:28
Message-Id: 1540048996.aaf6db0ea15a9a56893d57a0ebe5d206503946f8.mgorny@gentoo
1 commit: aaf6db0ea15a9a56893d57a0ebe5d206503946f8
2 Author: Joonas Niilola <juippis <AT> gmail <DOT> com>
3 AuthorDate: Thu Oct 18 05:54:41 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 20 15:23:16 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aaf6db0e
7
8 x11-themes/numix-gtk-theme: fix build issue with dev-ruby/sass
9
10 Bug: https://bugs.gentoo.org/664930
11 Closes: https://bugs.gentoo.org/664918
12 Signed-off-by: Joonas Niilola <juippis <AT> gmail.com>
13 Package-Manager: Portage[mgorny]-2.3.49.1
14 Closes: https://github.com/gentoo/gentoo/pull/10163
15 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
16
17 x11-themes/numix-gtk-theme/numix-gtk-theme-2.6.7.ebuild | 6 +++---
18 1 file changed, 3 insertions(+), 3 deletions(-)
19
20 diff --git a/x11-themes/numix-gtk-theme/numix-gtk-theme-2.6.7.ebuild b/x11-themes/numix-gtk-theme/numix-gtk-theme-2.6.7.ebuild
21 index e2db2a61e1b..9f2ff52cfbc 100644
22 --- a/x11-themes/numix-gtk-theme/numix-gtk-theme-2.6.7.ebuild
23 +++ b/x11-themes/numix-gtk-theme/numix-gtk-theme-2.6.7.ebuild
24 @@ -1,4 +1,4 @@
25 -# Copyright 1999-2018 Gentoo Foundation
26 +# Copyright 1999-2018 Gentoo Authors
27 # Distributed under the terms of the GNU General Public License v2
28
29 EAPI=7
30 @@ -11,11 +11,11 @@ LICENSE="GPL-3"
31 SLOT="0"
32 KEYWORDS="~amd64 ~x86"
33
34 -RDEPEND="dev-libs/libxml2
35 +RDEPEND="dev-libs/libxml2:2
36 x11-libs/gtk+:3
37 x11-themes/gtk-engines-murrine"
38
39 DEPEND="${RDEPEND}
40 dev-libs/glib:2
41 - dev-ruby/sass:*
42 + >=dev-ruby/sass-3.5
43 x11-libs/gdk-pixbuf:2"