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 ADE7A13826A for ; Wed, 25 May 2016 10:07:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 27A66E0826; Wed, 25 May 2016 10:07:05 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B559EE0835 for ; Wed, 25 May 2016 10:07:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EDC34340DDB for ; Wed, 25 May 2016 10:07:02 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8CB67D06 for ; Wed, 25 May 2016 10:07:00 +0000 (UTC) From: "Ian Delaney" 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 Delaney" Message-ID: <1464170804.935d40771348d9760c56721e7eaa8446e6db7c90.idella4@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/filebeat-bin/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/filebeat-bin/filebeat-bin-1.2.3.ebuild X-VCS-Directories: app-admin/filebeat-bin/ X-VCS-Committer: idella4 X-VCS-Committer-Name: Ian Delaney X-VCS-Revision: 935d40771348d9760c56721e7eaa8446e6db7c90 X-VCS-Branch: master Date: Wed, 25 May 2016 10:07:00 +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: 98b441b1-2e03-41a9-af57-9ac834ab1b67 X-Archives-Hash: bc5c048cf27eeb62274937ec473072e7 commit: 935d40771348d9760c56721e7eaa8446e6db7c90 Author: Tomas Mozes gmail com> AuthorDate: Tue May 24 09:51:05 2016 +0000 Commit: Ian Delaney gentoo org> CommitDate: Wed May 25 10:06:44 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=935d4077 app-admin/filebeat-bin: specify prebuilt binaries for 1.2.3 Package-Manager: portage-2.3.0_rc1 Closes: https://github.com/gentoo/gentoo/pull/1495 Signed-off-by: Ian Delaney gentoo.org> app-admin/filebeat-bin/filebeat-bin-1.2.3.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app-admin/filebeat-bin/filebeat-bin-1.2.3.ebuild b/app-admin/filebeat-bin/filebeat-bin-1.2.3.ebuild index a209128..c8e7775 100644 --- a/app-admin/filebeat-bin/filebeat-bin-1.2.3.ebuild +++ b/app-admin/filebeat-bin/filebeat-bin-1.2.3.ebuild @@ -16,6 +16,8 @@ LICENSE="Apache-2.0" SLOT="0" KEYWORDS="~amd64 ~x86" +QA_PREBUILT="usr/bin/filebeat" + src_unpack() { if use amd64; then S="${WORKDIR}/${MY_P}-x86_64"