Gentoo Archives: gentoo-commits

From: Alon Bar-Lev <alonbl@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/createrepo/
Date: Fri, 28 Sep 2018 00:18:57
Message-Id: 1538093920.caa7f9587a662f5d60b8645705d456894d461f52.alonbl@gentoo
1 commit: caa7f9587a662f5d60b8645705d456894d461f52
2 Author: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 27 23:59:40 2018 +0000
4 Commit: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 28 00:18:40 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=caa7f958
7
8 app-arch/createrepo: eapi bump
9
10 Package-Manager: Portage-2.3.49, Repoman-2.3.10
11
12 app-arch/createrepo/createrepo-0.10.4.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/app-arch/createrepo/createrepo-0.10.4.ebuild b/app-arch/createrepo/createrepo-0.10.4.ebuild
16 index 55076a14eb9..5d4bb0877b1 100644
17 --- a/app-arch/createrepo/createrepo-0.10.4.ebuild
18 +++ b/app-arch/createrepo/createrepo-0.10.4.ebuild
19 @@ -1,7 +1,7 @@
20 -# Copyright 1999-2017 Gentoo Foundation
21 +# Copyright 1999-2018 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 -EAPI=6
25 +EAPI=7
26
27 PYTHON_COMPAT=( python2_7 )
28 PYTHON_REQ_USE='xml'