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 E539313997F for ; Tue, 12 Nov 2019 09:17:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B6E6BE08E5; Tue, 12 Nov 2019 09:17:49 +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 9BDECE08E5 for ; Tue, 12 Nov 2019 09:17:49 +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 6385C34CBEA for ; Tue, 12 Nov 2019 09:17:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6AF658A6 for ; Tue, 12 Nov 2019 09:17:45 +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: <1573549781.3e5147dc79d34861e449a6ebb39299aa1ec60f81.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/db/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/db/db-3.2.9_p2-r1.ebuild X-VCS-Directories: sys-libs/db/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 3e5147dc79d34861e449a6ebb39299aa1ec60f81 X-VCS-Branch: master Date: Tue, 12 Nov 2019 09:17:45 +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: e4e30621-b152-4179-943b-20b469a328ff X-Archives-Hash: 0fff453ca6c6d2c454feaa9b8741d524 commit: 3e5147dc79d34861e449a6ebb39299aa1ec60f81 Author: Lars Wendler gentoo org> AuthorDate: Tue Nov 12 09:09:41 2019 +0000 Commit: Lars Wendler gentoo org> CommitDate: Tue Nov 12 09:09:41 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e5147dc sys-libs/db: Fixed trailing whitespace QA issue... Package-Manager: Portage-2.3.79, Repoman-2.3.18 Signed-off-by: Lars Wendler gentoo.org> sys-libs/db/db-3.2.9_p2-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-libs/db/db-3.2.9_p2-r1.ebuild b/sys-libs/db/db-3.2.9_p2-r1.ebuild index 6d601f8e220..7a7212b3fb4 100644 --- a/sys-libs/db/db-3.2.9_p2-r1.ebuild +++ b/sys-libs/db/db-3.2.9_p2-r1.ebuild @@ -141,7 +141,7 @@ src_compile() { src_install() { pushd build-shared &>/dev/null || die - # build system does not support DESTDIR + # build system does not support DESTDIR emake \ libdb=libdb-3.2.a \ libcxx=libcxx_3.2.a \