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 D5D7F138A6C for ; Wed, 8 Apr 2015 09:45:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9FD92E0814; Wed, 8 Apr 2015 09:45:46 +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 48670E0814 for ; Wed, 8 Apr 2015 09:45:46 +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 15D18340749 for ; Wed, 8 Apr 2015 09:45:45 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 859601577D for ; Wed, 8 Apr 2015 09:45:41 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1428486272.2c793fdd99a16242897e0ae5f838156723b87ca6.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/augustus/ X-VCS-Repository: proj/sci X-VCS-Files: sci-biology/augustus/ChangeLog sci-biology/augustus/augustus-3.0.3.ebuild X-VCS-Directories: sci-biology/augustus/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 2c793fdd99a16242897e0ae5f838156723b87ca6 X-VCS-Branch: master Date: Wed, 8 Apr 2015 09:45:41 +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: b2626423-ed50-4afa-b9f6-af1f4c41df14 X-Archives-Hash: 2a31f6a87258fc4abaf3aac290b52330 commit: 2c793fdd99a16242897e0ae5f838156723b87ca6 Author: Justin Lecher gentoo org> AuthorDate: Wed Apr 8 09:44:32 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Wed Apr 8 09:44:32 2015 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=2c793fdd sci-biology/augustus: Drop suspect DEPEND Package-Manager: portage-2.2.18 sci-biology/augustus/ChangeLog | 5 ++++- sci-biology/augustus/augustus-3.0.3.ebuild | 4 ++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/sci-biology/augustus/ChangeLog b/sci-biology/augustus/ChangeLog index ee07f16..b0fde43 100644 --- a/sci-biology/augustus/ChangeLog +++ b/sci-biology/augustus/ChangeLog @@ -1,7 +1,10 @@ # ChangeLog for sci-biology/augustus -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 # $Header: /var/cvsroot/gentoo-x86/sci-biology/augustus/ChangeLog,v 1.19 2013/03/11 14:37:00 jlec Exp $ + 08 Apr 2015; Justin Lecher augustus-3.0.3.ebuild: + sci-biology/augustus: Drop suspect DEPEND + 11 Mar 2013; Justin Lecher metadata.xml: Drop Andrey as maintainer so that bugs get assigned to sci-biology directly diff --git a/sci-biology/augustus/augustus-3.0.3.ebuild b/sci-biology/augustus/augustus-3.0.3.ebuild index da2db42..a8bc269 100644 --- a/sci-biology/augustus/augustus-3.0.3.ebuild +++ b/sci-biology/augustus/augustus-3.0.3.ebuild @@ -21,9 +21,9 @@ IUSE="examples" DEPEND=" sci-libs/gsl dev-libs/boost - sys-libs/zlib + sys-libs/zlib" +RDEPEND="${DEPEND} sys-devel/flex" -RDEPEND="${DEPEND}" src_prepare() { # TODO: do we need anything from the 2.5.5 patch?