diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2024-02-28 21:45:24 +0100 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2024-02-28 21:46:56 +0100 |
commit | e022f82a0a1874bb684dd420723060f3063f54fa (patch) | |
tree | bac64dc24a05947c77b32c03330435983b80ee2b /dev-tcltk | |
parent | dev-tcltk/tclpython: EmptyGlobalAssignment (diff) | |
download | gentoo-e022f82a0a1874bb684dd420723060f3063f54fa.tar.gz gentoo-e022f82a0a1874bb684dd420723060f3063f54fa.tar.bz2 gentoo-e022f82a0a1874bb684dd420723060f3063f54fa.zip |
dev-tcltk/tkpiechart: EmptyGlobalAssignment
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'dev-tcltk')
-rw-r--r-- | dev-tcltk/tkpiechart/tkpiechart-6.5-r2.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-tcltk/tkpiechart/tkpiechart-6.5-r2.ebuild b/dev-tcltk/tkpiechart/tkpiechart-6.5-r2.ebuild index 9428e0439395..86f30c70ecea 100644 --- a/dev-tcltk/tkpiechart/tkpiechart-6.5-r2.ebuild +++ b/dev-tcltk/tkpiechart/tkpiechart-6.5-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -10,7 +10,6 @@ SRC_URI="http://jfontain.free.fr/${P}.tar.bz2" LICENSE="jfontain" KEYWORDS="amd64 ~ppc x86" SLOT="0" -IUSE="" DEPEND="dev-lang/tk:* dev-tcltk/tcllib" |