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 4ADBA158090 for ; Sun, 29 May 2022 07:02:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 53C02E0824; Sun, 29 May 2022 07:02:53 +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 39826E0824 for ; Sun, 29 May 2022 07:02:53 +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 05F04341804 for ; Sun, 29 May 2022 07:02:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6A6A84C8 for ; Sun, 29 May 2022 07:02:50 +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: <1653807768.dfe1c0eb24a91b7e6f51582475a7f123406cc97c.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/efl/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/efl/efl-1.26.2.ebuild X-VCS-Directories: dev-libs/efl/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: dfe1c0eb24a91b7e6f51582475a7f123406cc97c X-VCS-Branch: master Date: Sun, 29 May 2022 07:02:50 +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: c2d42dd0-db77-4262-9b61-7fef6f2cc915 X-Archives-Hash: 68b1102837b03504742b8e57839e4baf commit: dfe1c0eb24a91b7e6f51582475a7f123406cc97c Author: Joonas Niilola gentoo org> AuthorDate: Sun May 29 07:01:50 2022 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Sun May 29 07:02:48 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dfe1c0eb dev-libs/efl: add dev-libs/wayland-protocols as DEPEND Run-time dependency wayland-protocols found: NO (tried pkgconfig and cmake) src/wayland_protocol/meson.build:4:0: ERROR: Dependency "wayland-protocols" not found, tried pkgconfig and cmake Signed-off-by: Joonas Niilola gentoo.org> dev-libs/efl/efl-1.26.2.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-libs/efl/efl-1.26.2.ebuild b/dev-libs/efl/efl-1.26.2.ebuild index 76cabd758589..45cdae3ff73a 100644 --- a/dev-libs/efl/efl-1.26.2.ebuild +++ b/dev-libs/efl/efl-1.26.2.ebuild @@ -123,7 +123,8 @@ RDEPEND="${LUA_DEPS} xpm? ( x11-libs/libXpm ) xpresent? ( x11-libs/libXpresent ) zeroconf? ( net-dns/avahi )" -DEPEND="${RDEPEND}" +DEPEND="${RDEPEND} + wayland? ( dev-libs/wayland-protocols )" BDEPEND="${PYTHON_DEPS} virtual/pkgconfig nls? ( sys-devel/gettext )