From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id 7C8B01581B9 for ; Sat, 04 Oct 2025 19:27:34 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 63399340E39 for ; Sat, 04 Oct 2025 19:27:34 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id BC6EA110574; Sat, 04 Oct 2025 19:27:25 +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) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id B35A4110574 for ; Sat, 04 Oct 2025 19:27:25 +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 7026A3410B0 for ; Sat, 04 Oct 2025 19:27:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CAEB93AA9 for ; Sat, 04 Oct 2025 19:27:23 +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: <1759606037.5fb58873ab2a68a0912d5834e3385a854f73b735.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/glycin-loaders/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/glycin-loaders/glycin-loaders-2.0.0.ebuild X-VCS-Directories: media-libs/glycin-loaders/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 5fb58873ab2a68a0912d5834e3385a854f73b735 X-VCS-Branch: master Date: Sat, 04 Oct 2025 19:27:23 +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: ffc0b47b-989f-4541-8261-c9ddaf946917 X-Archives-Hash: 4fac1d4c9146a31c36f19517b3bfcee4 commit: 5fb58873ab2a68a0912d5834e3385a854f73b735 Author: Arthur Zamarin gentoo org> AuthorDate: Sat Oct 4 19:27:17 2025 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Sat Oct 4 19:27:17 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5fb58873 media-libs/glycin-loaders: Stabilize 2.0.0 amd64, #963763 Signed-off-by: Arthur Zamarin gentoo.org> media-libs/glycin-loaders/glycin-loaders-2.0.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/glycin-loaders/glycin-loaders-2.0.0.ebuild b/media-libs/glycin-loaders/glycin-loaders-2.0.0.ebuild index 13feb6be89c3..3f026a6047f9 100644 --- a/media-libs/glycin-loaders/glycin-loaders-2.0.0.ebuild +++ b/media-libs/glycin-loaders/glycin-loaders-2.0.0.ebuild @@ -35,7 +35,7 @@ LICENSE+=" || ( LGPL-2.1+ MPL-2.0 ) " SLOT="2" -KEYWORDS="~amd64 ~arm64" +KEYWORDS="amd64 ~arm64" IUSE="heif jpeg2k jpegxl svg test" REQUIRED_USE="test? ( heif jpegxl )" RESTRICT="!test? ( test )"