diff options
author | Sam James <sam@gentoo.org> | 2023-09-27 06:45:46 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-09-27 06:45:46 +0100 |
commit | bde69f860ffceef36e6e5b4c113ea92e7c92444b (patch) | |
tree | ed22adc2e3adfd1b03fca5584b97e621f8ea009b /dev-util/tkdiff | |
parent | media-libs/sdl2-image: Stabilize 2.6.3 x86, #914815 (diff) | |
download | gentoo-bde69f860ffceef36e6e5b4c113ea92e7c92444b.tar.gz gentoo-bde69f860ffceef36e6e5b4c113ea92e7c92444b.tar.bz2 gentoo-bde69f860ffceef36e6e5b4c113ea92e7c92444b.zip |
dev-util/tkdiff: Stabilize 5.5.2 x86, #914825
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-util/tkdiff')
-rw-r--r-- | dev-util/tkdiff/tkdiff-5.5.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/tkdiff/tkdiff-5.5.2.ebuild b/dev-util/tkdiff/tkdiff-5.5.2.ebuild index 14de131b92d4..3f9e2f0b04bc 100644 --- a/dev-util/tkdiff/tkdiff-5.5.2.ebuild +++ b/dev-util/tkdiff/tkdiff-5.5.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${PV}/${MYP}.zip" LICENSE="GPL-2+" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~amd64 ~ppc x86 ~amd64-linux ~x86-linux" RDEPEND="dev-lang/tk" DEPEND="${RDEPEND}" |