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 7F5C315817D for ; Fri, 7 Jun 2024 23:48:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A8F22E29EE; Fri, 7 Jun 2024 23:48:57 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8D674E29EC for ; Fri, 7 Jun 2024 23:48:57 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 95AB8340C7B for ; Fri, 7 Jun 2024 23:48:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2DDC01C72 for ; Fri, 7 Jun 2024 23:48:55 +0000 (UTC) From: "Julien Roy" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Julien Roy" Message-ID: <1717796981.93890cdcaa9fb2b13270bf97688f61b26820c53c.julien@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: games-strategy/gigalomania/ X-VCS-Repository: repo/proj/guru X-VCS-Files: games-strategy/gigalomania/gigalomania-1.0.1.ebuild X-VCS-Directories: games-strategy/gigalomania/ X-VCS-Committer: julien X-VCS-Committer-Name: Julien Roy X-VCS-Revision: 93890cdcaa9fb2b13270bf97688f61b26820c53c X-VCS-Branch: master Date: Fri, 7 Jun 2024 23:48:55 +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: f74d9539-917b-4099-9849-158605fe409d X-Archives-Hash: 0a0e7ec3b6b618624220adc15d957420 commit: 93890cdcaa9fb2b13270bf97688f61b26820c53c Author: Vitaly Zdanevich ya ru> AuthorDate: Fri Jun 7 21:49:41 2024 +0000 Commit: Julien Roy jroy ca> CommitDate: Fri Jun 7 21:49:41 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=93890cdc games-strategy/gigalomania: remove dosym - we already have make_wrapper Signed-off-by: Vitaly Zdanevich ya.ru> games-strategy/gigalomania/gigalomania-1.0.1.ebuild | 2 -- 1 file changed, 2 deletions(-) diff --git a/games-strategy/gigalomania/gigalomania-1.0.1.ebuild b/games-strategy/gigalomania/gigalomania-1.0.1.ebuild index fe31e9b41..8569e1ede 100644 --- a/games-strategy/gigalomania/gigalomania-1.0.1.ebuild +++ b/games-strategy/gigalomania/gigalomania-1.0.1.ebuild @@ -30,8 +30,6 @@ src_compile() { src_install() { DESTDIR="$D" emake install - dosym -r /opt/$PN/$PN /usr/bin/$PN - make_wrapper $PN "./$PN" /opt/$PN/ }