diff options
author | Tomas Mozes <hydrapolic@gmail.com> | 2016-05-25 11:33:31 +0200 |
---|---|---|
committer | Ian Delaney <idella4@gentoo.org> | 2016-05-25 18:06:44 +0800 |
commit | e1d36f81941734f2ef7722df5dd28f2543cf802d (patch) | |
tree | 45436fa2b4edf5c379a9ad39b64a4195ff014d93 /app-admin | |
parent | app-admin/filebeat-bin: specify prebuilt binaries for 1.2.3 (diff) | |
download | gentoo-e1d36f81941734f2ef7722df5dd28f2543cf802d.tar.gz gentoo-e1d36f81941734f2ef7722df5dd28f2543cf802d.tar.bz2 gentoo-e1d36f81941734f2ef7722df5dd28f2543cf802d.zip |
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@gentoo.org>
Diffstat (limited to 'app-admin')
-rw-r--r-- | app-admin/filebeat-bin/filebeat-bin-1.2.2.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
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 c905816e3be9..e67c9d3b2b6c 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" |