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 E11E6139694 for ; Fri, 14 Apr 2017 19:17:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 90740E0D2E; Fri, 14 Apr 2017 19:17:15 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 6A155E0D26 for ; Fri, 14 Apr 2017 19:17:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 54683341699 for ; Fri, 14 Apr 2017 19:17:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AC4A11B9B for ; Fri, 14 Apr 2017 19:17:12 +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: <1492197429.9bb7fc85bee8b8d2cc6d4ccf405a1b3d01e843dc.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-python/py2bit/ X-VCS-Repository: proj/sci X-VCS-Files: dev-python/py2bit/py2bit-0.2.1.ebuild X-VCS-Directories: dev-python/py2bit/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 9bb7fc85bee8b8d2cc6d4ccf405a1b3d01e843dc X-VCS-Branch: master Date: Fri, 14 Apr 2017 19:17:12 +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: beeeae54-829d-4756-a6b5-a97bf76b6cfa X-Archives-Hash: da473bdf06deaa9bec4de4b101c3087a commit: 9bb7fc85bee8b8d2cc6d4ccf405a1b3d01e843dc Author: Justin Lecher gentoo org> AuthorDate: Fri Apr 14 19:16:42 2017 +0000 Commit: Justin Lecher gentoo org> CommitDate: Fri Apr 14 19:17:09 2017 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=9bb7fc85 dev-python/py2bit: Drop Stale CVS header Package-Manager: Portage-2.3.5, Repoman-2.3.2 Signed-off-by: Justin Lecher gentoo.org> dev-python/py2bit/py2bit-0.2.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/py2bit/py2bit-0.2.1.ebuild b/dev-python/py2bit/py2bit-0.2.1.ebuild index 675098c45..d33e9798f 100644 --- a/dev-python/py2bit/py2bit-0.2.1.ebuild +++ b/dev-python/py2bit/py2bit-0.2.1.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Id$ EAPI=6 PYTHON_COMPAT=( python2_7 python3_5 ) + inherit distutils-r1 DESCRIPTION="Python library for accessing 2bit files"