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 5B2551382C5 for ; Sun, 18 Feb 2018 17:11:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 18689E0C9A; Sun, 18 Feb 2018 17:11:23 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 EA025E0C63 for ; Sun, 18 Feb 2018 17:11:22 +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 6F9EA335C4C for ; Sun, 18 Feb 2018 17:11:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B8ACE22F for ; Sun, 18 Feb 2018 17:11:19 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1518973850.a8f5d5594399a14d45adba3712a0a966952a3f46.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/sane-frontends/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/sane-frontends/sane-frontends-1.0.14-r2.ebuild X-VCS-Directories: media-gfx/sane-frontends/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: a8f5d5594399a14d45adba3712a0a966952a3f46 X-VCS-Branch: master Date: Sun, 18 Feb 2018 17:11:19 +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: 4107172e-7510-4c4b-ab5c-415fb19b054d X-Archives-Hash: 211a58ac95b2b519f7f0d24e99a8b272 commit: a8f5d5594399a14d45adba3712a0a966952a3f46 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Feb 18 17:06:51 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Feb 18 17:10:50 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8f5d559 media-gfx/sane-frontends: Use einstalldocs Bug: https://bugs.gentoo.org/647524 Package-Manager: Portage-2.3.24, Repoman-2.3.6 media-gfx/sane-frontends/sane-frontends-1.0.14-r2.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/media-gfx/sane-frontends/sane-frontends-1.0.14-r2.ebuild b/media-gfx/sane-frontends/sane-frontends-1.0.14-r2.ebuild index b635cb4ba34..474d18045d3 100644 --- a/media-gfx/sane-frontends/sane-frontends-1.0.14-r2.ebuild +++ b/media-gfx/sane-frontends/sane-frontends-1.0.14-r2.ebuild @@ -19,6 +19,8 @@ DEPEND="${RDEPEND} gimp? ( media-gfx/gimp:2 ) " +DOCS=( AUTHORS Changelog NEWS PROBLEMS README ) + PATCHES=( "${FILESDIR}/MissingCapsFlag.patch" ) src_configure() { @@ -46,5 +48,5 @@ src_install() { ewarn "No idea where to find the gimp plugin directory" fi fi - dodoc AUTHORS Changelog NEWS PROBLEMS README + einstalldocs }