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 7C58C13829C for ; Fri, 3 Jun 2016 12:50:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8DF02141E9; Fri, 3 Jun 2016 12:50:35 +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 43BE1141E9 for ; Fri, 3 Jun 2016 12:50:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 55373340C54 for ; Fri, 3 Jun 2016 12:50:28 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3928A209A for ; Fri, 3 Jun 2016 12:50:23 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1464958217.7a85a7840e9949a5418d5e98e31c048bb8f9b625.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/mdds/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/mdds/mdds-1.2.0.ebuild X-VCS-Directories: dev-util/mdds/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 7a85a7840e9949a5418d5e98e31c048bb8f9b625 X-VCS-Branch: master Date: Fri, 3 Jun 2016 12:50:23 +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: ceb6c44f-0f7a-4399-a6af-66ac2b663a13 X-Archives-Hash: 69c051c7c884f90eddfd2205e9c02896 commit: 7a85a7840e9949a5418d5e98e31c048bb8f9b625 Author: Lars Wendler gentoo org> AuthorDate: Fri Jun 3 12:06:43 2016 +0000 Commit: Lars Wendler gentoo org> CommitDate: Fri Jun 3 12:50:17 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a85a784 dev-util/mdds: No need to set --docdir with EAPI-6. Package-Manager: portage-2.2.28 Signed-off-by: Lars Wendler gentoo.org> dev-util/mdds/mdds-1.2.0.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dev-util/mdds/mdds-1.2.0.ebuild b/dev-util/mdds/mdds-1.2.0.ebuild index f2e2b99..1cef7df 100644 --- a/dev-util/mdds/mdds-1.2.0.ebuild +++ b/dev-util/mdds/mdds-1.2.0.ebuild @@ -38,8 +38,7 @@ src_prepare(){ src_configure() { econf \ $(use_enable doc docs) \ - $(use_enable valgrind memory_tests) \ - --docdir="${EPREFIX}/usr/share/doc/${PF}" + $(use_enable valgrind memory_tests) } src_compile() { :; }