Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/mcomix/
Date: Sun, 16 Feb 2020 20:25:03
Message-Id: 1581884619.aa897731a7035e42fcfddec02f2e7fa44b1ddfe3.soap@gentoo
1 commit: aa897731a7035e42fcfddec02f2e7fa44b1ddfe3
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 16 20:23:39 2020 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 16 20:23:39 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa897731
7
8 media-gfx/mcomix: [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 media-gfx/mcomix/mcomix-1.2.1.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/media-gfx/mcomix/mcomix-1.2.1.ebuild b/media-gfx/mcomix/mcomix-1.2.1.ebuild
17 index 8eaf5d5a996..c34c73cf85a 100644
18 --- a/media-gfx/mcomix/mcomix-1.2.1.ebuild
19 +++ b/media-gfx/mcomix/mcomix-1.2.1.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2018 Gentoo Foundation
22 +# Copyright 1999-2020 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI="5"
26 @@ -8,7 +8,7 @@ PYTHON_REQ_USE="sqlite"
27
28 PLOCALES="ca cs de el es fa fr gl he hr hu id it ja ko nl pl pt_BR ru sv uk zh_CN zh_TW"
29
30 -inherit distutils-r1 l10n xdg-utils
31 +inherit distutils-r1 eutils l10n xdg-utils
32
33 DESCRIPTION="A fork of comix, a GTK image viewer for comic book archives"
34 HOMEPAGE="https://sourceforge.net/p/mcomix/wiki/Home/"