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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id EAE16139345 for ; Sat, 3 Jul 2021 20:07:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 35E2AE0858; Sat, 3 Jul 2021 20:07:18 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 20078E0858 for ; Sat, 3 Jul 2021 20:07:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EE9A9342AFB for ; Sat, 3 Jul 2021 20:07:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 322537BB for ; Sat, 3 Jul 2021 20:07:15 +0000 (UTC) From: "Piotr Karbowski" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Piotr Karbowski" Message-ID: <1625342832.e767293c245f83d8981f2122acc0178656f6daba.slashbeast@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-base/xwayland/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-base/xwayland/xwayland-21.1.1-r1.ebuild x11-base/xwayland/xwayland-21.1.1.901.ebuild X-VCS-Directories: x11-base/xwayland/ X-VCS-Committer: slashbeast X-VCS-Committer-Name: Piotr Karbowski X-VCS-Revision: e767293c245f83d8981f2122acc0178656f6daba X-VCS-Branch: master Date: Sat, 3 Jul 2021 20:07:15 +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: 4ce32daf-a385-4830-9127-b7120683fb27 X-Archives-Hash: ce03633f0cdbf9f7b540c7d12215c9d4 commit: e767293c245f83d8981f2122acc0178656f6daba Author: Piotr Karbowski gentoo org> AuthorDate: Sat Jul 3 20:02:32 2021 +0000 Commit: Piotr Karbowski gentoo org> CommitDate: Sat Jul 3 20:07:12 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e767293c x11-base/xwayland: align ebuilds. Signed-off-by: Piotr Karbowski gentoo.org> x11-base/xwayland/xwayland-21.1.1-r1.ebuild | 3 ++- x11-base/xwayland/xwayland-21.1.1.901.ebuild | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/x11-base/xwayland/xwayland-21.1.1-r1.ebuild b/x11-base/xwayland/xwayland-21.1.1-r1.ebuild index b5ace4e02ae..f9966135b1c 100644 --- a/x11-base/xwayland/xwayland-21.1.1-r1.ebuild +++ b/x11-base/xwayland/xwayland-21.1.1-r1.ebuild @@ -19,6 +19,7 @@ CDEPEND=" >=x11-libs/pixman-0.27.2 dev-libs/libbsd >=x11-libs/libXfont2-2.0.1 + dev-libs/openssl:= dev-libs/wayland >=x11-libs/libXdmcp-1.0.2 >=x11-libs/libdrm-2.4.89 @@ -72,7 +73,7 @@ src_configure() { -Dxinerama=true -Dxv=true -Dxvfb=true - -Dxwayland-path=/usr/libexec + -Dxwayland-path="${EPREFIX}"/usr/libexec -Ddtrace=false ) diff --git a/x11-base/xwayland/xwayland-21.1.1.901.ebuild b/x11-base/xwayland/xwayland-21.1.1.901.ebuild index 2727dab21fa..2814cbf9058 100644 --- a/x11-base/xwayland/xwayland-21.1.1.901.ebuild +++ b/x11-base/xwayland/xwayland-21.1.1.901.ebuild @@ -13,7 +13,7 @@ IUSE="rpc unwind ipv6 xcsecurity selinux video_cards_nvidia" LICENSE="MIT" SLOT="0" -#KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="" CDEPEND=" >=x11-libs/pixman-0.27.2