diff options
author | Tomas Mozes <hydrapolic@gmail.com> | 2016-05-24 11:51:05 +0200 |
---|---|---|
committer | Ian Delaney <idella4@gentoo.org> | 2016-05-25 18:06:44 +0800 |
commit | 935d40771348d9760c56721e7eaa8446e6db7c90 (patch) | |
tree | f26c7b7b50f62f21c108f72a0ea5901d623bef46 /app-admin | |
parent | app-admin/filebeat-bin: use eapi 6 (diff) | |
download | gentoo-935d40771348d9760c56721e7eaa8446e6db7c90.tar.gz gentoo-935d40771348d9760c56721e7eaa8446e6db7c90.tar.bz2 gentoo-935d40771348d9760c56721e7eaa8446e6db7c90.zip |
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 <idella4@gentoo.org>
Diffstat (limited to 'app-admin')
-rw-r--r-- | app-admin/filebeat-bin/filebeat-bin-1.2.3.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
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 a209128db44e..c8e777533973 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" |