diff options
author | Tupone Alfredo <tupone@gentoo.org> | 2019-09-09 14:31:42 +0200 |
---|---|---|
committer | Tupone Alfredo <tupone@gentoo.org> | 2019-09-09 14:31:42 +0200 |
commit | 1821068dacdf7f3406a66429ad6b2a99d589f571 (patch) | |
tree | 0735d5c88af72ad24213c247169736c0027506c3 /dev-tcltk/tcl3d/tcl3d-0.5.0.ebuild | |
parent | net-mail/dovecot: Added sub-slot dep for dev-libs/{libre,open}ssl (diff) | |
download | gentoo-1821068dacdf7f3406a66429ad6b2a99d589f571.tar.gz gentoo-1821068dacdf7f3406a66429ad6b2a99d589f571.tar.bz2 gentoo-1821068dacdf7f3406a66429ad6b2a99d589f571.zip |
dev-tcltk/tcl3d: rm old version, fix unzip dependency
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'dev-tcltk/tcl3d/tcl3d-0.5.0.ebuild')
-rw-r--r-- | dev-tcltk/tcl3d/tcl3d-0.5.0.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-tcltk/tcl3d/tcl3d-0.5.0.ebuild b/dev-tcltk/tcl3d/tcl3d-0.5.0.ebuild index 1b0775851245..0de3fa70cffe 100644 --- a/dev-tcltk/tcl3d/tcl3d-0.5.0.ebuild +++ b/dev-tcltk/tcl3d/tcl3d-0.5.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -25,7 +25,8 @@ RDEPEND="dev-lang/tcl:0= truetype? ( media-libs/ftgl ) sdl? ( media-libs/libsdl )" DEPEND="${RDEPEND} - >=dev-lang/swig-1.3.38:0=" + >=dev-lang/swig-1.3.38:0= + app-arch/unzip" S="${WORKDIR}/${PN}" PATCHES=( "${FILESDIR}/${P}-include-tk-dir-and-permissive.patch" ) |