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 72BD51382C5 for ; Sat, 19 Jun 2021 00:48:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 43FDCE0872; Sat, 19 Jun 2021 00:48:20 +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 2716DE0872 for ; Sat, 19 Jun 2021 00:48:20 +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 CE600340A9D for ; Sat, 19 Jun 2021 00:48:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 04A3C78E for ; Sat, 19 Jun 2021 00:48:17 +0000 (UTC) From: "Alessandro Barbieri" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alessandro Barbieri" Message-ID: <1624063672.2db5a8165b471fe54370d5443e848caadb3935c4.Alessandro-Barbieri@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-cpp/dtl/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-cpp/dtl/dtl-1.19_p20210531.ebuild X-VCS-Directories: dev-cpp/dtl/ X-VCS-Committer: Alessandro-Barbieri X-VCS-Committer-Name: Alessandro Barbieri X-VCS-Revision: 2db5a8165b471fe54370d5443e848caadb3935c4 X-VCS-Branch: dev Date: Sat, 19 Jun 2021 00:48:17 +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: 1c61a0a8-320b-4288-ab54-3ce60fb7009c X-Archives-Hash: 1bf0c35b0c630c014e5251f741fe3817 commit: 2db5a8165b471fe54370d5443e848caadb3935c4 Author: Alessandro Barbieri gmail com> AuthorDate: Sat Jun 19 00:47:52 2021 +0000 Commit: Alessandro Barbieri gmail com> CommitDate: Sat Jun 19 00:47:52 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2db5a816 dev-cpp/dtl: install headers in /usr/include/dtl Signed-off-by: Alessandro Barbieri gmail.com> dev-cpp/dtl/dtl-1.19_p20210531.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-cpp/dtl/dtl-1.19_p20210531.ebuild b/dev-cpp/dtl/dtl-1.19_p20210531.ebuild index d48ee9892..0f648744c 100644 --- a/dev-cpp/dtl/dtl-1.19_p20210531.ebuild +++ b/dev-cpp/dtl/dtl-1.19_p20210531.ebuild @@ -42,7 +42,8 @@ src_compile() { src_install() { escons prefix="${T}" install - doheader "${T}/dtl/include"/* + insinto /usr/include/dtl + doins "${T}/dtl/include"/* if use examples; then cd examples || die rm SConstruct *.o *.cpp *.hpp || die