diff options
author | Kent Fredric <kentfredric@gmail.com> | 2016-03-12 16:19:46 +1300 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2016-03-15 00:06:37 +0100 |
commit | 0e2e5e2be07cfbabcc5894ffe8bd97c2fb104b3f (patch) | |
tree | 78f07570b8f8f4575fe64fcea107c784aec3562f /media-tv | |
parent | media-radio/dxcc: Fix dependency on dev-perl/Tk (diff) | |
download | gentoo-0e2e5e2be07cfbabcc5894ffe8bd97c2fb104b3f.tar.gz gentoo-0e2e5e2be07cfbabcc5894ffe8bd97c2fb104b3f.tar.bz2 gentoo-0e2e5e2be07cfbabcc5894ffe8bd97c2fb104b3f.zip |
media-tv/ivtv-utils: Fix dependency on dev-perl/Tk
Package-Manager: portage-2.2.27
Diffstat (limited to 'media-tv')
-rw-r--r-- | media-tv/ivtv-utils/ivtv-utils-1.4.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-tv/ivtv-utils/ivtv-utils-1.4.1.ebuild b/media-tv/ivtv-utils/ivtv-utils-1.4.1.ebuild index 26a18c1aabfa..86fe4abb80a8 100644 --- a/media-tv/ivtv-utils/ivtv-utils-1.4.1.ebuild +++ b/media-tv/ivtv-utils/ivtv-utils-1.4.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -22,7 +22,7 @@ RDEPEND="${DEPEND} dev-perl/Video-ivtv dev-perl/Config-IniFiles virtual/perl-Getopt-Long - dev-perl/perl-tk + dev-perl/Tk )" src_prepare() { |