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 731DC15806E for ; Mon, 29 May 2023 18:21:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B1544E07F1; Mon, 29 May 2023 18:21:37 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 9B1ADE07F1 for ; Mon, 29 May 2023 18:21:37 +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 E104A335C52 for ; Mon, 29 May 2023 18:21:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 007C5A7F for ; Mon, 29 May 2023 18:21:34 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1685384349.003b6e2135cedd5ca82c76f7e14c415a6a7af62a.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-block/sas2ircu/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-block/sas2ircu/sas2ircu-20.ebuild X-VCS-Directories: sys-block/sas2ircu/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 003b6e2135cedd5ca82c76f7e14c415a6a7af62a X-VCS-Branch: master Date: Mon, 29 May 2023 18:21:34 +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: 17e7c351-f1fa-4f76-a544-79a3e1c55022 X-Archives-Hash: 40001f90b2c839ee92b0fb186f484192 commit: 003b6e2135cedd5ca82c76f7e14c415a6a7af62a Author: Sam James gentoo org> AuthorDate: Sat May 27 16:58:08 2023 +0000 Commit: Sam James gentoo org> CommitDate: Mon May 29 18:19:09 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=003b6e21 sys-block/sas2ircu: drop dead prefix targets The removal was already done, so this is just cleanup afterwards. Signed-off-by: Sam James gentoo.org> sys-block/sas2ircu/sas2ircu-20.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/sys-block/sas2ircu/sas2ircu-20.ebuild b/sys-block/sas2ircu/sas2ircu-20.ebuild index adc433347505..4e191d3c257e 100644 --- a/sys-block/sas2ircu/sas2ircu-20.ebuild +++ b/sys-block/sas2ircu/sas2ircu-20.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -87,8 +87,7 @@ src_install() { exeinto /opt/lsi/ use amd64 || use x86 && doexe sas2ircu_linux_x86_rel/sas2ircu use ppc64 && doexe sas2ircu_linux_x86_rel/sas2ircu - use x64-solaris || use x86-solaris && doexe sas2ircu_solaris_x86_rel/sas2ircu - use sparc-solaris && doexe sas2ircu_solaris_sparc_rel/sas2ircu + use x64-solaris && doexe sas2ircu_solaris_x86_rel/sas2ircu if use efi; then exeinto /boot/efi/ doexe sas2ircu_efi_ebc_rel/sas2ircu.efi