net-misc/youtube-viewer: version bump to 3.7.7

This commit is contained in:
Julian Ospald 2020-08-22 18:46:52 +02:00
parent a3bda839a5
commit d0201a65c3
No known key found for this signature in database
GPG Key ID: 511B62C09D50CD28
1 changed files with 2 additions and 2 deletions

View File

@ -31,8 +31,8 @@ DEPENDENCIES="
dev-perl/Text-Tabs+Wrap
dev-perl/libwww-perl
gtk? (
dev-perl/Gtk3-Perl
dev-perl/File-ShareDir
dev-perl/Gtk2-Perl
x11-libs/gdk-pixbuf:2.0[X]
)
suggestion:
@ -55,7 +55,7 @@ DEPENDENCIES="
src_configure() {
edo rm Makefile.PL
if option gtk ; then
PERL_MODULE_SRC_CONFIGURE_PARAMS=( --gtk )
PERL_MODULE_SRC_CONFIGURE_PARAMS=( --gtk3 )
fi
perl-module_src_configure
}