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 38DCC138334 for ; Sat, 28 Sep 2019 15:40:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 73AF2E0903; Sat, 28 Sep 2019 15:40:23 +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 5710AE0903 for ; Sat, 28 Sep 2019 15:40:23 +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 14CE834B687 for ; Sat, 28 Sep 2019 15:40:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 98142779 for ; Sat, 28 Sep 2019 15:40:17 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1569685211.697ef6aff3d8fc02e083830b26e3aec13ba7170f.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/cjs/ X-VCS-Repository: repo/gentoo X-VCS-Files: gnome-extra/cjs/cjs-4.0.0-r1.ebuild X-VCS-Directories: gnome-extra/cjs/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 697ef6aff3d8fc02e083830b26e3aec13ba7170f X-VCS-Branch: master Date: Sat, 28 Sep 2019 15:40:17 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: a9395e24-4ecd-4b0e-83e2-374c408dc63a X-Archives-Hash: b6535171628048f33688e425e036c1a6 commit: 697ef6aff3d8fc02e083830b26e3aec13ba7170f Author: Pacho Ramos gentoo org> AuthorDate: Sat Sep 28 15:38:09 2019 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Sat Sep 28 15:40:11 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=697ef6af gnome-extra/cjs: Needs to be rebuilt with ffi subslot bumps Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Pacho Ramos gentoo.org> gnome-extra/cjs/cjs-4.0.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnome-extra/cjs/cjs-4.0.0-r1.ebuild b/gnome-extra/cjs/cjs-4.0.0-r1.ebuild index 83e9c300fdc..4296fe82db8 100644 --- a/gnome-extra/cjs/cjs-4.0.0-r1.ebuild +++ b/gnome-extra/cjs/cjs-4.0.0-r1.ebuild @@ -18,7 +18,7 @@ RDEPEND=" >=dev-libs/glib-2.37.3:2 >=dev-libs/gobject-introspection-1.38:= sys-libs/readline:0= - virtual/libffi + virtual/libffi:0= cairo? ( x11-libs/cairo[X,glib] ) gtk? ( x11-libs/gtk+:3 ) "