Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/geany/
Date: Sun, 16 Feb 2020 20:25:01
Message-Id: 1581884607.698430af4f263225430195a4db07a5ddfd1ce75f.soap@gentoo
1 commit: 698430af4f263225430195a4db07a5ddfd1ce75f
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 16 20:23:27 2020 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 16 20:23:27 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=698430af
7
8 dev-util/geany: [QA] inherit eutils.eclass directly
9
10 Package-Manager: Portage-2.3.89, Repoman-2.3.20
11 Signed-off-by: David Seifert <soap <AT> gentoo.org>
12
13 dev-util/geany/geany-1.34.1.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-util/geany/geany-1.34.1.ebuild b/dev-util/geany/geany-1.34.1.ebuild
17 index fb5edcef6f5..c6c518ef978 100644
18 --- a/dev-util/geany/geany-1.34.1.ebuild
19 +++ b/dev-util/geany/geany-1.34.1.ebuild
20 @@ -3,7 +3,7 @@
21
22 EAPI=6
23
24 -inherit gnome2-utils xdg-utils
25 +inherit eutils gnome2-utils xdg-utils
26
27 LANGS="ar ast be bg ca cs de el en_GB es et eu fa fi fr gl he hi hu id it ja kk ko lb lt mn nl nn pl pt pt_BR ro ru sk sl sr sv tr uk vi zh_CN ZH_TW"
28 NOSHORTLANGS="en_GB zh_CN zh_TW"