diff options
author | Kent Fredric <kentnl@gentoo.org> | 2017-03-19 16:28:28 +1300 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2017-03-19 16:50:03 +1300 |
commit | e2f0001888fd13e76f33cf89cf4df3db12d4858d (patch) | |
tree | 3dba25af94335fff484014a1f5288ad0f8046aa8 /media-sound | |
parent | media-sound/gmusicbrowser: Fix dep on dev-perl/Gtk2 (diff) | |
download | gentoo-e2f0001888fd13e76f33cf89cf4df3db12d4858d.tar.gz gentoo-e2f0001888fd13e76f33cf89cf4df3db12d4858d.tar.bz2 gentoo-e2f0001888fd13e76f33cf89cf4df3db12d4858d.zip |
media-sound/volwheel: Fix dep on dev-perl/Gtk2
Package-Manager: Portage-2.3.4, Repoman-2.3.2
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/volwheel/volwheel-0.2.8-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-sound/volwheel/volwheel-0.2.8-r1.ebuild b/media-sound/volwheel/volwheel-0.2.8-r1.ebuild index 1adf08cde9f1..cf495d5fa7bf 100644 --- a/media-sound/volwheel/volwheel-0.2.8-r1.ebuild +++ b/media-sound/volwheel/volwheel-0.2.8-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -15,7 +15,7 @@ IUSE="alsa" DEPEND="dev-lang/perl" RDEPEND="${DEPEND} - dev-perl/gtk2-perl + dev-perl/Gtk2 alsa? ( media-sound/alsa-utils )" src_prepare() { |