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 9628C138336 for ; Sun, 14 Oct 2018 16:34:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5EA78E087D; Sun, 14 Oct 2018 16:34:46 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 2F435E087D for ; Sun, 14 Oct 2018 16:34:45 +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 2C0C8335CDA for ; Sun, 14 Oct 2018 16:34:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C77D1439 for ; Sun, 14 Oct 2018 16:34:41 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1539534869.2e39fa5d652b78dfd2d3fb38f2165e6e358dd587.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-biology/express/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-biology/express/express-1.5.1.ebuild X-VCS-Directories: sci-biology/express/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 2e39fa5d652b78dfd2d3fb38f2165e6e358dd587 X-VCS-Branch: master Date: Sun, 14 Oct 2018 16:34: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: acadac34-9f07-4a50-80c9-3d280a405d46 X-Archives-Hash: 5f14ff9c97e95a54221323568e86180d commit: 2e39fa5d652b78dfd2d3fb38f2165e6e358dd587 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Oct 14 16:29:31 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Oct 14 16:34:29 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e39fa5d sci-biology/express: EAPI-6 bump Signed-off-by: Andreas Sturmlechner gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 sci-biology/express/express-1.5.1.ebuild | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/sci-biology/express/express-1.5.1.ebuild b/sci-biology/express/express-1.5.1.ebuild index 62e5361f529..148df8a8ce1 100644 --- a/sci-biology/express/express-1.5.1.ebuild +++ b/sci-biology/express/express-1.5.1.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=6 inherit cmake-utils @@ -18,8 +18,9 @@ DEPEND=" >=dev-libs/boost-1.52.0:= dev-libs/protobuf dev-util/google-perftools + sci-biology/bamtools sys-libs/zlib - sci-biology/bamtools" +" RDEPEND="${DEPEND}" S="${WORKDIR}/${P}-src"