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 D4AEF138334 for ; Sun, 24 Jun 2018 19:17:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C906BE0848; Sun, 24 Jun 2018 19:17:47 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 9FB37E0848 for ; Sun, 24 Jun 2018 19:17:47 +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 5BFFD335CA6 for ; Sun, 24 Jun 2018 19:17:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0BA852A1 for ; Sun, 24 Jun 2018 19:17:44 +0000 (UTC) From: "Gilles Dartiguelongue" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Gilles Dartiguelongue" Message-ID: <1529867841.37aa48e25339dd2931cd5054c2933cb9170a868b.eva@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: net-irc/polari/ X-VCS-Repository: proj/gnome X-VCS-Files: net-irc/polari/polari-3.26.2.ebuild X-VCS-Directories: net-irc/polari/ X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue X-VCS-Revision: 37aa48e25339dd2931cd5054c2933cb9170a868b X-VCS-Branch: master Date: Sun, 24 Jun 2018 19:17:44 +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: 9ce7f516-5047-4a0f-9dbf-51a491d03ad2 X-Archives-Hash: 30af9ac21873341b5ea39e94e973c738 commit: 37aa48e25339dd2931cd5054c2933cb9170a868b Author: Gilles Dartiguelongue gentoo org> AuthorDate: Sun Jun 24 13:53:01 2018 +0000 Commit: Gilles Dartiguelongue gentoo org> CommitDate: Sun Jun 24 19:17:21 2018 +0000 URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=37aa48e2 net-irc/polari: fix requirement on gjs Package-Manager: Portage-2.3.40, Repoman-2.3.9 Manifest-Sign-Key: 0x5A56C8CD0C13248A net-irc/polari/polari-3.26.2.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/net-irc/polari/polari-3.26.2.ebuild b/net-irc/polari/polari-3.26.2.ebuild index a9c748c3..2ee3aa8b 100644 --- a/net-irc/polari/polari-3.26.2.ebuild +++ b/net-irc/polari/polari-3.26.2.ebuild @@ -13,12 +13,13 @@ SLOT="0" KEYWORDS="~amd64 ~arm ~x86" IUSE="" +# gjs-1.49 required due to use of pkg.requireSymbol COMMON_DEPEND=" >=dev-libs/glib-2.43.4:2 >=x11-libs/gtk+-3.21.6:3[introspection] net-libs/telepathy-glib[introspection] >=dev-libs/gobject-introspection-1.50:= - >=dev-libs/gjs-1.45.3 + >=dev-libs/gjs-1.49.2 x11-libs/gdk-pixbuf:2[introspection] >=app-text/gspell-1.4.0[introspection] x11-libs/pango[introspection]