From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-940873-garchives=archives.gentoo.org@lists.gentoo.org>
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 20203139694
	for <garchives@archives.gentoo.org>; Sat, 25 Mar 2017 21:47:02 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 2FB8721C12C;
	Sat, 25 Mar 2017 21:46:54 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	(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 0D94D21C184
	for <gentoo-commits@lists.gentoo.org>; Sat, 25 Mar 2017 21:46:53 +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 63F63341690
	for <gentoo-commits@lists.gentoo.org>; Sat, 25 Mar 2017 21:46:52 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 7155673E3
	for <gentoo-commits@lists.gentoo.org>; Sat, 25 Mar 2017 21:46:49 +0000 (UTC)
From: "Alon Bar-Lev" <alonbl@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Alon Bar-Lev" <alonbl@gentoo.org>
Message-ID: <1490478394.d456d3ee1c8ee0941205964069a6f5fcbcfd152b.alonbl@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/nettle/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-libs/nettle/nettle-3.3-r1.ebuild dev-libs/nettle/nettle-3.3.ebuild
X-VCS-Directories: dev-libs/nettle/
X-VCS-Committer: alonbl
X-VCS-Committer-Name: Alon Bar-Lev
X-VCS-Revision: d456d3ee1c8ee0941205964069a6f5fcbcfd152b
X-VCS-Branch: master
Date: Sat, 25 Mar 2017 21:46:49 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: 156c48c7-b45a-4d57-a7c9-6225496e55a8
X-Archives-Hash: 41a232d28a300924644032b4fd8cb3b3

commit:     d456d3ee1c8ee0941205964069a6f5fcbcfd152b
Author:     Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 25 21:20:30 2017 +0000
Commit:     Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
CommitDate: Sat Mar 25 21:46:34 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d456d3ee

dev-libs/nettle: remove eutils

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-libs/nettle/nettle-3.3-r1.ebuild | 2 +-
 dev-libs/nettle/nettle-3.3.ebuild    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-libs/nettle/nettle-3.3-r1.ebuild b/dev-libs/nettle/nettle-3.3-r1.ebuild
index 025a1ceca63..d0c2971ccbe 100644
--- a/dev-libs/nettle/nettle-3.3-r1.ebuild
+++ b/dev-libs/nettle/nettle-3.3-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-inherit autotools eutils multilib-build multilib-minimal multilib toolchain-funcs
+inherit autotools multilib-build multilib-minimal multilib toolchain-funcs
 
 DESCRIPTION="Low-level cryptographic library"
 HOMEPAGE="http://www.lysator.liu.se/~nisse/nettle/"

diff --git a/dev-libs/nettle/nettle-3.3.ebuild b/dev-libs/nettle/nettle-3.3.ebuild
index dd6ac538eee..44409ba976a 100644
--- a/dev-libs/nettle/nettle-3.3.ebuild
+++ b/dev-libs/nettle/nettle-3.3.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-inherit autotools eutils multilib-build multilib-minimal multilib toolchain-funcs
+inherit autotools multilib-build multilib-minimal multilib toolchain-funcs
 
 DESCRIPTION="Low-level cryptographic library"
 HOMEPAGE="http://www.lysator.liu.se/~nisse/nettle/"