commit: aaf6db0ea15a9a56893d57a0ebe5d206503946f8 Author: Joonas Niilola <juippis <AT> gmail <DOT> com> AuthorDate: Thu Oct 18 05:54:41 2018 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sat Oct 20 15:23:16 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aaf6db0e
x11-themes/numix-gtk-theme: fix build issue with dev-ruby/sass Bug: https://bugs.gentoo.org/664930 Closes: https://bugs.gentoo.org/664918 Signed-off-by: Joonas Niilola <juippis <AT> gmail.com> Package-Manager: Portage[mgorny]-2.3.49.1 Closes: https://github.com/gentoo/gentoo/pull/10163 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> x11-themes/numix-gtk-theme/numix-gtk-theme-2.6.7.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 index e2db2a61e1b..9f2ff52cfbc 100644 --- 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 @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -11,11 +11,11 @@ LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~x86" -RDEPEND="dev-libs/libxml2 +RDEPEND="dev-libs/libxml2:2 x11-libs/gtk+:3 x11-themes/gtk-engines-murrine" DEPEND="${RDEPEND} dev-libs/glib:2 - dev-ruby/sass:* + >=dev-ruby/sass-3.5 x11-libs/gdk-pixbuf:2"
