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 E757C158020 for ; Thu, 22 Dec 2022 07:27:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1E788E0826; Thu, 22 Dec 2022 07:27:05 +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 0606BE0826 for ; Thu, 22 Dec 2022 07:27:04 +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 E0B9F341358 for ; Thu, 22 Dec 2022 07:27:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2A9C27D3 for ; Thu, 22 Dec 2022 07:27:02 +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: <1671694013.ca739df7436162cd5ad79b7401b03b1c2f157fd4.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/imlib2_loaders/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-plugins/imlib2_loaders/imlib2_loaders-1.9.1.ebuild X-VCS-Directories: media-plugins/imlib2_loaders/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: ca739df7436162cd5ad79b7401b03b1c2f157fd4 X-VCS-Branch: master Date: Thu, 22 Dec 2022 07:27:02 +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: 1b09471c-2d6b-435f-bb50-a4b0f3d6bc6a X-Archives-Hash: c1916455cd60bc965b8c7d52f7d90371 commit: ca739df7436162cd5ad79b7401b03b1c2f157fd4 Author: Arthur Zamarin gentoo org> AuthorDate: Thu Dec 22 07:26:53 2022 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Thu Dec 22 07:26:53 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca739df7 media-plugins/imlib2_loaders: Stabilize 1.9.1 x86, #887201 Signed-off-by: Arthur Zamarin gentoo.org> media-plugins/imlib2_loaders/imlib2_loaders-1.9.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-plugins/imlib2_loaders/imlib2_loaders-1.9.1.ebuild b/media-plugins/imlib2_loaders/imlib2_loaders-1.9.1.ebuild index f62ec31c07a0..3b6395ad9756 100644 --- a/media-plugins/imlib2_loaders/imlib2_loaders-1.9.1.ebuild +++ b/media-plugins/imlib2_loaders/imlib2_loaders-1.9.1.ebuild @@ -10,7 +10,7 @@ SRC_URI="https://downloads.sourceforge.net/enlightenment/${P}.tar.xz" LICENSE="|| ( BSD GPL-2 )" SLOT="0" -KEYWORDS="amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-solaris ~x86-solaris" +KEYWORDS="amd64 ~arm ~hppa ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-solaris ~x86-solaris" IUSE="xcf" RDEPEND=">=media-libs/imlib2-${PV}"