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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9D9F1158086 for ; Fri, 5 Nov 2021 05:07:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CE0EFE087E; Fri, 5 Nov 2021 05:07:38 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 702A4E087E for ; Fri, 5 Nov 2021 05:07:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 57733342FC7 for ; Fri, 5 Nov 2021 05:07:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 76FA510C for ; Fri, 5 Nov 2021 05:07:35 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1636088040.c32fab2a414e5acec57ece342fd5dc59fd9a12c4.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/bogosort/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/bogosort/bogosort-0.4.2-r1.ebuild X-VCS-Directories: app-text/bogosort/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: c32fab2a414e5acec57ece342fd5dc59fd9a12c4 X-VCS-Branch: master Date: Fri, 5 Nov 2021 05:07:35 +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: 0802f7a0-6167-4a5f-b408-79a8d5fcdeba X-Archives-Hash: 6e75cab07f5532f50508e58928a7a614 commit: c32fab2a414e5acec57ece342fd5dc59fd9a12c4 Author: Sam James gentoo org> AuthorDate: Fri Nov 5 04:54:00 2021 +0000 Commit: Sam James gentoo org> CommitDate: Fri Nov 5 04:54:00 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c32fab2a app-text/bogosort: use emake Signed-off-by: Sam James gentoo.org> app-text/bogosort/bogosort-0.4.2-r1.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app-text/bogosort/bogosort-0.4.2-r1.ebuild b/app-text/bogosort/bogosort-0.4.2-r1.ebuild index a8a12ad1ae7..36d1547efe1 100644 --- a/app-text/bogosort/bogosort-0.4.2-r1.ebuild +++ b/app-text/bogosort/bogosort-0.4.2-r1.ebuild @@ -37,6 +37,7 @@ src_configure() { } src_install() { - make DESTDIR="${D}" install || die + default + dodoc README NEWS ChangeLog AUTHORS }