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 0D6EE1581D0 for ; Sun, 11 Feb 2024 11:11:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D410FE2A88; Sun, 11 Feb 2024 11:11:27 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 BFEB2E2A88 for ; Sun, 11 Feb 2024 11:11:27 +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 1121A343118 for ; Sun, 11 Feb 2024 11:11:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B583214CB for ; Sun, 11 Feb 2024 11:11:24 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1707649804.34627e1cadf71ee90a255363e270d6a0ced6eb69.sam@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.0.5.ebuild X-VCS-Directories: media-libs/libshumate/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 34627e1cadf71ee90a255363e270d6a0ced6eb69 X-VCS-Branch: master Date: Sun, 11 Feb 2024 11:11:24 +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: eb0c3aaa-22a7-442e-b85f-a1c220cbd6bc X-Archives-Hash: 2337512d3b247d450b47aab5a57bd398 commit: 34627e1cadf71ee90a255363e270d6a0ced6eb69 Author: Sam James gentoo org> AuthorDate: Sun Feb 11 11:10:04 2024 +0000 Commit: Sam James gentoo org> CommitDate: Sun Feb 11 11:10:04 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34627e1c media-libs/libshumate: Stabilize 1.0.5 arm64, #923654 Signed-off-by: Sam James gentoo.org> media-libs/libshumate/libshumate-1.0.5.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-libs/libshumate/libshumate-1.0.5.ebuild b/media-libs/libshumate/libshumate-1.0.5.ebuild index d512e7546dea..cb85cd4ff4fa 100644 --- a/media-libs/libshumate/libshumate-1.0.5.ebuild +++ b/media-libs/libshumate/libshumate-1.0.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -10,7 +10,7 @@ HOMEPAGE="https://wiki.gnome.org/Projects/libshumate https://gitlab.gnome.org/GN SLOT="1.0/1" LICENSE="LGPL-2.1+" -KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~sparc x86" +KEYWORDS="amd64 ~arm arm64 ~ppc64 ~sparc x86" REQUIRED_USE="gtk-doc? ( introspection )" IUSE="gtk-doc +introspection vala" # vector-renderer is still experimental, maybe put in at a later release