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 E1491158086 for ; Sat, 6 Nov 2021 04:09:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C3D012BC012; Sat, 6 Nov 2021 04:09:36 +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 AB46A2BC012 for ; Sat, 6 Nov 2021 04:09:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 11C423430D4 for ; Sat, 6 Nov 2021 04:09:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 450651CE for ; Sat, 6 Nov 2021 04:09:31 +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: <1636171740.72757314aef6dc324712b81e81ba303a8664d314.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/gsound/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/gsound/gsound-1.0.3.ebuild X-VCS-Directories: media-libs/gsound/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 72757314aef6dc324712b81e81ba303a8664d314 X-VCS-Branch: master Date: Sat, 6 Nov 2021 04:09:31 +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: cc08e7ad-82b4-46c6-8e8e-041b7a5542c5 X-Archives-Hash: 208c5d9b2b20b1fe18f5f9a3af384a0e commit: 72757314aef6dc324712b81e81ba303a8664d314 Author: Sam James gentoo org> AuthorDate: Sat Nov 6 04:09:00 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sat Nov 6 04:09:00 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72757314 media-libs/gsound: Stabilize 1.0.3 x86, #815013 Signed-off-by: Sam James gentoo.org> media-libs/gsound/gsound-1.0.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/gsound/gsound-1.0.3.ebuild b/media-libs/gsound/gsound-1.0.3.ebuild index a1a08561da2..62a1dc5013c 100644 --- a/media-libs/gsound/gsound-1.0.3.ebuild +++ b/media-libs/gsound/gsound-1.0.3.ebuild @@ -11,7 +11,7 @@ HOMEPAGE="https://wiki.gnome.org/Projects/GSound" LICENSE="LGPL-2.1+" SLOT="0" -KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 ~riscv ~x86" +KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 ~riscv x86" IUSE="gtk-doc +introspection +vala" REQUIRED_USE="vala? ( introspection )"