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 D3E3115810F for ; Sat, 10 Jun 2023 10:25:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AA5BEE097D; Sat, 10 Jun 2023 10:25:24 +0000 (UTC) Received: from smtp.gentoo.org (mail.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 94710E097D for ; Sat, 10 Jun 2023 10:25:24 +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 CA20E33BEF1 for ; Sat, 10 Jun 2023 10:25:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 30C07A90 for ; Sat, 10 Jun 2023 10:25:22 +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: <1686392637.e4078f4f05e91aad681952dc7d7408b48fc15943.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/duma/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/duma/duma-2.5.15-r2.ebuild X-VCS-Directories: dev-util/duma/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: e4078f4f05e91aad681952dc7d7408b48fc15943 X-VCS-Branch: master Date: Sat, 10 Jun 2023 10:25:22 +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: 13593f44-17a8-419e-9c65-49d82d8a6014 X-Archives-Hash: f44d3368782abad43a60c5bf2833559c commit: e4078f4f05e91aad681952dc7d7408b48fc15943 Author: Sam James gentoo org> AuthorDate: Sat Jun 3 02:08:51 2023 +0000 Commit: Sam James gentoo org> CommitDate: Sat Jun 10 10:23:57 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4078f4f dev-util/duma: drop dead prefix targets Signed-off-by: Sam James gentoo.org> dev-util/duma/duma-2.5.15-r2.ebuild | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/dev-util/duma/duma-2.5.15-r2.ebuild b/dev-util/duma/duma-2.5.15-r2.ebuild index 92aff79a7b79..0a069e304e5d 100644 --- a/dev-util/duma/duma-2.5.15-r2.ebuild +++ b/dev-util/duma/duma-2.5.15-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -38,14 +38,6 @@ src_configure() { OS=solaris;; *-darwin*) OS=osx;; - *-freebsd*) - OS=freebsd;; - *-netbsd*) - OS=netbsd;; - *-cygwin*) - OS=cygwin;; - **-irix**) - OS=irix;; esac export OS="${OS}" elog "Detected OS is: ${OS}"