mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
games-util/umodpack: Fix dependency on dev-perl/Tk
Package-Manager: portage-2.2.27
This commit is contained in:
committed by
Andreas K. Hüttel
parent
8baf9ddd41
commit
8b043d9239
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user