diff options
author | David Seifert <soap@gentoo.org> | 2020-02-16 21:23:56 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2020-02-16 21:23:56 +0100 |
commit | 3edaea40f8071567daec98d1209f1b96af7a28a5 (patch) | |
tree | 1036b5c7b3c33168e193e71dde0c6ce5f8cecd6d /media-sound/grip | |
parent | media-sound/dcadec: [QA] inherit eutils.eclass directly (diff) | |
download | gentoo-3edaea40f8071567daec98d1209f1b96af7a28a5.tar.gz gentoo-3edaea40f8071567daec98d1209f1b96af7a28a5.tar.bz2 gentoo-3edaea40f8071567daec98d1209f1b96af7a28a5.zip |
media-sound/grip: [QA] inherit eutils.eclass directly
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'media-sound/grip')
-rw-r--r-- | media-sound/grip/grip-4.0.1-r1.ebuild | 2 | ||||
-rw-r--r-- | media-sound/grip/grip-4.1.0.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/media-sound/grip/grip-4.0.1-r1.ebuild b/media-sound/grip/grip-4.0.1-r1.ebuild index c89721d90b02..7c0a4b85f944 100644 --- a/media-sound/grip/grip-4.0.1-r1.ebuild +++ b/media-sound/grip/grip-4.0.1-r1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit flag-o-matic toolchain-funcs libtool +inherit eutils flag-o-matic toolchain-funcs libtool DESCRIPTION="GTK+ based Audio CD Player/Ripper" HOMEPAGE="https://sourceforge.net/projects/grip/" diff --git a/media-sound/grip/grip-4.1.0.ebuild b/media-sound/grip/grip-4.1.0.ebuild index 41737016470b..ea1d05e4b634 100644 --- a/media-sound/grip/grip-4.1.0.ebuild +++ b/media-sound/grip/grip-4.1.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit flag-o-matic toolchain-funcs libtool +inherit eutils flag-o-matic toolchain-funcs libtool DESCRIPTION="GTK+ based Audio CD Player/Ripper" HOMEPAGE="https://sourceforge.net/projects/grip/" |