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 58AE813832E for ; Wed, 10 Aug 2016 19:22:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D8CAC21C224; Wed, 10 Aug 2016 19:22:26 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4622421C224 for ; Wed, 10 Aug 2016 19:22:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CE38C340976 for ; Wed, 10 Aug 2016 19:22:24 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EA7137D8 for ; Wed, 10 Aug 2016 19:22:22 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1470856930.14c0999a60fbb766bce05f1621d418c5a075f69d.kensington@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.ebuild X-VCS-Directories: app-text/pastebinit/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 14c0999a60fbb766bce05f1621d418c5a075f69d X-VCS-Branch: master Date: Wed, 10 Aug 2016 19:22:22 +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-Archives-Salt: 5c801142-cc8f-4b2b-93c5-2311754505c1 X-Archives-Hash: 71f0b2b9d64cb5063e6b4084ae7f25b0 commit: 14c0999a60fbb766bce05f1621d418c5a075f69d Author: Michael Palimaka gentoo org> AuthorDate: Wed Aug 10 19:21:33 2016 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Wed Aug 10 19:22:10 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14c0999a app-text/pastebinit: x86 stable Gentoo-bug: 581188 Package-Manager: portage-2.3.0 app-text/pastebinit/pastebinit-1.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-text/pastebinit/pastebinit-1.5.ebuild b/app-text/pastebinit/pastebinit-1.5.ebuild index d2efeb7..c7db867 100644 --- a/app-text/pastebinit/pastebinit-1.5.ebuild +++ b/app-text/pastebinit/pastebinit-1.5.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://launchpad.net/${PN}/trunk/${PV}/+download/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="crypt" REQUIRED_USE="${PYTHON_REQUIRED_USE}"