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 C8F49138335 for ; Tue, 28 May 2019 02:09:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 92B5BE0874; Tue, 28 May 2019 02:09:03 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 767A7E0875 for ; Tue, 28 May 2019 02:09:03 +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 CF2E5344F9B for ; Tue, 28 May 2019 02:09:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 664005FD for ; Tue, 28 May 2019 02:08:59 +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: <1559009296.63cca3c6f9c0a44402a0faabde75b96428c1b9d9.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-block/thin-provisioning-tools/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-block/thin-provisioning-tools/thin-provisioning-tools-9999.ebuild X-VCS-Directories: sys-block/thin-provisioning-tools/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 63cca3c6f9c0a44402a0faabde75b96428c1b9d9 X-VCS-Branch: master Date: Tue, 28 May 2019 02:08:59 +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: f5845f6a-b3a3-4ed8-a4d9-e4e4023583dd X-Archives-Hash: 804683dcfcc9150c7f9e3cd36f970021 commit: 63cca3c6f9c0a44402a0faabde75b96428c1b9d9 Author: Lars Wendler gentoo org> AuthorDate: Tue May 28 02:08:16 2019 +0000 Commit: Lars Wendler gentoo org> CommitDate: Tue May 28 02:08:16 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63cca3c6 sys-block/thin-provisioning-tools: Synced live ebuild Package-Manager: Portage-2.3.67, Repoman-2.3.13 Signed-off-by: Lars Wendler gentoo.org> sys-block/thin-provisioning-tools/thin-provisioning-tools-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-block/thin-provisioning-tools/thin-provisioning-tools-9999.ebuild b/sys-block/thin-provisioning-tools/thin-provisioning-tools-9999.ebuild index 8b0eb97b216..f230773175a 100644 --- a/sys-block/thin-provisioning-tools/thin-provisioning-tools-9999.ebuild +++ b/sys-block/thin-provisioning-tools/thin-provisioning-tools-9999.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 inherit autotools flag-o-matic @@ -67,6 +67,6 @@ src_test() { } src_install() { - emake DESTDIR="${D}" DATADIR="${D%/}/usr/share" install + emake DESTDIR="${D}" DATADIR="${D}/usr/share" install dodoc README.md TODO.org }