app-cdr/dvdshrink: Fix dep for dev-perl/Gtk2

Package-Manager: Portage-2.3.4, Repoman-2.3.2
This commit is contained in:
Kent Fredric
2017-03-19 16:03:14 +13:00
parent 471c8beff9
commit 13b20ad542

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2009 Gentoo Foundation
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=2
@@ -18,7 +18,7 @@ RDEPEND=">=media-video/transcode-1.0.2-r2[dvd]
>=media-video/subtitleripper-0.3.4-r1
>=media-video/dvdauthor-0.6.11
>=app-cdr/dvd+rw-tools-6.1
gtk? ( >=dev-perl/gtk2-perl-1.104 )
gtk? ( >=dev-perl/Gtk2-1.104 )
>=app-text/gocr-0.40
virtual/cdrtools"
DEPEND=""