commit: a53e157a04f757c02dc70ad972b149f8c109137d Author: David Seifert <soap <AT> gentoo <DOT> org> AuthorDate: Sun Feb 16 20:23:59 2020 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> org> CommitDate: Sun Feb 16 20:23:59 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a53e157a
media-sound/spotify: [QA] inherit eutils.eclass directly Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: David Seifert <soap <AT> gentoo.org> media-sound/spotify/spotify-1.0.72-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-sound/spotify/spotify-1.0.72-r1.ebuild b/media-sound/spotify/spotify-1.0.72-r1.ebuild index ef72a8936d6..0f511f48f5d 100644 --- a/media-sound/spotify/spotify-1.0.72-r1.ebuild +++ b/media-sound/spotify/spotify-1.0.72-r1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit gnome2-utils pax-utils unpacker xdg-utils +inherit eutils gnome2-utils pax-utils unpacker xdg-utils DESCRIPTION="Spotify is a social music platform" HOMEPAGE="https://www.spotify.com/ch-de/download/previews/"
