From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id A328113888F for ; Thu, 8 Oct 2015 21:53:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A9C84E080E; Thu, 8 Oct 2015 21:53:53 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5B72FE080E for ; Thu, 8 Oct 2015 21:53:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2495833E3A9 for ; Thu, 8 Oct 2015 21:53:51 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1F4FBC7C for ; Thu, 8 Oct 2015 21:53:49 +0000 (UTC) From: "Julian Ospald" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Julian Ospald" Message-ID: <1444341217.99a41a8cd36d18f498a36ebfe6b224a4c084db9c.hasufell@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/mbedtls/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/mbedtls/mbedtls-2.1.2.ebuild X-VCS-Directories: net-libs/mbedtls/ X-VCS-Committer: hasufell X-VCS-Committer-Name: Julian Ospald X-VCS-Revision: 99a41a8cd36d18f498a36ebfe6b224a4c084db9c X-VCS-Branch: master Date: Thu, 8 Oct 2015 21:53:49 +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: 574bd721-ecbd-4c35-9532-291bddd09c27 X-Archives-Hash: 7effa38accd1889614c05f1caef5b4d7 commit: 99a41a8cd36d18f498a36ebfe6b224a4c084db9c Author: Julian Ospald gentoo org> AuthorDate: Thu Oct 8 21:53:37 2015 +0000 Commit: Julian Ospald gentoo org> CommitDate: Thu Oct 8 21:53:37 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99a41a8c net-libs/mbedtls: add eutils.eclass inherit explicitly Since we call 'einstalldocs'. net-libs/mbedtls/mbedtls-2.1.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-libs/mbedtls/mbedtls-2.1.2.ebuild b/net-libs/mbedtls/mbedtls-2.1.2.ebuild index 58b18a5..ec6bd00 100644 --- a/net-libs/mbedtls/mbedtls-2.1.2.ebuild +++ b/net-libs/mbedtls/mbedtls-2.1.2.ebuild @@ -4,7 +4,7 @@ EAPI=5 -inherit multilib cmake-utils multilib-minimal +inherit eutils multilib cmake-utils multilib-minimal DESCRIPTION="Cryptographic library for embedded systems" HOMEPAGE="https://tls.mbed.org/"