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 2A01A1382C5 for ; Thu, 18 Mar 2021 15:58:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 29D51E086D; Thu, 18 Mar 2021 15:58:52 +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 0C97FE086D for ; Thu, 18 Mar 2021 15:58:52 +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 AEA0B335D6B for ; Thu, 18 Mar 2021 15:58:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E09C44A8 for ; Thu, 18 Mar 2021 15:58:48 +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: <1616083119.5bcac17fd32533404f6d89b513e7669c19888b82.andrewammerlaan@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/ugene/ X-VCS-Repository: proj/sci X-VCS-Files: sci-biology/ugene/ugene-37.0-r1.ebuild sci-biology/ugene/ugene-37.0.ebuild X-VCS-Directories: sci-biology/ugene/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 5bcac17fd32533404f6d89b513e7669c19888b82 X-VCS-Branch: master Date: Thu, 18 Mar 2021 15:58:48 +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: a999de23-8d83-4de0-82bb-d546667fb8e5 X-Archives-Hash: f73ee6107cc2186fe829c6e498670506 commit: 5bcac17fd32533404f6d89b513e7669c19888b82 Author: Andrew Ammerlaan riseup net> AuthorDate: Thu Mar 18 15:58:39 2021 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Thu Mar 18 15:58:39 2021 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=5bcac17f sci-biology/ugene: fix my stupid mistake Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan riseup.net> sci-biology/ugene/{ugene-37.0.ebuild => ugene-37.0-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-biology/ugene/ugene-37.0.ebuild b/sci-biology/ugene/ugene-37.0-r1.ebuild similarity index 94% rename from sci-biology/ugene/ugene-37.0.ebuild rename to sci-biology/ugene/ugene-37.0-r1.ebuild index c1ffff634..45ce2f4b3 100644 --- a/sci-biology/ugene/ugene-37.0.ebuild +++ b/sci-biology/ugene/ugene-37.0-r1.ebuild @@ -33,5 +33,5 @@ src_configure() { src_install() { einstalldocs - emake INSTALL_ROOT="${ED}" + emake INSTALL_ROOT="${ED}" install }