diff options
author | Sam James <sam@gentoo.org> | 2021-04-16 09:13:20 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-16 12:18:36 +0100 |
commit | 3ca267bc653f7667b0c39acb8510b9230c42fcaa (patch) | |
tree | a2a49ddd39cdf9cc9c38d99b51f362f96500e5f9 /media-sound/rhythmbox | |
parent | media-sound/mpg321: eutils-- (diff) | |
download | gentoo-3ca267bc653f7667b0c39acb8510b9230c42fcaa.tar.gz gentoo-3ca267bc653f7667b0c39acb8510b9230c42fcaa.tar.bz2 gentoo-3ca267bc653f7667b0c39acb8510b9230c42fcaa.zip |
media-sound/rhythmbox: eutils--
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-sound/rhythmbox')
-rw-r--r-- | media-sound/rhythmbox/rhythmbox-3.4.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-sound/rhythmbox/rhythmbox-3.4.4.ebuild b/media-sound/rhythmbox/rhythmbox-3.4.4.ebuild index 29a40a2ec703..4739e55d0540 100644 --- a/media-sound/rhythmbox/rhythmbox-3.4.4.ebuild +++ b/media-sound/rhythmbox/rhythmbox-3.4.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,7 +6,7 @@ GNOME2_LA_PUNT="yes" PYTHON_COMPAT=( python3_{7,8} ) PYTHON_REQ_USE="xml" -inherit eutils gnome2 python-single-r1 multilib virtualx +inherit gnome2 python-single-r1 multilib virtualx DESCRIPTION="Music management and playback software for GNOME" HOMEPAGE="https://wiki.gnome.org/Apps/Rhythmbox" |