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 532C7158094 for ; Fri, 12 Aug 2022 11:55:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9B674E09B4; Fri, 12 Aug 2022 11:55:17 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 4C6B8E09B1 for ; Fri, 12 Aug 2022 11:55:17 +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 807E5340E22 for ; Fri, 12 Aug 2022 11:55:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E1FD8588 for ; Fri, 12 Aug 2022 11:55:12 +0000 (UTC) From: "Agostino Sarubbo" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Agostino Sarubbo" Message-ID: <1660305256.61763f9f0ce5d12716e55e3bc7f96b7bae1f7aa0.ago@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libsixel/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libsixel/libsixel-1.10.3.ebuild X-VCS-Directories: media-libs/libsixel/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: 61763f9f0ce5d12716e55e3bc7f96b7bae1f7aa0 X-VCS-Branch: master Date: Fri, 12 Aug 2022 11:55:12 +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: f72efdeb-8563-4283-b84a-48c49147df7a X-Archives-Hash: 33db7023693a24f739340a78a7a2e9f1 commit: 61763f9f0ce5d12716e55e3bc7f96b7bae1f7aa0 Author: Agostino Sarubbo gentoo org> AuthorDate: Fri Aug 12 11:54:16 2022 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Fri Aug 12 11:54:16 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61763f9f media-libs/libsixel: x86 stable wrt bug #861773 Signed-off-by: Agostino Sarubbo gentoo.org> media-libs/libsixel/libsixel-1.10.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/libsixel/libsixel-1.10.3.ebuild b/media-libs/libsixel/libsixel-1.10.3.ebuild index 8ad3d69e3278..4367bbc3e5ca 100644 --- a/media-libs/libsixel/libsixel-1.10.3.ebuild +++ b/media-libs/libsixel/libsixel-1.10.3.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT public-domain" SLOT="0" -KEYWORDS="amd64 ~ia64 ~loong ~x86" +KEYWORDS="amd64 ~ia64 ~loong x86" IUSE="curl gd gtk jpeg png python test" RESTRICT="!test? ( test )" REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"