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 BA853138335 for ; Mon, 30 Dec 2019 18:01:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 886D3E0CC8; Mon, 30 Dec 2019 18:01:35 +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 3C044E0CC8 for ; Mon, 30 Dec 2019 18:01:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 9075A34DD77 for ; Mon, 30 Dec 2019 18:01:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9481275 for ; Mon, 30 Dec 2019 18:01:31 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1577728885.f4a4691d74ea715525fb158f590ddf25953cbabf.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/bbkeys/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/bbkeys/bbkeys-0.9.1-r1.ebuild X-VCS-Directories: x11-misc/bbkeys/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: f4a4691d74ea715525fb158f590ddf25953cbabf X-VCS-Branch: master Date: Mon, 30 Dec 2019 18:01:31 +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: 77eea93f-7c58-4076-af8b-cbf9ee446280 X-Archives-Hash: 51cbffa6263e2a217612e4866ba39f9f commit: f4a4691d74ea715525fb158f590ddf25953cbabf Author: Sergei Trofimovich gentoo org> AuthorDate: Mon Dec 30 17:59:44 2019 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Mon Dec 30 18:01:25 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4a4691d x11-misc/bbkeys: use ASCII whitespace Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Sergei Trofimovich gentoo.org> x11-misc/bbkeys/bbkeys-0.9.1-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x11-misc/bbkeys/bbkeys-0.9.1-r1.ebuild b/x11-misc/bbkeys/bbkeys-0.9.1-r1.ebuild index 1ea30179adf..b8639f1e3f5 100644 --- a/x11-misc/bbkeys/bbkeys-0.9.1-r1.ebuild +++ b/x11-misc/bbkeys/bbkeys-0.9.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -18,7 +18,7 @@ DEPEND="${RDEPEND} src_install() { emake DESTDIR="${D}" install - rm -rf "${ED%/}"/usr/share/doc || die + rm -rf "${ED%/}"/usr/share/doc || die einstalldocs echo PRELINK_PATH_MASK=\""${EPREFIX}"/usr/bin/bbkeys\" > "${T}"/99bbkeys || die