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 10F0B13826B 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 73F3BE083A; Wed, 25 May 2016 10:07:06 +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 C3AD2E083A for ; Wed, 25 May 2016 10:07:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 05551340DD8 for ; Wed, 25 May 2016 10:07:05 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9E0F5FFC 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.e1d36f81941734f2ef7722df5dd28f2543cf802d.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.2.ebuild X-VCS-Directories: app-admin/filebeat-bin/ X-VCS-Committer: idella4 X-VCS-Committer-Name: Ian Delaney X-VCS-Revision: e1d36f81941734f2ef7722df5dd28f2543cf802d 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: d0961e2e-b474-4071-8989-5dec8c66461d X-Archives-Hash: df59deee0e5580bd149a6e8e5759b09a commit: e1d36f81941734f2ef7722df5dd28f2543cf802d Author: Tomas Mozes gmail com> AuthorDate: Wed May 25 09:33:31 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=e1d36f81 app-admin/filebeat-bin: specify prebuilt binaries for 1.2.2 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.2.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app-admin/filebeat-bin/filebeat-bin-1.2.2.ebuild b/app-admin/filebeat-bin/filebeat-bin-1.2.2.ebuild index c905816..e67c9d3 100644 --- a/app-admin/filebeat-bin/filebeat-bin-1.2.2.ebuild +++ b/app-admin/filebeat-bin/filebeat-bin-1.2.2.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"