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 F19B6138331 for ; Sat, 26 May 2018 18:16:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C3245E095C; Sat, 26 May 2018 18:16:56 +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 9E88FE095C for ; Sat, 26 May 2018 18:16:56 +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 948D0335CBA for ; Sat, 26 May 2018 18:16:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 574AB2AE for ; Sat, 26 May 2018 18:16:53 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1527358592.01d1389bc67e052b5ee532a4712d20abce816cdd.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/aiksaurus/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/aiksaurus/aiksaurus-1.2.1.ebuild X-VCS-Directories: app-text/aiksaurus/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 01d1389bc67e052b5ee532a4712d20abce816cdd X-VCS-Branch: master Date: Sat, 26 May 2018 18:16:53 +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: 38af112b-b7d8-4609-9a59-a4185da97ffe X-Archives-Hash: bc7c6e9dee5f7d7a07cda9511f08db62 commit: 01d1389bc67e052b5ee532a4712d20abce816cdd Author: Aaron Bauman gentoo org> AuthorDate: Sat May 26 15:57:48 2018 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Sat May 26 18:16:32 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01d1389b app-text/aiksaurus: add default call to src_install for docs Package-Manager: Portage-2.3.40, Repoman-2.3.9 app-text/aiksaurus/aiksaurus-1.2.1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/app-text/aiksaurus/aiksaurus-1.2.1.ebuild b/app-text/aiksaurus/aiksaurus-1.2.1.ebuild index fcf08e959e7..82d3727883d 100644 --- a/app-text/aiksaurus/aiksaurus-1.2.1.ebuild +++ b/app-text/aiksaurus/aiksaurus-1.2.1.ebuild @@ -33,4 +33,5 @@ src_configure() { src_install() { emake DESTDIR="${D}" install || die + default }