From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id AD8631388B6 for ; Tue, 5 Jan 2016 14:48:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 133CDE088F; Tue, 5 Jan 2016 14:48:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AB391E088F for ; Tue, 5 Jan 2016 14:48:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id ABB7B340896 for ; Tue, 5 Jan 2016 14:47:59 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 10F73CB1 for ; Tue, 5 Jan 2016 14:47:58 +0000 (UTC) From: "Alexey Shvetsov" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexey Shvetsov" Message-ID: <1452005260.02584effffa3b8da25fc366b27611c87699af537.alexxy@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/ugene/ X-VCS-Repository: proj/sci X-VCS-Files: sci-biology/ugene/ChangeLog sci-biology/ugene/ugene-1.20.0.ebuild X-VCS-Directories: sci-biology/ugene/ X-VCS-Committer: alexxy X-VCS-Committer-Name: Alexey Shvetsov X-VCS-Revision: 02584effffa3b8da25fc366b27611c87699af537 X-VCS-Branch: master Date: Tue, 5 Jan 2016 14:47:58 +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-Archives-Salt: 0b32e26a-36d1-4dba-a45e-d235182783a9 X-Archives-Hash: 7e1a4eaf1e144bba0290ed801364fb45 commit: 02584effffa3b8da25fc366b27611c87699af537 Author: Alexey Shvetsov gentoo org> AuthorDate: Tue Jan 5 14:47:40 2016 +0000 Commit: Alexey Shvetsov gentoo org> CommitDate: Tue Jan 5 14:47:40 2016 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=02584eff sci-biology/ugene: Make it actualy compile Package-Manager: portage-2.2.26 sci-biology/ugene/ChangeLog | 3 +++ sci-biology/ugene/ugene-1.20.0.ebuild | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/sci-biology/ugene/ChangeLog b/sci-biology/ugene/ChangeLog index 57d457c..cdde133 100644 --- a/sci-biology/ugene/ChangeLog +++ b/sci-biology/ugene/ChangeLog @@ -2,6 +2,9 @@ # Copyright 1999-2016 Gentoo Foundation; Distributed under the GPL v2 # $Id$ + 05 Jan 2016; Alexey Shvetsov ugene-1.20.0.ebuild: + sci-biology/ugene: Make it actualy compile + *ugene-1.20.0 (04 Jan 2016) 04 Jan 2016; Martin Mokrejs diff --git a/sci-biology/ugene/ugene-1.20.0.ebuild b/sci-biology/ugene/ugene-1.20.0.ebuild index 206008c..75beb82 100644 --- a/sci-biology/ugene/ugene-1.20.0.ebuild +++ b/sci-biology/ugene/ugene-1.20.0.ebuild @@ -4,7 +4,7 @@ EAPI=5 -inherit qt4-r2 +inherit qmake-utils DESCRIPTION="A free open-source cross-platform bioinformatics software" HOMEPAGE="http://ugene.unipro.ru" @@ -34,5 +34,5 @@ src_configure() { use cpu_flags_x86_sse2 && CONFIG_OPTS+=( use_sse2 ) - eqmake4 $CONFIG_OPTS || die + eqmake5 $CONFIG_OPTS || die }