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-sound/grip/
Date: Sun, 16 Feb 2020 20:25:05
Message-Id: 1581884636.3edaea40f8071567daec98d1209f1b96af7a28a5.soap@gentoo
1 commit: 3edaea40f8071567daec98d1209f1b96af7a28a5
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 16 20:23:56 2020 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 16 20:23:56 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3edaea40
7
8 media-sound/grip: [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-sound/grip/grip-4.0.1-r1.ebuild | 2 +-
14 media-sound/grip/grip-4.1.0.ebuild | 2 +-
15 2 files changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/media-sound/grip/grip-4.0.1-r1.ebuild b/media-sound/grip/grip-4.0.1-r1.ebuild
18 index c89721d90b0..7c0a4b85f94 100644
19 --- a/media-sound/grip/grip-4.0.1-r1.ebuild
20 +++ b/media-sound/grip/grip-4.0.1-r1.ebuild
21 @@ -2,7 +2,7 @@
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25 -inherit flag-o-matic toolchain-funcs libtool
26 +inherit eutils flag-o-matic toolchain-funcs libtool
27
28 DESCRIPTION="GTK+ based Audio CD Player/Ripper"
29 HOMEPAGE="https://sourceforge.net/projects/grip/"
30
31 diff --git a/media-sound/grip/grip-4.1.0.ebuild b/media-sound/grip/grip-4.1.0.ebuild
32 index 41737016470..ea1d05e4b63 100644
33 --- a/media-sound/grip/grip-4.1.0.ebuild
34 +++ b/media-sound/grip/grip-4.1.0.ebuild
35 @@ -2,7 +2,7 @@
36 # Distributed under the terms of the GNU General Public License v2
37
38 EAPI=7
39 -inherit flag-o-matic toolchain-funcs libtool
40 +inherit eutils flag-o-matic toolchain-funcs libtool
41
42 DESCRIPTION="GTK+ based Audio CD Player/Ripper"
43 HOMEPAGE="https://sourceforge.net/projects/grip/"