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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B82E815803E for ; Mon, 1 Jan 2024 19:58:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EF7E22BC029; Mon, 1 Jan 2024 19:58:02 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C34852BC023 for ; Mon, 1 Jan 2024 19:58:02 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B488233FE60 for ; Mon, 1 Jan 2024 19:58:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1C4871300 for ; Mon, 1 Jan 2024 19:58:00 +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: <1704139031.c1dafaaad5eb2f681731015b87e419c2249311f7.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/glyr/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/glyr/glyr-1.0.10-r1.ebuild X-VCS-Directories: media-libs/glyr/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: c1dafaaad5eb2f681731015b87e419c2249311f7 X-VCS-Branch: master Date: Mon, 1 Jan 2024 19:58:00 +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: bae12a3d-99f7-45ad-8b8f-e4f41e2707d5 X-Archives-Hash: f66a407a54c89affb5b13bdbe65b92dc commit: c1dafaaad5eb2f681731015b87e419c2249311f7 Author: Sam James gentoo org> AuthorDate: Mon Jan 1 19:57:11 2024 +0000 Commit: Sam James gentoo org> CommitDate: Mon Jan 1 19:57:11 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1dafaaa media-libs/glyr: Stabilize 1.0.10-r1 ppc64, #921142 Signed-off-by: Sam James gentoo.org> media-libs/glyr/glyr-1.0.10-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-libs/glyr/glyr-1.0.10-r1.ebuild b/media-libs/glyr/glyr-1.0.10-r1.ebuild index e1fd0d373be5..4de1887a5b55 100644 --- a/media-libs/glyr/glyr-1.0.10-r1.ebuild +++ b/media-libs/glyr/glyr-1.0.10-r1.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 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/sahib/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="LGPL-3" SLOT="0" -KEYWORDS="amd64 ~ppc ~ppc64 ~riscv x86" +KEYWORDS="amd64 ~ppc ppc64 ~riscv x86" RDEPEND="dev-db/sqlite:3 >=dev-libs/glib-2.10:2