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 138F7138CD3 for ; Mon, 25 May 2015 23:02:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 437DCE085C; Mon, 25 May 2015 23:02:38 +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 71B8EE084B for ; Mon, 25 May 2015 23:02:37 +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 C966B340AC9 for ; Mon, 25 May 2015 23:02:36 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 32155A00 for ; Mon, 25 May 2015 23:02:34 +0000 (UTC) From: "Christoph Junghans" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Christoph Junghans" Message-ID: <1428336345.6e0a06e2594e758c320a3c883d42ba4d37741cd1.ottxor@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/pydicom/ X-VCS-Repository: proj/sci X-VCS-Files: sci-libs/pydicom/ChangeLog sci-libs/pydicom/pydicom-9999.ebuild X-VCS-Directories: sci-libs/pydicom/ X-VCS-Committer: ottxor X-VCS-Committer-Name: Christoph Junghans X-VCS-Revision: 6e0a06e2594e758c320a3c883d42ba4d37741cd1 X-VCS-Branch: master Date: Mon, 25 May 2015 23:02:34 +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: 07f1a809-cdc9-4aa4-b785-ffec700f0274 X-Archives-Hash: b5a6b2fe15d5bbc3fa157bf89cad7b92 commit: 6e0a06e2594e758c320a3c883d42ba4d37741cd1 Author: Horea Christian mail ru> AuthorDate: Mon Apr 6 16:05:45 2015 +0000 Commit: Christoph Junghans gentoo org> CommitDate: Mon Apr 6 16:05:45 2015 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=6e0a06e2 no keywords in live ebuilds Package-Manager: portage-2.2.18 sci-libs/pydicom/ChangeLog | 3 +++ sci-libs/pydicom/pydicom-9999.ebuild | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/sci-libs/pydicom/ChangeLog b/sci-libs/pydicom/ChangeLog index 1fe98fc..dac4df3 100644 --- a/sci-libs/pydicom/ChangeLog +++ b/sci-libs/pydicom/ChangeLog @@ -2,6 +2,9 @@ # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 06 Apr 2015; pydicom-9999.ebuild: + no keywords in live ebuilds + 31 Mar 2015; pydicom-0.9.8.ebuild, pydicom-9999.ebuild: gentoo does not support python 2.6 and 3.2 diff --git a/sci-libs/pydicom/pydicom-9999.ebuild b/sci-libs/pydicom/pydicom-9999.ebuild index 10e9d38..fd90534 100644 --- a/sci-libs/pydicom/pydicom-9999.ebuild +++ b/sci-libs/pydicom/pydicom-9999.ebuild @@ -15,7 +15,7 @@ EGIT_REPO_URI="https://github.com/darcymason/pydicom" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="" IUSE="" S="${S}/source"