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 46632138334 for ; Mon, 3 Dec 2018 20:12:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CA269E09B4; Mon, 3 Dec 2018 20:12:00 +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 9FE4DE09B4 for ; Mon, 3 Dec 2018 20:12:00 +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 BD214335C8F for ; Mon, 3 Dec 2018 20:11:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8920544C for ; Mon, 3 Dec 2018 20:11:56 +0000 (UTC) From: "Alfredo Tupone" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alfredo Tupone" Message-ID: <1543867904.0b00510414118d279327e92b4040f0eb11b6e27c.tupone@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-tcltk/bwidget/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-tcltk/bwidget/bwidget-1.9.12.ebuild X-VCS-Directories: dev-tcltk/bwidget/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: 0b00510414118d279327e92b4040f0eb11b6e27c X-VCS-Branch: master Date: Mon, 3 Dec 2018 20:11:56 +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: 0f7322a8-de24-4435-b5af-9e7641315c98 X-Archives-Hash: c1ca9e27e5a17702b82b5d717e57160f commit: 0b00510414118d279327e92b4040f0eb11b6e27c Author: Tupone Alfredo gentoo org> AuthorDate: Mon Dec 3 20:11:44 2018 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Mon Dec 3 20:11:44 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b005104 dev-tcltk/bwidget: amd64 stable Signed-off-by: Alfredo Tupone gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 dev-tcltk/bwidget/bwidget-1.9.12.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-tcltk/bwidget/bwidget-1.9.12.ebuild b/dev-tcltk/bwidget/bwidget-1.9.12.ebuild index f13b72b2fa6..1c6bbdf5fcb 100644 --- a/dev-tcltk/bwidget/bwidget-1.9.12.ebuild +++ b/dev-tcltk/bwidget/bwidget-1.9.12.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/tcllib/${MY_PN}/${PV}/${P}.tar.gz" LICENSE="tcltk" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="doc" DEPEND="dev-lang/tk:0"