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 19FF6158091 for ; Tue, 14 Jun 2022 18:35:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E471AE08F2; Tue, 14 Jun 2022 18:35:33 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 CD10EE08F6 for ; Tue, 14 Jun 2022 18:35:33 +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 EF8DE341435 for ; Tue, 14 Jun 2022 18:35:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 66CAE51F for ; Tue, 14 Jun 2022 18:35:29 +0000 (UTC) From: "Haelwenn Monnier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Haelwenn Monnier" Message-ID: <1655197858.390cdd54fada331960fa08571194e5e9fba960e9.lanodan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: eclass/ X-VCS-Repository: repo/proj/guru X-VCS-Files: eclass/octaveforge.eclass X-VCS-Directories: eclass/ X-VCS-Committer: lanodan X-VCS-Committer-Name: Haelwenn Monnier X-VCS-Revision: 390cdd54fada331960fa08571194e5e9fba960e9 X-VCS-Branch: master Date: Tue, 14 Jun 2022 18:35:29 +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: e7414f21-6a53-4ac2-a913-43d926a41e25 X-Archives-Hash: 40dda047257d8479c8cfd2464c293c65 commit: 390cdd54fada331960fa08571194e5e9fba960e9 Author: Alessandro Barbieri gmail com> AuthorDate: Tue Jun 14 09:10:58 2022 +0000 Commit: Haelwenn Monnier hacktivis me> CommitDate: Tue Jun 14 09:10:58 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=390cdd54 octaveforge.eclass: remove octave detection Signed-off-by: Alessandro Barbieri gmail.com> eclass/octaveforge.eclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eclass/octaveforge.eclass b/eclass/octaveforge.eclass index 6f74951a6..0e2c16604 100644 --- a/eclass/octaveforge.eclass +++ b/eclass/octaveforge.eclass @@ -38,8 +38,8 @@ OCT_PKGDIR="${OCT_ROOT}/packages" # @ECLASS-VARIABLE: OCT_BIN # @DESCRIPTION: -# full path to octave binary -OCT_BIN="$(type -p octave || die)" +# octave binary name +OCT_BIN="octave" SRC_URI="mirror://sourceforge/octave/${P}.tar.gz" SLOT="0"