From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 3D1731388BF for ; Fri, 15 Jan 2016 22:24:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 98A71E07E6; Fri, 15 Jan 2016 22:24:08 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3B4E6E07E6 for ; Fri, 15 Jan 2016 22:24:08 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 090E4340B77 for ; Fri, 15 Jan 2016 22:24:07 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1B353A91 for ; Fri, 15 Jan 2016 22:24:05 +0000 (UTC) From: "Ian Stakenvicius" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ian Stakenvicius" Message-ID: <1452895961.46dab52c81315c2cd4c65c049a98a13fdefb5073.axs@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libbsd/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libbsd/libbsd-0.8.1-r1.ebuild X-VCS-Directories: dev-libs/libbsd/ X-VCS-Committer: axs X-VCS-Committer-Name: Ian Stakenvicius X-VCS-Revision: 46dab52c81315c2cd4c65c049a98a13fdefb5073 X-VCS-Branch: master Date: Fri, 15 Jan 2016 22:24:05 +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: f0b93840-759b-47ec-9e63-56181a2614bf X-Archives-Hash: 37433517ab2a48aae7539d0949372d3b commit: 46dab52c81315c2cd4c65c049a98a13fdefb5073 Author: Ian Stakenvicius gentoo org> AuthorDate: Fri Jan 15 22:12:41 2016 +0000 Commit: Ian Stakenvicius gentoo org> CommitDate: Fri Jan 15 22:12:41 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46dab52c dev-libs/libbsd: drop errant dodoc from 0.8.1-r1, bug 571856 Package-Manager: portage-2.2.26 dev-libs/libbsd/libbsd-0.8.1-r1.ebuild | 4 ---- 1 file changed, 4 deletions(-) diff --git a/dev-libs/libbsd/libbsd-0.8.1-r1.ebuild b/dev-libs/libbsd/libbsd-0.8.1-r1.ebuild index 60c3873..4909332 100644 --- a/dev-libs/libbsd/libbsd-0.8.1-r1.ebuild +++ b/dev-libs/libbsd/libbsd-0.8.1-r1.ebuild @@ -36,7 +36,3 @@ multilib_src_install() { emake DESTDIR="${D}" install prune_libtool_files } - -multilib_src_install_all() { - dodoc ${DOCS} -}