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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1BB8D15ACFB for ; Sun, 9 Apr 2023 12:48:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 398F9E07F1; Sun, 9 Apr 2023 12:48:00 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1D4ECE07F1 for ; Sun, 9 Apr 2023 12:48:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2F893340E1A for ; Sun, 9 Apr 2023 12:47:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B1F528E6 for ; Sun, 9 Apr 2023 12:47:57 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1681044467.7f94e5d2992f80ce13ef0d53c71a4345d8428370.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/lablgtk/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/lablgtk/lablgtk-3.1.3.ebuild X-VCS-Directories: dev-ml/lablgtk/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 7f94e5d2992f80ce13ef0d53c71a4345d8428370 X-VCS-Branch: master Date: Sun, 9 Apr 2023 12:47:57 +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: be1c0f5d-c31c-4333-b253-ef8e9dfcccf9 X-Archives-Hash: af744458d8b02a1d0a202b9591f0b60c commit: 7f94e5d2992f80ce13ef0d53c71a4345d8428370 Author: Arthur Zamarin gentoo org> AuthorDate: Sun Apr 9 12:47:47 2023 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Sun Apr 9 12:47:47 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f94e5d2 dev-ml/lablgtk: Stabilize 3.1.3 arm, #901643 Signed-off-by: Arthur Zamarin gentoo.org> dev-ml/lablgtk/lablgtk-3.1.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ml/lablgtk/lablgtk-3.1.3.ebuild b/dev-ml/lablgtk/lablgtk-3.1.3.ebuild index 93b3da658f9f..376324faba78 100644 --- a/dev-ml/lablgtk/lablgtk-3.1.3.ebuild +++ b/dev-ml/lablgtk/lablgtk-3.1.3.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://github.com/garrigue/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="LGPL-2.1-with-linking-exception" SLOT="3/${PV}" -KEYWORDS="amd64 ~arm arm64 ~ppc ppc64 ~x86" +KEYWORDS="amd64 arm arm64 ~ppc ppc64 ~x86" IUSE="+ocamlopt sourceview" BDEPEND="dev-ml/camlp5"