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 06154158013 for ; Mon, 27 Sep 2021 07:09:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 157A7E0924; Mon, 27 Sep 2021 07:09:03 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EBE76E0924 for ; Mon, 27 Sep 2021 07:09:02 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B4CDD342EFE for ; Mon, 27 Sep 2021 07:09:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 44EFE114 for ; Mon, 27 Sep 2021 07:09:00 +0000 (UTC) From: "Alessandro Barbieri" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alessandro Barbieri" Message-ID: <1632726538.9a2a32835e22fba098463014e50cbb28f11700ae.Alessandro-Barbieri@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: sci-libs/ann/ X-VCS-Repository: repo/proj/guru X-VCS-Files: sci-libs/ann/ann-1.1.2_p7-r1.ebuild X-VCS-Directories: sci-libs/ann/ X-VCS-Committer: Alessandro-Barbieri X-VCS-Committer-Name: Alessandro Barbieri X-VCS-Revision: 9a2a32835e22fba098463014e50cbb28f11700ae X-VCS-Branch: dev Date: Mon, 27 Sep 2021 07:09:00 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 48e653b3-eb4d-484b-9bf4-3be36f5e7e04 X-Archives-Hash: 22d4bf98d805e3e62ea5f638b4b778b6 commit: 9a2a32835e22fba098463014e50cbb28f11700ae Author: Alessandro Barbieri gmail com> AuthorDate: Mon Sep 27 06:46:44 2021 +0000 Commit: Alessandro Barbieri gmail com> CommitDate: Mon Sep 27 07:08:58 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9a2a3283 sci-libs/ann: drop eutils Signed-off-by: Alessandro Barbieri gmail.com> sci-libs/ann/ann-1.1.2_p7-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-libs/ann/ann-1.1.2_p7-r1.ebuild b/sci-libs/ann/ann-1.1.2_p7-r1.ebuild index 9cf70e996..794d59bf3 100644 --- a/sci-libs/ann/ann-1.1.2_p7-r1.ebuild +++ b/sci-libs/ann/ann-1.1.2_p7-r1.ebuild @@ -6,7 +6,7 @@ EAPI="7" MY_PV="${PV//_p*/}" MY_P="${PN}-${MY_PV}" -inherit autotools eutils flag-o-matic +inherit autotools flag-o-matic DESCRIPTION="A Library for Approximate Nearest Neighbor Searching" HOMEPAGE="