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 42E581393F1 for ; Tue, 15 Sep 2015 14:04:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D2CE121C02D; Tue, 15 Sep 2015 14:04:03 +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 C3CC9E089D for ; Tue, 15 Sep 2015 14:04:02 +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 398C5340AC5 for ; Tue, 15 Sep 2015 14:04:00 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0CC4A1F3 for ; Tue, 15 Sep 2015 14:03:56 +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: <1442325828.7377a83c3e641a539b1aceb46c3fbf99d81c75d1.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/ssm/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/ssm/ssm-1.4.ebuild X-VCS-Directories: sci-libs/ssm/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 7377a83c3e641a539b1aceb46c3fbf99d81c75d1 X-VCS-Branch: master Date: Tue, 15 Sep 2015 14:03:56 +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: b5776b7d-e5fe-4c52-9315-6680aef209e8 X-Archives-Hash: 5181206471a63fa31fa668d1e0f5b619 commit: 7377a83c3e641a539b1aceb46c3fbf99d81c75d1 Author: Justin Lecher gentoo org> AuthorDate: Tue Sep 15 08:48:07 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Tue Sep 15 14:03:48 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7377a83c sci-libs/ssm: Update deps Package-Manager: portage-2.2.20.1 Signed-off-by: Justin Lecher gentoo.org> sci-libs/ssm/ssm-1.4.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/sci-libs/ssm/ssm-1.4.ebuild b/sci-libs/ssm/ssm-1.4.ebuild index 9e3ef49..582428d 100644 --- a/sci-libs/ssm/ssm-1.4.ebuild +++ b/sci-libs/ssm/ssm-1.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -12,12 +12,12 @@ SRC_URI="ftp://ftp.ccp4.ac.uk/opensource/${P}.tar.gz" LICENSE="GPL-3 LGPL-2.1" SLOT="0/2" -KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="+ccp4 static-libs" DEPEND=" - >=sci-libs/mmdb-1.23:2 - ccp4? ( >=sci-libs/ccp4-libs-6.1.3-r10 )" + sci-libs/mmdb:2 + ccp4? ( sci-libs/libccp4 )" RDEPEND="${DEPEND}" src_configure() {