diff options
author | Kent Fredric <kentfredric@gmail.com> | 2016-03-12 16:19:13 +1300 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2016-03-15 00:06:37 +0100 |
commit | 7981569cc4de41db8aeeebfdab5d192ac0efe19b (patch) | |
tree | 1a4cdfad59d5656d522fa45dad66f74f1b38537d /media-radio | |
parent | games-util/umodpack: Fix dependency on dev-perl/Tk (diff) | |
download | gentoo-7981569cc4de41db8aeeebfdab5d192ac0efe19b.tar.gz gentoo-7981569cc4de41db8aeeebfdab5d192ac0efe19b.tar.bz2 gentoo-7981569cc4de41db8aeeebfdab5d192ac0efe19b.zip |
media-radio/dxcc: Fix dependency on dev-perl/Tk
Package-Manager: portage-2.2.27
Diffstat (limited to 'media-radio')
-rw-r--r-- | media-radio/dxcc/dxcc-20080225-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-radio/dxcc/dxcc-20080225-r1.ebuild b/media-radio/dxcc/dxcc-20080225-r1.ebuild index dc1cf731af0e..7c3eda0746ba 100644 --- a/media-radio/dxcc/dxcc-20080225-r1.ebuild +++ b/media-radio/dxcc/dxcc-20080225-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -15,7 +15,7 @@ KEYWORDS="amd64 x86" IUSE="tk" RDEPEND="dev-lang/perl - tk? ( dev-perl/perl-tk )" + tk? ( dev-perl/Tk )" src_prepare() { epatch "${FILESDIR}/Makefile.patch" |