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 7CDF2138334 for ; Sat, 20 Oct 2018 15:23:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 847C4E089C; Sat, 20 Oct 2018 15:23:27 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5845FE089C for ; Sat, 20 Oct 2018 15:23:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 82531335CF1 for ; Sat, 20 Oct 2018 15:23:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E975C439 for ; Sat, 20 Oct 2018 15:23:23 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1540048996.aaf6db0ea15a9a56893d57a0ebe5d206503946f8.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-themes/numix-gtk-theme/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-themes/numix-gtk-theme/numix-gtk-theme-2.6.7.ebuild X-VCS-Directories: x11-themes/numix-gtk-theme/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: aaf6db0ea15a9a56893d57a0ebe5d206503946f8 X-VCS-Branch: master Date: Sat, 20 Oct 2018 15:23:23 +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-Archives-Salt: b3c0031f-fc1e-4d5d-bcff-2c7057dccbaf X-Archives-Hash: 948db70d889bb02296cb52a76207e11c commit: aaf6db0ea15a9a56893d57a0ebe5d206503946f8 Author: Joonas Niilola gmail com> AuthorDate: Thu Oct 18 05:54:41 2018 +0000 Commit: Michał Górny gentoo 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 gmail.com> Package-Manager: Portage[mgorny]-2.3.49.1 Closes: https://github.com/gentoo/gentoo/pull/10163 Signed-off-by: Michał Górny 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"