diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-11-27 08:43:10 +0100 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-11-27 08:43:10 +0100 |
commit | cc5148d05b8a5c1c32cca3a13d87a76b7d687c41 (patch) | |
tree | 15ba56c331da371f4a34dfc92238606da60b2f45 /dev-tcltk | |
parent | dev-tcltk/tkimg: Drop obsolete VIRTUALX_USE (diff) | |
download | gentoo-cc5148d05b8a5c1c32cca3a13d87a76b7d687c41.tar.gz gentoo-cc5148d05b8a5c1c32cca3a13d87a76b7d687c41.tar.bz2 gentoo-cc5148d05b8a5c1c32cca3a13d87a76b7d687c41.zip |
dev-tcltk/tkimg: Add slot operators
Package-Manager: portage-2.2.25
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'dev-tcltk')
-rw-r--r-- | dev-tcltk/tkimg/tkimg-1.4-r9.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-tcltk/tkimg/tkimg-1.4-r9.ebuild b/dev-tcltk/tkimg/tkimg-1.4-r9.ebuild index b790b451ae47..eab22970b65e 100644 --- a/dev-tcltk/tkimg/tkimg-1.4-r9.ebuild +++ b/dev-tcltk/tkimg/tkimg-1.4-r9.ebuild @@ -20,13 +20,13 @@ KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux" IUSE="doc test static-libs" RDEPEND=" - dev-lang/tk + dev-lang/tk:= >=dev-tcltk/tcllib-1.11 media-libs/tiff:0= >=media-libs/libpng-1.6:0= >=sys-libs/zlib-1.2.7:= x11-libs/libX11 - virtual/jpeg" + virtual/jpeg:=" DEPEND="${RDEPEND} test? ( x11-apps/xhost |