Gentoo Archives: gentoo-commits

From: Ben Kohler <bkohler@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/pencil/
Date: Thu, 23 Sep 2021 18:31:54
Message-Id: 1632421901.42546e7288470ed9af2bd1ef9250852ab6045bcd.bkohler@gentoo
1 commit: 42546e7288470ed9af2bd1ef9250852ab6045bcd
2 Author: Ben Kohler <bkohler <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 23 18:28:56 2021 +0000
4 Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 23 18:31:41 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42546e72
7
8 media-gfx/pencil: drop unused inherit
9
10 Package-Manager: Portage-3.0.23, Repoman-3.0.3
11 Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>
12
13 media-gfx/pencil/pencil-0.6.5.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/media-gfx/pencil/pencil-0.6.5.ebuild b/media-gfx/pencil/pencil-0.6.5.ebuild
17 index e4872b8d9df..93945b7a1e3 100644
18 --- a/media-gfx/pencil/pencil-0.6.5.ebuild
19 +++ b/media-gfx/pencil/pencil-0.6.5.ebuild
20 @@ -1,9 +1,9 @@
21 -# Copyright 1999-2020 Gentoo Authors
22 +# Copyright 1999-2021 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26
27 -inherit desktop qmake-utils xdg-utils
28 +inherit qmake-utils xdg-utils
29
30 DESCRIPTION="2D animation and drawing program based on Qt5"
31 HOMEPAGE="https://www.pencil2d.org/"