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 E2A7C138334 for ; Sat, 14 Jul 2018 21:52:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C9FB2E0BF8; Sat, 14 Jul 2018 21:52:09 +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 96A9CE0BF8 for ; Sat, 14 Jul 2018 21:52:09 +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 0DA7F335C8C for ; Sat, 14 Jul 2018 21:52:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A8F8236A for ; Sat, 14 Jul 2018 21:52:04 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1531605094.6131284a5639128cbfe0ecde19d13f5e72e344a1.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/numpy/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/numpy/numpy-1.14.5.ebuild X-VCS-Directories: dev-python/numpy/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 6131284a5639128cbfe0ecde19d13f5e72e344a1 X-VCS-Branch: master Date: Sat, 14 Jul 2018 21:52:04 +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: a37e653e-f18b-4f29-99d3-e05d0208e0b9 X-Archives-Hash: 60cd56e15ccce1d5d95d108b196486a2 commit: 6131284a5639128cbfe0ecde19d13f5e72e344a1 Author: Michał Górny gentoo org> AuthorDate: Sat Jul 14 21:48:26 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Jul 14 21:51:34 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6131284a dev-python/numpy: Remove unneccessary versionator inherit dev-python/numpy/numpy-1.14.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/numpy/numpy-1.14.5.ebuild b/dev-python/numpy/numpy-1.14.5.ebuild index 78f1be669a3..507ae3a8210 100644 --- a/dev-python/numpy/numpy-1.14.5.ebuild +++ b/dev-python/numpy/numpy-1.14.5.ebuild @@ -8,7 +8,7 @@ PYTHON_REQ_USE="threads(+)" FORTRAN_NEEDED=lapack -inherit distutils-r1 flag-o-matic fortran-2 multiprocessing toolchain-funcs versionator +inherit distutils-r1 flag-o-matic fortran-2 multiprocessing toolchain-funcs DOC_PV="${PV}" DOC_P="${PN}-${DOC_PV}"