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 09E5C1382C5 for ; Mon, 18 Jan 2021 21:10:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CBCB4E088B; Mon, 18 Jan 2021 21:10:16 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 B65B1E088B for ; Mon, 18 Jan 2021 21:10:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 74C2E340EC3 for ; Mon, 18 Jan 2021 21:10:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 445A94AA for ; Mon, 18 Jan 2021 21:10:11 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1611004197.07857d304ff22343a50a14cb942c9d1ed33bd643.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libndp/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/libndp/libndp-1.7.ebuild X-VCS-Directories: net-libs/libndp/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 07857d304ff22343a50a14cb942c9d1ed33bd643 X-VCS-Branch: master Date: Mon, 18 Jan 2021 21:10:11 +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: ceff57bf-d1ab-47cf-8c76-5fc80de9e0ce X-Archives-Hash: 3ea3c81c0ae9fbbaebc1f3b14ba2cab0 commit: 07857d304ff22343a50a14cb942c9d1ed33bd643 Author: David Michael gmail com> AuthorDate: Sat Dec 26 02:38:21 2020 +0000 Commit: Matt Turner gentoo org> CommitDate: Mon Jan 18 21:09:57 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07857d30 net-libs/libndp: EAPI 7 Signed-off-by: David Michael gmail.com> Signed-off-by: Matt Turner gentoo.org> net-libs/libndp/libndp-1.7.ebuild | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/net-libs/libndp/libndp-1.7.ebuild b/net-libs/libndp/libndp-1.7.ebuild index 066a56c254e..d36cabf97b5 100644 --- a/net-libs/libndp/libndp-1.7.ebuild +++ b/net-libs/libndp/libndp-1.7.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 inherit gnome2 multilib-minimal DESCRIPTION="Library for Neighbor Discovery Protocol" @@ -10,13 +10,9 @@ SRC_URI="http://libndp.org/files/${P}.tar.gz" LICENSE="LGPL-2.1+" SLOT="0" -IUSE="" KEYWORDS="~alpha amd64 arm arm64 ~ia64 ppc ppc64 ~sparc x86" -DEPEND="" -RDEPEND="" - multilib_src_configure() { ECONF_SOURCE="${S}" \ gnome2_src_configure \