From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-940814-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 B03C2139694 for <garchives@archives.gentoo.org>; Sat, 25 Mar 2017 17:07:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 944A321C028; Sat, 25 Mar 2017 17:06:55 +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 6C74F21C028 for <gentoo-commits@lists.gentoo.org>; Sat, 25 Mar 2017 17:06:55 +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 68F66341670 for <gentoo-commits@lists.gentoo.org>; Sat, 25 Mar 2017 17:06:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 491C573C4 for <gentoo-commits@lists.gentoo.org>; Sat, 25 Mar 2017 17:06:52 +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: <1490461603.db45814b99adfff5df25cdb37e8e21743664f9f8.alonbl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/gnutls/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/gnutls/gnutls-3.3.26.ebuild net-libs/gnutls/gnutls-3.3.27.ebuild net-libs/gnutls/gnutls-3.5.10.ebuild X-VCS-Directories: net-libs/gnutls/ X-VCS-Committer: alonbl X-VCS-Committer-Name: Alon Bar-Lev X-VCS-Revision: db45814b99adfff5df25cdb37e8e21743664f9f8 X-VCS-Branch: master Date: Sat, 25 Mar 2017 17:06:52 +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: 7f99fe7e-b9bd-4034-8807-db8024d51546 X-Archives-Hash: 7e30cba384f9e62feb77b1a50232c5fb commit: db45814b99adfff5df25cdb37e8e21743664f9f8 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Fri Mar 24 22:50:21 2017 +0000 Commit: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org> CommitDate: Sat Mar 25 17:06:43 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db45814b net-libs/gnutls: Replace eutils inherit w/ split eclasses net-libs/gnutls/gnutls-3.3.26.ebuild | 2 +- net-libs/gnutls/gnutls-3.3.27.ebuild | 2 +- net-libs/gnutls/gnutls-3.5.10.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/net-libs/gnutls/gnutls-3.3.26.ebuild b/net-libs/gnutls/gnutls-3.3.26.ebuild index 96fe1a75e44..cd9ee855600 100644 --- a/net-libs/gnutls/gnutls-3.3.26.ebuild +++ b/net-libs/gnutls/gnutls-3.3.26.ebuild @@ -3,7 +3,7 @@ EAPI=6 -inherit autotools libtool eutils multilib-minimal versionator +inherit autotools epunt-cxx libtool ltprune multilib-minimal versionator DESCRIPTION="A TLS 1.2 and SSL 3.0 implementation for the GNU project" HOMEPAGE="http://www.gnutls.org/" diff --git a/net-libs/gnutls/gnutls-3.3.27.ebuild b/net-libs/gnutls/gnutls-3.3.27.ebuild index 1fbac6c94d8..434bd0c5af9 100644 --- a/net-libs/gnutls/gnutls-3.3.27.ebuild +++ b/net-libs/gnutls/gnutls-3.3.27.ebuild @@ -3,7 +3,7 @@ EAPI=6 -inherit autotools libtool eutils multilib-minimal versionator +inherit autotools epunt-cxx libtool ltprune multilib-minimal versionator DESCRIPTION="A TLS 1.2 and SSL 3.0 implementation for the GNU project" HOMEPAGE="http://www.gnutls.org/" diff --git a/net-libs/gnutls/gnutls-3.5.10.ebuild b/net-libs/gnutls/gnutls-3.5.10.ebuild index 7a9deba61e9..16ec1847594 100644 --- a/net-libs/gnutls/gnutls-3.5.10.ebuild +++ b/net-libs/gnutls/gnutls-3.5.10.ebuild @@ -3,7 +3,7 @@ EAPI=6 -inherit eutils libtool multilib-minimal versionator +inherit libtool ltprune multilib-minimal versionator DESCRIPTION="A TLS 1.2 and SSL 3.0 implementation for the GNU project" HOMEPAGE="http://www.gnutls.org/"