diff options
-rw-r--r-- | dev-tcltk/vtcl/vtcl-1.6.1_alpha1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-tcltk/vtcl/vtcl-1.6.1_alpha1.ebuild b/dev-tcltk/vtcl/vtcl-1.6.1_alpha1.ebuild index 7d1e4a5eb8f8..d4966d4fc454 100644 --- a/dev-tcltk/vtcl/vtcl-1.6.1_alpha1.ebuild +++ b/dev-tcltk/vtcl/vtcl-1.6.1_alpha1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -12,7 +12,7 @@ HOMEPAGE="http://vtcl.sf.net" SRC_URI="mirror://sourceforge/${PN}/${MYP}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="amd64 ~ppc ~x86" IUSE="doc" DEPEND="dev-lang/tk:*" RDEPEND="${DEPEND}" |