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 62265138334 for ; Sun, 14 Oct 2018 19:46:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7C649E0863; Sun, 14 Oct 2018 19:46:46 +0000 (UTC) Received: from smtp.gentoo.org (unknown [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 53EF4E0863 for ; Sun, 14 Oct 2018 19:46:46 +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 E6194335CDA for ; Sun, 14 Oct 2018 19:46:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AABE23D4 for ; Sun, 14 Oct 2018 19:46:22 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1539546375.8cd3f215a75ca3c08daf9435f88177d1ca771cbb.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/backports-os/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/backports-os/backports-os-0.1.1.ebuild X-VCS-Directories: dev-python/backports-os/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 8cd3f215a75ca3c08daf9435f88177d1ca771cbb X-VCS-Branch: master Date: Sun, 14 Oct 2018 19:46: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: ed1bbfbe-cadf-4679-b1db-a13a4222188e X-Archives-Hash: 6d268a4a7e0e56adf946ac306786933f commit: 8cd3f215a75ca3c08daf9435f88177d1ca771cbb Author: Pacho Ramos gentoo org> AuthorDate: Sun Oct 14 19:45:01 2018 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Sun Oct 14 19:46:15 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8cd3f215 dev-python/backports-os: Drop untested keyword Signed-off-by: Pacho Ramos gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 dev-python/backports-os/backports-os-0.1.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/backports-os/backports-os-0.1.1.ebuild b/dev-python/backports-os/backports-os-0.1.1.ebuild index 0e97f3e2dd1..3b30347de81 100644 --- a/dev-python/backports-os/backports-os-0.1.1.ebuild +++ b/dev-python/backports-os/backports-os-0.1.1.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://github.com/pjdelport/backports.os/archive/v${PV}.tar.gz -> ${P} LICENSE="PYTHON" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64" IUSE="" DEPEND=""