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 CA59415AD33 for ; Thu, 11 May 2023 07:01:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 12AACE0C8E; Thu, 11 May 2023 07:01:48 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EA96AE0C8E for ; Thu, 11 May 2023 07:01:47 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0628B340D43 for ; Thu, 11 May 2023 07:01:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 11FF0A6C for ; Thu, 11 May 2023 07:01:44 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1683788498.b3a38e3ce9b6d957af6e255a572dd0c032353220.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/entice/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/entice/entice-0_pre20220809.ebuild X-VCS-Directories: media-gfx/entice/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: b3a38e3ce9b6d957af6e255a572dd0c032353220 X-VCS-Branch: master Date: Thu, 11 May 2023 07:01:44 +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: 2f0928d9-a227-432e-a388-2c7a8591f450 X-Archives-Hash: e5c87ace8c34dc54247c658d83f62c58 commit: b3a38e3ce9b6d957af6e255a572dd0c032353220 Author: Joonas Niilola gentoo org> AuthorDate: Thu May 11 06:07:05 2023 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Thu May 11 07:01:38 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3a38e3c media-gfx/entice: stabilize 0_pre20220809 for x86 Signed-off-by: Joonas Niilola gentoo.org> media-gfx/entice/entice-0_pre20220809.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-gfx/entice/entice-0_pre20220809.ebuild b/media-gfx/entice/entice-0_pre20220809.ebuild index f0688803dc0c..92a9440ef6d1 100644 --- a/media-gfx/entice/entice-0_pre20220809.ebuild +++ b/media-gfx/entice/entice-0_pre20220809.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://github.com/vtorri/entice/archive/${MY_COMMIT}.tar.gz -> ${P}.ta LICENSE="BSD-2" SLOT="0" -KEYWORDS="amd64 ~x86" +KEYWORDS="amd64 x86" DEPEND="|| ( dev-libs/efl[X] dev-libs/efl[wayland] ) media-libs/libexif"