commit: 2efb642462d0b5ea439f799881a9d7acbe5961b1 Author: Tomas Mozes <hydrapolic <AT> gmail <DOT> com> AuthorDate: Fri May 20 10:48:23 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=2efb6424
app-admin/filebeat-bin: use eapi 6 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.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 c905816..a209128 100644 --- a/app-admin/filebeat-bin/filebeat-bin-1.2.3.ebuild +++ b/app-admin/filebeat-bin/filebeat-bin-1.2.3.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=5 +EAPI=6 MY_PN=${PN/-bin/} MY_P=${MY_PN}-${PV}
