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 0FDBD1382C5 for ; Thu, 26 Nov 2020 23:31:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F1577E08A8; Thu, 26 Nov 2020 23:31:15 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 D353EE08A8 for ; Thu, 26 Nov 2020 23:31:15 +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 799FE340F6D for ; Thu, 26 Nov 2020 23:31:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A8F76474 for ; Thu, 26 Nov 2020 23:31:11 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1606433465.2bbe987276a025ed33f5ac159919008bd3f31872.whissi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/pastebinit/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/pastebinit/pastebinit-1.5.1.ebuild X-VCS-Directories: app-text/pastebinit/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: 2bbe987276a025ed33f5ac159919008bd3f31872 X-VCS-Branch: master Date: Thu, 26 Nov 2020 23:31:11 +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: 230159c1-ab00-4ce3-9d33-c7c67323c7ac X-Archives-Hash: 3b8867a34306920577090d09d8a0370b commit: 2bbe987276a025ed33f5ac159919008bd3f31872 Author: Thomas Deutschmann gentoo org> AuthorDate: Thu Nov 26 23:30:13 2020 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Thu Nov 26 23:31:05 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2bbe9872 app-text/pastebinit: x86 stable (bug #756931) Package-Manager: Portage-3.0.10, Repoman-3.0.2 Signed-off-by: Thomas Deutschmann gentoo.org> app-text/pastebinit/pastebinit-1.5.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-text/pastebinit/pastebinit-1.5.1.ebuild b/app-text/pastebinit/pastebinit-1.5.1.ebuild index 85be8774801..ae8ce0a0480 100644 --- a/app-text/pastebinit/pastebinit-1.5.1.ebuild +++ b/app-text/pastebinit/pastebinit-1.5.1.ebuild @@ -14,7 +14,7 @@ SRC_URI="mirror://ubuntu/pool/main/p/${PN}/${MY_P}.orig.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 x86" IUSE="crypt" REQUIRED_USE="${PYTHON_REQUIRED_USE}"