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 818251381F3 for ; Wed, 4 Nov 2020 07:59:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 77E3CE094A; Wed, 4 Nov 2020 07:59:03 +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 5E5D4E094A for ; Wed, 4 Nov 2020 07:59:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 6C71E340E31 for ; Wed, 4 Nov 2020 07:59:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 176E4441 for ; Wed, 4 Nov 2020 07:59:00 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1604476734.ffb7a66713c7a226c8e74e18e22adf55faafb951.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/wput/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/wput/wput-0.6.2.ebuild X-VCS-Directories: net-misc/wput/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: ffb7a66713c7a226c8e74e18e22adf55faafb951 X-VCS-Branch: master Date: Wed, 4 Nov 2020 07:59:00 +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: ea3df375-31c0-4409-b9a8-685bc2c82cb6 X-Archives-Hash: 615150c0e6ab76e05e1a899e5cb69c96 commit: ffb7a66713c7a226c8e74e18e22adf55faafb951 Author: Sergei Trofimovich gentoo org> AuthorDate: Wed Nov 4 07:58:38 2020 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Wed Nov 4 07:58:54 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ffb7a667 net-misc/wput: stable 0.6.2 for ppc stable wrt bug #752072 Package-Manager: Portage-3.0.9, Repoman-3.0.2 RepoMan-Options: --include-arches="ppc" Signed-off-by: Sergei Trofimovich gentoo.org> net-misc/wput/wput-0.6.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-misc/wput/wput-0.6.2.ebuild b/net-misc/wput/wput-0.6.2.ebuild index 756c1ee191f..b9fa842bf3a 100644 --- a/net-misc/wput/wput-0.6.2.ebuild +++ b/net-misc/wput/wput-0.6.2.ebuild @@ -9,7 +9,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tgz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~ppc ~sparc x86" +KEYWORDS="amd64 ppc ~sparc x86" IUSE="debug nls ssl" BDEPEND="nls? ( sys-devel/gettext )"