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 28158138334 for ; Sun, 25 Nov 2018 10:03:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BDBEEE0AAB; Sun, 25 Nov 2018 10:03:20 +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 9CA36E0A9C for ; Sun, 25 Nov 2018 10:03:20 +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 96A3F335D42 for ; Sun, 25 Nov 2018 10:03:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9959A4BA for ; Sun, 25 Nov 2018 10:03:16 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1543140128.9ac2258061d686519375cb7d39b81f9fca814d2f.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/gjs/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/gjs/gjs-1.48.7.ebuild X-VCS-Directories: dev-libs/gjs/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 9ac2258061d686519375cb7d39b81f9fca814d2f X-VCS-Branch: master Date: Sun, 25 Nov 2018 10:03:16 +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: 808e669f-1db9-4789-84c2-660400ec413f X-Archives-Hash: c73c056cf97db5ee18302247aef9e987 commit: 9ac2258061d686519375cb7d39b81f9fca814d2f Author: Mikle Kolyada gentoo org> AuthorDate: Sun Nov 25 10:02:08 2018 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Sun Nov 25 10:02:08 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ac22580 dev-libs/gjs: arm stable wrt bug #660314 Signed-off-by: Mikle Kolyada gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 dev-libs/gjs/gjs-1.48.7.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/gjs/gjs-1.48.7.ebuild b/dev-libs/gjs/gjs-1.48.7.ebuild index 257b11cc961..05b6ca3ead4 100644 --- a/dev-libs/gjs/gjs-1.48.7.ebuild +++ b/dev-libs/gjs/gjs-1.48.7.ebuild @@ -10,7 +10,7 @@ HOMEPAGE="https://wiki.gnome.org/Projects/Gjs" LICENSE="MIT || ( MPL-1.1 LGPL-2+ GPL-2+ )" SLOT="0" IUSE="+cairo examples gtk test" -KEYWORDS="alpha amd64 ~arm ia64 ppc ~ppc64 sparc x86" +KEYWORDS="alpha amd64 arm ia64 ppc ~ppc64 sparc x86" RDEPEND=" >=dev-libs/glib-2.52.1