Gentoo Archives: gentoo-commits

From: Ian Delaney <idella4@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/filebeat-bin/
Date: Wed, 25 May 2016 10:07:08
Message-Id: 1464170804.2efb642462d0b5ea439f799881a9d7acbe5961b1.idella4@gentoo
1 commit: 2efb642462d0b5ea439f799881a9d7acbe5961b1
2 Author: Tomas Mozes <hydrapolic <AT> gmail <DOT> com>
3 AuthorDate: Fri May 20 10:48:23 2016 +0000
4 Commit: Ian Delaney <idella4 <AT> gentoo <DOT> org>
5 CommitDate: Wed May 25 10:06:44 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2efb6424
7
8 app-admin/filebeat-bin: use eapi 6
9
10 Package-Manager: portage-2.3.0_rc1
11 Closes: https://github.com/gentoo/gentoo/pull/1495
12
13 Signed-off-by: Ian Delaney <idella4 <AT> gentoo.org>
14
15 app-admin/filebeat-bin/filebeat-bin-1.2.3.ebuild | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/app-admin/filebeat-bin/filebeat-bin-1.2.3.ebuild b/app-admin/filebeat-bin/filebeat-bin-1.2.3.ebuild
19 index c905816..a209128 100644
20 --- a/app-admin/filebeat-bin/filebeat-bin-1.2.3.ebuild
21 +++ b/app-admin/filebeat-bin/filebeat-bin-1.2.3.ebuild
22 @@ -2,7 +2,7 @@
23 # Distributed under the terms of the GNU General Public License v2
24 # $Id$
25
26 -EAPI=5
27 +EAPI=6
28
29 MY_PN=${PN/-bin/}
30 MY_P=${MY_PN}-${PV}