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 5120915808C for ; Tue, 29 Mar 2022 07:20:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 03C22E0882; Tue, 29 Mar 2022 07:20: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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1675CE0875 for ; Tue, 29 Mar 2022 07:20:46 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BC13E3414B2 for ; Tue, 29 Mar 2022 07:20:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EDAE1335 for ; Tue, 29 Mar 2022 07:20: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: <1648538439.f6e12d24dc1f66d2cbf5d3f71c6081d21f1013e5.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/edi/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/edi/edi-0.8.0-r2.ebuild X-VCS-Directories: dev-util/edi/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: f6e12d24dc1f66d2cbf5d3f71c6081d21f1013e5 X-VCS-Branch: master Date: Tue, 29 Mar 2022 07:20: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: f6e2b827-42d6-41a4-b0ef-5156ffa73746 X-Archives-Hash: 0546d8f93f9494360c0919574f111c84 commit: f6e12d24dc1f66d2cbf5d3f71c6081d21f1013e5 Author: Joonas Niilola gentoo org> AuthorDate: Tue Mar 29 06:50:44 2022 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Tue Mar 29 07:20:39 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6e12d24 dev-util/edi: stabilize 0.8.0-r2 for amd64 Signed-off-by: Joonas Niilola gentoo.org> dev-util/edi/edi-0.8.0-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/edi/edi-0.8.0-r2.ebuild b/dev-util/edi/edi-0.8.0-r2.ebuild index 0c099bffe9de..cfa8f7fd8af7 100644 --- a/dev-util/edi/edi-0.8.0-r2.ebuild +++ b/dev-util/edi/edi-0.8.0-r2.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://github.com/Enlightenment/edi/archive/v${PV}.tar.gz -> ${P}.tar. LICENSE="GPL-2 GPL-3 LGPL-2.1-with-linking-exception" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="clang" RDEPEND="|| ( dev-libs/efl[X] dev-libs/efl[wayland] )