Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/qimgv/
Date: Sat, 02 Oct 2021 13:34:26
Message-Id: 1633181654.b246e69266874704a03edd81561877924c4bc6b1.juippis@gentoo
1 commit: b246e69266874704a03edd81561877924c4bc6b1
2 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 2 13:33:26 2021 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 2 13:34:14 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b246e692
7
8 media-gfx/qimgv: drop duplicate eclass inherit from 1.0.2
9
10 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
11
12 media-gfx/qimgv/qimgv-1.0.2.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/media-gfx/qimgv/qimgv-1.0.2.ebuild b/media-gfx/qimgv/qimgv-1.0.2.ebuild
16 index e24eebb295f..2593b48c2c2 100644
17 --- a/media-gfx/qimgv/qimgv-1.0.2.ebuild
18 +++ b/media-gfx/qimgv/qimgv-1.0.2.ebuild
19 @@ -1,9 +1,9 @@
20 -# Copyright 1999-2020 Gentoo Authors
21 +# Copyright 1999-2021 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=8
25
26 -inherit cmake xdg xdg-utils
27 +inherit cmake xdg
28
29 DESCRIPTION="A cross-platform image viewer with webm support, written in qt5"
30 HOMEPAGE="https://github.com/easymodo/qimgv"