diff options
author | Kent Fredric <kentnl@gentoo.org> | 2017-03-19 16:05:51 +1300 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2017-03-19 16:49:47 +1300 |
commit | 1168ae5a740512c7805005fd14e35a626463ecb1 (patch) | |
tree | 7542a44782324d8b2fc112da4ecaba81ece1d678 /app-misc/cbview | |
parent | app-doc/podbrowser: Fix dep on dev-perl/Gtk2 (diff) | |
download | gentoo-1168ae5a740512c7805005fd14e35a626463ecb1.tar.gz gentoo-1168ae5a740512c7805005fd14e35a626463ecb1.tar.bz2 gentoo-1168ae5a740512c7805005fd14e35a626463ecb1.zip |
app-misc/cbview: Fix dep on dev-perl/Gtk2
Package-Manager: Portage-2.3.4, Repoman-2.3.2
Diffstat (limited to 'app-misc/cbview')
-rw-r--r-- | app-misc/cbview/cbview-0.06.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-misc/cbview/cbview-0.06.ebuild b/app-misc/cbview/cbview-0.06.ebuild index fd1e414e0f22..224bffced609 100644 --- a/app-misc/cbview/cbview-0.06.ebuild +++ b/app-misc/cbview/cbview-0.06.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 DESCRIPTION="viewer/converter for CBR/CBZ comic book archives" @@ -10,7 +10,7 @@ SLOT="0" KEYWORDS="~x86 ~ppc ~amd64" IUSE="" -DEPEND="dev-perl/gtk2-perl +DEPEND="dev-perl/Gtk2 dev-perl/String-ShellQuote app-arch/unrar app-arch/unzip" |