From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BBBA6138334 for ; Tue, 10 Sep 2019 07:06:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7A3FAE09B8; Tue, 10 Sep 2019 07:06:38 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5CF92E09BA for ; Tue, 10 Sep 2019 07:06:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 71D6634AF68 for ; Tue, 10 Sep 2019 07:06:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2D8607FC for ; Tue, 10 Sep 2019 07:06:33 +0000 (UTC) From: "Agostino Sarubbo" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Agostino Sarubbo" Message-ID: <1568099184.9a83a1a16fa76d7c3f6fd34a3559e2782ce7f3d3.ago@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-tcltk/tkdnd/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-tcltk/tkdnd/tkdnd-2.8.ebuild X-VCS-Directories: dev-tcltk/tkdnd/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: 9a83a1a16fa76d7c3f6fd34a3559e2782ce7f3d3 X-VCS-Branch: master Date: Tue, 10 Sep 2019 07:06:33 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 6b2d0607-c984-48c8-a161-9cac6702a4ad X-Archives-Hash: 11a8f86e200dc94c74538987ea2ae299 commit: 9a83a1a16fa76d7c3f6fd34a3559e2782ce7f3d3 Author: Agostino Sarubbo gentoo org> AuthorDate: Tue Sep 10 07:06:24 2019 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Tue Sep 10 07:06:24 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a83a1a1 dev-tcltk/tkdnd: amd64 stable wrt bug #693898 Package-Manager: Portage-2.3.69, Repoman-2.3.16 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo gentoo.org> dev-tcltk/tkdnd/tkdnd-2.8.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-tcltk/tkdnd/tkdnd-2.8.ebuild b/dev-tcltk/tkdnd/tkdnd-2.8.ebuild index b7aecb63ebf..c975a258b5a 100644 --- a/dev-tcltk/tkdnd/tkdnd-2.8.ebuild +++ b/dev-tcltk/tkdnd/tkdnd-2.8.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/${PN}/${MY_PN}/${MY_PN}%20${PV}/${P/-/}-src.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:="