diff options
author | Joonas Niilola <juippis@gmail.com> | 2018-10-18 08:54:41 +0300 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-10-20 17:23:16 +0200 |
commit | aaf6db0ea15a9a56893d57a0ebe5d206503946f8 (patch) | |
tree | 5d3d4b6918bd4535f4d35258dd469570faa2a8f7 | |
parent | x11-themes/qtcurve: amd64 stable wrt bug #668514 (diff) | |
download | gentoo-aaf6db0ea15a9a56893d57a0ebe5d206503946f8.tar.gz gentoo-aaf6db0ea15a9a56893d57a0ebe5d206503946f8.tar.bz2 gentoo-aaf6db0ea15a9a56893d57a0ebe5d206503946f8.zip |
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@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@gentoo.org>
-rw-r--r-- | x11-themes/numix-gtk-theme/numix-gtk-theme-2.6.7.ebuild | 6 |
1 files 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 e2db2a61e1b6..9f2ff52cfbc7 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" |