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 B5C7415AD33 for ; Thu, 11 May 2023 07:01:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B4F56E0871; Thu, 11 May 2023 07:01:46 +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 99B21E0871 for ; Thu, 11 May 2023 07:01:46 +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 8EEA7340D6B for ; Thu, 11 May 2023 07:01:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F2851A6B for ; Thu, 11 May 2023 07:01:43 +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.7add1ac3266a18724a42c695ef39d8771b49e8e4.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: 7add1ac3266a18724a42c695ef39d8771b49e8e4 X-VCS-Branch: master Date: Thu, 11 May 2023 07:01:43 +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: 7782f1c8-6c93-4db5-a567-b3c5f318dab0 X-Archives-Hash: 63fceef0ea166ec0bd80dce7624d6b3c commit: 7add1ac3266a18724a42c695ef39d8771b49e8e4 Author: Joonas Niilola gentoo org> AuthorDate: Thu May 11 06:06:56 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=7add1ac3 media-gfx/entice: stabilize 0_pre20220809 for amd64 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 4911690177c2..f0688803dc0c 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"