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 36DE01382C5 for ; Wed, 23 Jun 2021 08:58:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 61835E0823; Wed, 23 Jun 2021 08:58:33 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 4425AE0823 for ; Wed, 23 Jun 2021 08:58:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 ACCE133D3C5 for ; Wed, 23 Jun 2021 08:58:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2E50D7A1 for ; Wed, 23 Jun 2021 08:58:30 +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: <1624438602.a763fecfe8602294fc29db2fd9deb940d3b4a2ad.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.ebuild X-VCS-Directories: x11-base/xwayland/ X-VCS-Committer: slashbeast X-VCS-Committer-Name: Piotr Karbowski X-VCS-Revision: a763fecfe8602294fc29db2fd9deb940d3b4a2ad X-VCS-Branch: master Date: Wed, 23 Jun 2021 08:58:30 +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: cf6684ee-380f-4942-ae0b-41bad78f2163 X-Archives-Hash: 066aa4804fef110a3842929e8c203634 commit: a763fecfe8602294fc29db2fd9deb940d3b4a2ad Author: Piotr Karbowski gentoo org> AuthorDate: Wed Jun 23 08:56:42 2021 +0000 Commit: Piotr Karbowski gentoo org> CommitDate: Wed Jun 23 08:56:42 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a763fecf x11-base/xwayland: backward compatible path for migration period. All the things that now depends on x11-base/xorg-server[wayland] should just depend on subslot of x11-base/xwayland instead. Since the pkg-config interface is build time, this will restore the working condition of xwayland until rest of ebuilds are adjusted. Signed-off-by: Piotr Karbowski gentoo.org> .../xwayland/{xwayland-21.1.1.ebuild => xwayland-21.1.1-r1.ebuild} | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/x11-base/xwayland/xwayland-21.1.1.ebuild b/x11-base/xwayland/xwayland-21.1.1-r1.ebuild similarity index 95% rename from x11-base/xwayland/xwayland-21.1.1.ebuild rename to x11-base/xwayland/xwayland-21.1.1-r1.ebuild index 52954bdff07..b7f62be2656 100644 --- a/x11-base/xwayland/xwayland-21.1.1.ebuild +++ b/x11-base/xwayland/xwayland-21.1.1-r1.ebuild @@ -75,3 +75,9 @@ src_configure() { meson_src_configure } + +src_install() { + dosym ../libexec/Xwayland /usr/bin/Xwayland + + meson_src_install +}