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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4EA4615802C for ; Fri, 20 Dec 2024 20:37:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 07964E0948; Fri, 20 Dec 2024 20:37:18 +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 75ACCE0948 for ; Fri, 20 Dec 2024 20:37:17 +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 398EB340906 for ; Fri, 20 Dec 2024 20:37:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 961C32191 for ; Fri, 20 Dec 2024 20:37:13 +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: <1734727018.cf6a360d170032da31c2ede98a3f5bdc11230f52.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libshumate/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libshumate/libshumate-1.2.3.ebuild X-VCS-Directories: media-libs/libshumate/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: cf6a360d170032da31c2ede98a3f5bdc11230f52 X-VCS-Branch: master Date: Fri, 20 Dec 2024 20:37:13 +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: 343145eb-8f88-445c-800b-7f974a4d9d4f X-Archives-Hash: 6df29023742b15aa38a2b63f51389f8c commit: cf6a360d170032da31c2ede98a3f5bdc11230f52 Author: Arthur Zamarin gentoo org> AuthorDate: Fri Dec 20 20:34:34 2024 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Fri Dec 20 20:36:58 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf6a360d media-libs/libshumate: Stabilize 1.2.3 arm64, #946484 Signed-off-by: Arthur Zamarin gentoo.org> media-libs/libshumate/libshumate-1.2.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/libshumate/libshumate-1.2.3.ebuild b/media-libs/libshumate/libshumate-1.2.3.ebuild index e84a393c8cd6..6f06f64be274 100644 --- a/media-libs/libshumate/libshumate-1.2.3.ebuild +++ b/media-libs/libshumate/libshumate-1.2.3.ebuild @@ -10,7 +10,7 @@ HOMEPAGE="https://gitlab.gnome.org/GNOME/libshumate" LICENSE="LGPL-2.1+" SLOT="1.0/1" -KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~sparc x86" +KEYWORDS="amd64 ~arm arm64 ~ppc64 ~sparc x86" REQUIRED_USE="gtk-doc? ( introspection )" IUSE="gtk-doc +introspection sysprof vala"