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 8E009139694 for ; Sat, 18 Feb 2017 20:44:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B64C5E0C3F; Sat, 18 Feb 2017 20:44:48 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 940B5E0C3F for ; Sat, 18 Feb 2017 20:44:48 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 76907340EE8 for ; Sat, 18 Feb 2017 20:44:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ACFAC4C7A for ; Sat, 18 Feb 2017 20:44:45 +0000 (UTC) From: "Martin Mokrejs" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Martin Mokrejs" Message-ID: <1487450673.c312a1d8013da22fb314deb1ba49cb6314a21eb5.mmokrejs@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/genometools/ X-VCS-Repository: proj/sci X-VCS-Files: sci-biology/genometools/genometools-1.5.7.ebuild X-VCS-Directories: sci-biology/genometools/ X-VCS-Committer: mmokrejs X-VCS-Committer-Name: Martin Mokrejs X-VCS-Revision: c312a1d8013da22fb314deb1ba49cb6314a21eb5 X-VCS-Branch: master Date: Sat, 18 Feb 2017 20:44:45 +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: dc66cb07-0ea2-4ba7-82b5-08caa5fb6652 X-Archives-Hash: 29e578307abc605277f39a51286a138c commit: c312a1d8013da22fb314deb1ba49cb6314a21eb5 Author: Martin Mokrejš fold natur cuni cz> AuthorDate: Sat Feb 18 20:44:33 2017 +0000 Commit: Martin Mokrejs fold natur cuni cz> CommitDate: Sat Feb 18 20:44:33 2017 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=c312a1d8 sci-biology/genometools: update DEPs, EAPI bump Package-Manager: Portage-2.3.3, Repoman-2.3.1 sci-biology/genometools/genometools-1.5.7.ebuild | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/sci-biology/genometools/genometools-1.5.7.ebuild b/sci-biology/genometools/genometools-1.5.7.ebuild index 248f13ba7..aaaea41ac 100644 --- a/sci-biology/genometools/genometools-1.5.7.ebuild +++ b/sci-biology/genometools/genometools-1.5.7.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=5 +EAPI=6 DESCRIPTION="Tools for bioinformatics (notably Tallymer, Readjoiner, gff3validator)" HOMEPAGE="http://genometools.org" @@ -13,10 +13,13 @@ SLOT="0" KEYWORDS="~amd64" IUSE="" -DEPEND="x11-libs/pango +DEPEND=" + dev-libs/glib + x11-libs/pango x11-libs/cairo" RDEPEND="${DEPEND}" src_prepare(){ sed -e "s#/usr/local#"${EPREFIX}"/usr#" -i Makefile || die + eapply_user }