diff options
author | Kent Fredric <kentnl@gentoo.org> | 2017-03-19 16:03:14 +1300 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2017-03-19 16:49:44 +1300 |
commit | 13b20ad542bb7733f2c76464203f1d9f1f96d7ea (patch) | |
tree | 0b922b54f8c436a76f6e44b122dbc9d089c7ae73 /app-cdr/dvdshrink/dvdshrink-2.6.1_p10.ebuild | |
parent | dev-perl/Gtk2: Copy from dev-perl/gtk2-perl (diff) | |
download | gentoo-13b20ad542bb7733f2c76464203f1d9f1f96d7ea.tar.gz gentoo-13b20ad542bb7733f2c76464203f1d9f1f96d7ea.tar.bz2 gentoo-13b20ad542bb7733f2c76464203f1d9f1f96d7ea.zip |
app-cdr/dvdshrink: Fix dep for dev-perl/Gtk2
Package-Manager: Portage-2.3.4, Repoman-2.3.2
Diffstat (limited to 'app-cdr/dvdshrink/dvdshrink-2.6.1_p10.ebuild')
-rw-r--r-- | app-cdr/dvdshrink/dvdshrink-2.6.1_p10.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-cdr/dvdshrink/dvdshrink-2.6.1_p10.ebuild b/app-cdr/dvdshrink/dvdshrink-2.6.1_p10.ebuild index 473d05e82a64..0dd1d1b19267 100644 --- a/app-cdr/dvdshrink/dvdshrink-2.6.1_p10.ebuild +++ b/app-cdr/dvdshrink/dvdshrink-2.6.1_p10.ebuild @@ -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="" |