diff options
author | Kent Fredric <kentfredric@gmail.com> | 2016-03-12 16:18:41 +1300 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2016-03-15 00:06:37 +0100 |
commit | 8b043d92393d97ee9728ebc4f1881aeab25b10e1 (patch) | |
tree | 4efb3b9c574e139b5072f09c02bdf45cd67e65c8 /games-util/umodpack | |
parent | dev-perl/tkispell: Fix dependency on dev-perl/Tk (diff) | |
download | gentoo-8b043d92393d97ee9728ebc4f1881aeab25b10e1.tar.gz gentoo-8b043d92393d97ee9728ebc4f1881aeab25b10e1.tar.bz2 gentoo-8b043d92393d97ee9728ebc4f1881aeab25b10e1.zip |
games-util/umodpack: Fix dependency on dev-perl/Tk
Package-Manager: portage-2.2.27
Diffstat (limited to 'games-util/umodpack')
-rw-r--r-- | games-util/umodpack/umodpack-0.5_beta16-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-util/umodpack/umodpack-0.5_beta16-r2.ebuild b/games-util/umodpack/umodpack-0.5_beta16-r2.ebuild index 117e06b1a253..2a939793eda8 100644 --- a/games-util/umodpack/umodpack-0.5_beta16-r2.ebuild +++ b/games-util/umodpack/umodpack-0.5_beta16-r2.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$ @@ -19,7 +19,7 @@ IUSE="tk" DEPEND="virtual/perl-IO-Compress dev-perl/Archive-Zip dev-perl/Tie-IxHash - tk? ( dev-perl/perl-tk )" + tk? ( dev-perl/Tk )" S=${WORKDIR}/${MY_P} SRC_TEST="do parallel" |