diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2020-01-03 12:59:07 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2020-01-03 12:59:07 +0100 |
commit | bd060522e8fa64c0adefa561cb7f914c9f0fe0d2 (patch) | |
tree | ca0b2f9002165cddc8c6c44e3f07c41bfd38cf58 /dev-tcltk/tkdnd | |
parent | net-im/coturn: remove old ebuilds (diff) | |
download | gentoo-bd060522e8fa64c0adefa561cb7f914c9f0fe0d2.tar.gz gentoo-bd060522e8fa64c0adefa561cb7f914c9f0fe0d2.tar.bz2 gentoo-bd060522e8fa64c0adefa561cb7f914c9f0fe0d2.zip |
dev-tcltk/tkdnd: amd64 stable wrt bug #704582
Package-Manager: Portage-2.3.79, Repoman-2.3.16
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-tcltk/tkdnd')
-rw-r--r-- | dev-tcltk/tkdnd/tkdnd-2.9.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-tcltk/tkdnd/tkdnd-2.9.2.ebuild b/dev-tcltk/tkdnd/tkdnd-2.9.2.ebuild index bdb92d663891..aec95573ffea 100644 --- a/dev-tcltk/tkdnd/tkdnd-2.9.2.ebuild +++ b/dev-tcltk/tkdnd/tkdnd-2.9.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/petasis/tkdnd/archive/${MY_P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="debug threads X" DEPEND="dev-lang/tk:=" |