From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (unknown [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 BB6E2138334 for ; Sat, 26 Jan 2019 12:53:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B3121E0CA8; Sat, 26 Jan 2019 12:53:29 +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 87532E0CA8 for ; Sat, 26 Jan 2019 12:53:29 +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 10E83335C8E for ; Sat, 26 Jan 2019 12:53:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 87501501 for ; Sat, 26 Jan 2019 12:53:26 +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: <1548506664.6fca5ff9d3fbe5f0e44fd833790cf1f9accfde54.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: 6fca5ff9d3fbe5f0e44fd833790cf1f9accfde54 X-VCS-Branch: master Date: Sat, 26 Jan 2019 12:53:26 +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: fa483ced-5e48-44ad-8bc2-db9e0275e814 X-Archives-Hash: 43143e9ea08251518175f2741e841f8d commit: 6fca5ff9d3fbe5f0e44fd833790cf1f9accfde54 Author: Pacho Ramos gentoo org> AuthorDate: Sat Jan 26 12:44:24 2019 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Sat Jan 26 12:44:24 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6fca5ff9 dev-python/backports-os: amd64 stable Package-Manager: Portage-2.3.58, Repoman-2.3.12 Signed-off-by: Pacho Ramos gentoo.org> dev-python/backports-os/backports-os-0.1.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 3b30347de81..ae4c9631a0f 100644 --- a/dev-python/backports-os/backports-os-0.1.1.ebuild +++ b/dev-python/backports-os/backports-os-0.1.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -12,7 +12,7 @@ SRC_URI="https://github.com/pjdelport/backports.os/archive/v${PV}.tar.gz -> ${P} LICENSE="PYTHON" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="amd64" IUSE="" DEPEND=""