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 1C6B6158086 for ; Wed, 22 Dec 2021 10:30:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 094E12BC00E; Wed, 22 Dec 2021 10:30:18 +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 9590F2BC00E for ; Wed, 22 Dec 2021 10:30:17 +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 568EC342CCF for ; Wed, 22 Dec 2021 10:30:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 996FED0 for ; Wed, 22 Dec 2021 10:30:14 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1640169007.2eb93feb58f6cfed74dbcc7e5d4559039078c226.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/virtualgl/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/virtualgl/virtualgl-3.0-r1.ebuild x11-misc/virtualgl/virtualgl-3.0.ebuild X-VCS-Directories: x11-misc/virtualgl/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 2eb93feb58f6cfed74dbcc7e5d4559039078c226 X-VCS-Branch: master Date: Wed, 22 Dec 2021 10:30:14 +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: 2e3cad6c-da44-4d32-b839-8d5f24098986 X-Archives-Hash: 3a0d65be11ca645c787176ac341d09e8 commit: 2eb93feb58f6cfed74dbcc7e5d4559039078c226 Author: Pacho Ramos gentoo org> AuthorDate: Wed Dec 22 10:30:07 2021 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Wed Dec 22 10:30:07 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2eb93feb x11-misc/virtualgl: Avoid file collision with mesa-progs[egl] Thanks-to: Edgar Dragon Closes: https://bugs.gentoo.org/829792 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Pacho Ramos gentoo.org> x11-misc/virtualgl/{virtualgl-3.0.ebuild => virtualgl-3.0-r1.ebuild} | 2 ++ 1 file changed, 2 insertions(+) diff --git a/x11-misc/virtualgl/virtualgl-3.0.ebuild b/x11-misc/virtualgl/virtualgl-3.0-r1.ebuild similarity index 96% rename from x11-misc/virtualgl/virtualgl-3.0.ebuild rename to x11-misc/virtualgl/virtualgl-3.0-r1.ebuild index 284d9b318933..9eaf3b90069a 100644 --- a/x11-misc/virtualgl/virtualgl-3.0.ebuild +++ b/x11-misc/virtualgl/virtualgl-3.0-r1.ebuild @@ -93,7 +93,9 @@ src_install() { systemd_dounit "${FILESDIR}/vgl.service" # Rename glxinfo to vglxinfo to avoid conflict with x11-apps/mesa-progs + # and eglinfo to veglinto because of conflict with mesa-progs[egl] mv "${D}"/usr/bin/{,v}glxinfo || die + mv "${D}"/usr/bin/{,v}eglinfo || die # Remove license files, bug 536284 rm "${D}"/usr/share/doc/${PF}/{LGPL.txt*,LICENSE*} || die