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 4FFE6158087 for ; Sun, 16 Jan 2022 23:56:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3C9762BC02E; Sun, 16 Jan 2022 23:56:15 +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 2C41B2BC019 for ; Sun, 16 Jan 2022 23:56:14 +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 3B1E1342C34 for ; Sun, 16 Jan 2022 23:56:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CCDD92AA for ; Sun, 16 Jan 2022 23:56:09 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1642377366.037c7724dfba96bd62c0ecd018a0a5844877e373.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-electronics/spice/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-electronics/spice/spice-3.5.5-r3.ebuild X-VCS-Directories: sci-electronics/spice/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 037c7724dfba96bd62c0ecd018a0a5844877e373 X-VCS-Branch: master Date: Sun, 16 Jan 2022 23:56:09 +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: f0030218-b50d-4b63-af9b-4152409ff9f2 X-Archives-Hash: d03815f0b7fb8eb5475d51e971b7ac51 commit: 037c7724dfba96bd62c0ecd018a0a5844877e373 Author: Mike Gilbert gentoo org> AuthorDate: Sun Jan 16 23:47:54 2022 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Sun Jan 16 23:56:06 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=037c7724 sci-electronics/spice: install relative symlink Signed-off-by: Mike Gilbert gentoo.org> sci-electronics/spice/spice-3.5.5-r3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-electronics/spice/spice-3.5.5-r3.ebuild b/sci-electronics/spice/spice-3.5.5-r3.ebuild index e20171071a19..3939818a929b 100644 --- a/sci-electronics/spice/spice-3.5.5-r3.ebuild +++ b/sci-electronics/spice/spice-3.5.5-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -62,7 +62,7 @@ src_install() { # install binaries dobin obj/bin/{spice3,nutmeg,sconvert,multidec,proc2mod} newbin obj/bin/help spice.help - dosym /usr/bin/spice3 /usr/bin/spice + dosym spice3 /usr/bin/spice # install runtime stuff rm -f lib/make* dodir /usr/$(get_libdir)/spice