Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/translate-shell/
Date: Sun, 11 Feb 2018 21:25:25
Message-Id: 1518384132.cd7c6c40fcc6384a0e30c61e01c1bf9013ea13e3.mgorny@gentoo
1 commit: cd7c6c40fcc6384a0e30c61e01c1bf9013ea13e3
2 Author: Ferenc Erki <erkiferenc <AT> gmail <DOT> com>
3 AuthorDate: Sat Sep 23 14:59:44 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 11 21:22:12 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd7c6c40
7
8 app-i18n/translate-shell: switch to EAPI 6
9
10 Package-Manager: Portage-2.3.8, Repoman-2.3.1
11
12 app-i18n/translate-shell/translate-shell-0.9.6.6.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/app-i18n/translate-shell/translate-shell-0.9.6.6.ebuild b/app-i18n/translate-shell/translate-shell-0.9.6.6.ebuild
16 index 30db5d91657..04cf2099bc1 100644
17 --- a/app-i18n/translate-shell/translate-shell-0.9.6.6.ebuild
18 +++ b/app-i18n/translate-shell/translate-shell-0.9.6.6.ebuild
19 @@ -1,7 +1,7 @@
20 # Copyright 1999-2018 Gentoo Foundation
21 # Distributed under the terms of the GNU General Public License v2
22
23 -EAPI=5
24 +EAPI=6
25
26 DESCRIPTION="Online command-line translator"
27 HOMEPAGE="https://www.soimort.org/translate-shell/"