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 C4076138334 for ; Tue, 10 Jul 2018 17:38:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A1D03E08F2; Tue, 10 Jul 2018 17:38:34 +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 5A4DBE08F2 for ; Tue, 10 Jul 2018 17:38:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 2BB9A335C9A for ; Tue, 10 Jul 2018 17:38:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 806312E3 for ; Tue, 10 Jul 2018 17:38:29 +0000 (UTC) From: "Johannes Huber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Johannes Huber" Message-ID: <1531244275.e38082e9b0e922a4d6872ab3513d1cc852312b07.johu@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-themes/greybird/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-themes/greybird/greybird-3.22.8.ebuild x11-themes/greybird/greybird-9999.ebuild X-VCS-Directories: x11-themes/greybird/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: e38082e9b0e922a4d6872ab3513d1cc852312b07 X-VCS-Branch: master Date: Tue, 10 Jul 2018 17:38:29 +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: 44af5079-37c0-42bc-b03b-1cfaa66bb008 X-Archives-Hash: edfe81aa036d226971681f68eebce490 commit: e38082e9b0e922a4d6872ab3513d1cc852312b07 Author: Johannes Huber gentoo org> AuthorDate: Tue Jul 10 17:37:55 2018 +0000 Commit: Johannes Huber gentoo org> CommitDate: Tue Jul 10 17:37:55 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e38082e9 x11-themes/greybird: Depend on dev-ruby/sass:3.5 Closes: https://bugs.gentoo.org/643434 Package-Manager: Portage-2.3.41, Repoman-2.3.9 x11-themes/greybird/greybird-3.22.8.ebuild | 2 +- x11-themes/greybird/greybird-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/x11-themes/greybird/greybird-3.22.8.ebuild b/x11-themes/greybird/greybird-3.22.8.ebuild index 262fa31a6b9..aa8b49e170f 100644 --- a/x11-themes/greybird/greybird-3.22.8.ebuild +++ b/x11-themes/greybird/greybird-3.22.8.ebuild @@ -22,7 +22,7 @@ RDEPEND=" " DEPEND="${RDEPEND} dev-libs/glib:2 - dev-ruby/sass + dev-ruby/sass:3.5 " S=${WORKDIR}/${MY_PN}-${PV} diff --git a/x11-themes/greybird/greybird-9999.ebuild b/x11-themes/greybird/greybird-9999.ebuild index dd3fbd1ddb7..395fa8e0a14 100644 --- a/x11-themes/greybird/greybird-9999.ebuild +++ b/x11-themes/greybird/greybird-9999.ebuild @@ -22,7 +22,7 @@ RDEPEND=" " DEPEND="${RDEPEND} dev-libs/glib:2 - dev-ruby/sass + dev-ruby/sass:3.5 " src_prepare() {