diff options
author | David Seifert <soap@gentoo.org> | 2020-02-16 21:23:59 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2020-02-16 21:23:59 +0100 |
commit | a53e157a04f757c02dc70ad972b149f8c109137d (patch) | |
tree | 060cfe3e963253ed8a47c737f1153100ccc0bb92 /media-sound/spotify/spotify-1.0.72-r1.ebuild | |
parent | media-sound/grip: [QA] inherit eutils.eclass directly (diff) | |
download | gentoo-a53e157a04f757c02dc70ad972b149f8c109137d.tar.gz gentoo-a53e157a04f757c02dc70ad972b149f8c109137d.tar.bz2 gentoo-a53e157a04f757c02dc70ad972b149f8c109137d.zip |
media-sound/spotify: [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/spotify/spotify-1.0.72-r1.ebuild')
-rw-r--r-- | media-sound/spotify/spotify-1.0.72-r1.ebuild | 4 |
1 files 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 ef72a8936d6f..0f511f48f5dc 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/" |