# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit autotools DESCRIPTION="System Tray Icon Support for Tk on X11" HOMEPAGE="https://code.google.com/p/tktray/" SRC_URI="https://tktray.googlecode.com/files/${PN}${PV}.tar.gz" S="${WORKDIR}/${PN}${PV}" LICENSE="tcltk" SLOT="0" KEYWORDS="amd64 ~ppc ~sparc x86" IUSE="debug threads" # tests need actual X server with user interaction, bug #284919 RESTRICT="test" DEPEND=" >=dev-lang/tcl-8.4:= >=dev-lang/tk-8.4:=