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 8DAFA138247 for ; Mon, 11 Nov 2013 21:48:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E5AC6E0968; Mon, 11 Nov 2013 21:48:51 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7EEE2E0968 for ; Mon, 11 Nov 2013 21:48:51 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7804733F1BB for ; Mon, 11 Nov 2013 21:48:50 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id D03F4E545F for ; Mon, 11 Nov 2013 21:48:47 +0000 (UTC) From: "Nicolas Bock" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Nicolas Bock" Message-ID: <1384126194.6593454ea25f652fec5ecc5363d084c7c7f3f2f8.nicolasbock@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/nibabel/ X-VCS-Repository: proj/sci X-VCS-Files: sci-libs/nibabel/nibabel-1.3.0.ebuild sci-libs/nibabel/nibabel-9999.ebuild X-VCS-Directories: sci-libs/nibabel/ X-VCS-Committer: nicolasbock X-VCS-Committer-Name: Nicolas Bock X-VCS-Revision: 6593454ea25f652fec5ecc5363d084c7c7f3f2f8 X-VCS-Branch: master Date: Mon, 11 Nov 2013 21:48:47 +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: 4af17ff2-8b5f-479e-b077-c88925d133ce X-Archives-Hash: d157b389181e55660127251746f6f62e commit: 6593454ea25f652fec5ecc5363d084c7c7f3f2f8 Author: Martin Luessi nmr mgh harvard edu> AuthorDate: Sun Nov 10 23:29:54 2013 +0000 Commit: Nicolas Bock gmail com> CommitDate: Sun Nov 10 23:29:54 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=6593454e fix keywords messup --- sci-libs/nibabel/nibabel-1.3.0.ebuild | 2 ++ sci-libs/nibabel/nibabel-9999.ebuild | 2 -- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-libs/nibabel/nibabel-1.3.0.ebuild b/sci-libs/nibabel/nibabel-1.3.0.ebuild index 39bcc91..51eec2f 100644 --- a/sci-libs/nibabel/nibabel-1.3.0.ebuild +++ b/sci-libs/nibabel/nibabel-1.3.0.ebuild @@ -12,6 +12,8 @@ DESCRIPTION="Access a cacophony of neuro-imaging file formats" HOMEPAGE="http://nipy.org/nibabel/" SRC_URI="https://github.com/nipy/nibabel/archive/${PV}.zip" +KEYWORDS="~amd64 ~x86" + LICENSE="MIT" SLOT="0" IUSE="dicom doc test" diff --git a/sci-libs/nibabel/nibabel-9999.ebuild b/sci-libs/nibabel/nibabel-9999.ebuild index a2c3555..0070d0b 100644 --- a/sci-libs/nibabel/nibabel-9999.ebuild +++ b/sci-libs/nibabel/nibabel-9999.ebuild @@ -12,8 +12,6 @@ DESCRIPTION="Access a cacophony of neuro-imaging file formats" HOMEPAGE="http://nipy.org/nibabel/" EGIT_REPO_URI="https://github.com/nipy/nibabel.git" -KEYWORDS="~amd64 ~x86" - LICENSE="MIT" SLOT="0" IUSE="dicom doc test"