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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BBE6313835A for ; Mon, 31 May 2021 09:20:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 57AC7E0876; Mon, 31 May 2021 09:20:22 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3AF25E0877 for ; Mon, 31 May 2021 09:20:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 51853335DCB for ; Mon, 31 May 2021 09:20:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3F43C7AC for ; Mon, 31 May 2021 09:20:17 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1622452770.442f1adea122d81bce0ea1cb946c06797377e8dd.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/jags/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-mathematics/jags/jags-4.2.0.ebuild X-VCS-Directories: sci-mathematics/jags/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 442f1adea122d81bce0ea1cb946c06797377e8dd X-VCS-Branch: master Date: Mon, 31 May 2021 09:20:17 +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: 16cec011-d82e-4f98-9944-0e9062015e60 X-Archives-Hash: 6960e6cc8f2ea986219b868cab8a5461 commit: 442f1adea122d81bce0ea1cb946c06797377e8dd Author: Conrad Kostecki gentoo org> AuthorDate: Mon May 31 09:19:30 2021 +0000 Commit: David Seifert gentoo org> CommitDate: Mon May 31 09:19:30 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=442f1ade sci-mathematics/jags: drop deprecated ltprune eclass Signed-off-by: Conrad Kostecki gentoo.org> Signed-off-by: David Seifert gentoo.org> sci-mathematics/jags/jags-4.2.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-mathematics/jags/jags-4.2.0.ebuild b/sci-mathematics/jags/jags-4.2.0.ebuild index 6eaa6ccff4a..0ed77c62577 100644 --- a/sci-mathematics/jags/jags-4.2.0.ebuild +++ b/sci-mathematics/jags/jags-4.2.0.ebuild @@ -3,7 +3,7 @@ EAPI=6 -inherit ltprune toolchain-funcs +inherit toolchain-funcs MYP="JAGS-${PV}" @@ -41,5 +41,5 @@ src_compile() { src_install() { default use doc && dodoc doc/manual/*.pdf - prune_libtool_files + find "${ED}" -name '*.la' -delete || die }