commit: e1d36f81941734f2ef7722df5dd28f2543cf802d Author: Tomas Mozes <hydrapolic <AT> gmail <DOT> com> AuthorDate: Wed May 25 09:33:31 2016 +0000 Commit: Ian Delaney <idella4 <AT> gentoo <DOT> 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 <idella4 <AT> 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"
