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 AEAEA1382C5 for ; Thu, 18 Mar 2021 18:54:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 795B5E08BD; Thu, 18 Mar 2021 18:54:07 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 5B151E08A2 for ; Thu, 18 Mar 2021 18:54:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 50FC8340D36 for ; Thu, 18 Mar 2021 18:54:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6C9FC5CE for ; Thu, 18 Mar 2021 18:54:03 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1616093336.21f906c5f5098f455f1a0033fb9a8533f827e84b.andrewammerlaan@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/twinscan/ X-VCS-Repository: proj/sci X-VCS-Files: sci-biology/twinscan/twinscan-4.1.2-r1.ebuild X-VCS-Directories: sci-biology/twinscan/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 21f906c5f5098f455f1a0033fb9a8533f827e84b X-VCS-Branch: master Date: Thu, 18 Mar 2021 18:54:03 +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: 9115a18e-e54c-40f2-80cf-cfef8ae1a9d7 X-Archives-Hash: a368613e3a9fe78ef5fe547512ba7d42 commit: 21f906c5f5098f455f1a0033fb9a8533f827e84b Author: Andrew Ammerlaan riseup net> AuthorDate: Thu Mar 18 18:48:56 2021 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Thu Mar 18 18:48:56 2021 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=21f906c5 sci-biology/twinscan: use perl_domodule Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan riseup.net> sci-biology/twinscan/twinscan-4.1.2-r1.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sci-biology/twinscan/twinscan-4.1.2-r1.ebuild b/sci-biology/twinscan/twinscan-4.1.2-r1.ebuild index 2568359bd..ce3651f3d 100644 --- a/sci-biology/twinscan/twinscan-4.1.2-r1.ebuild +++ b/sci-biology/twinscan/twinscan-4.1.2-r1.ebuild @@ -52,8 +52,7 @@ src_install() { insinto /usr/share/${PN}/src doins src/*.zhmm perl_set_version - insinto ${VENDOR_LIB}/${PN} - doins lib/perl5/*.pm + perl_domodule lib/perl5/*.pm echo "TWINSCAN=/usr" > "${S}"/99${PN} doenvd "${S}"/99${PN} rm -rf examples/tmp