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 C29791382C5 for ; Thu, 22 Feb 2018 09:05:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A4556E08CA; Thu, 22 Feb 2018 09:05:21 +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 7F781E08BB for ; Thu, 22 Feb 2018 09:05:21 +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 43775335C4F for ; Thu, 22 Feb 2018 09:05:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D890024D for ; Thu, 22 Feb 2018 09:05:16 +0000 (UTC) From: "Agostino Sarubbo" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Agostino Sarubbo" Message-ID: <1519290308.ca780b851e0ebe8a27cfee5ee28936fd6a2abc06.ago@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/unsymlink-lib/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-portage/unsymlink-lib/unsymlink-lib-12.ebuild X-VCS-Directories: app-portage/unsymlink-lib/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: ca780b851e0ebe8a27cfee5ee28936fd6a2abc06 X-VCS-Branch: master Date: Thu, 22 Feb 2018 09:05:16 +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: bf947710-7f84-4ad1-955e-92d1fe6fb816 X-Archives-Hash: 636de92eb27121a06c33c9b716b069ed commit: ca780b851e0ebe8a27cfee5ee28936fd6a2abc06 Author: Agostino Sarubbo gentoo org> AuthorDate: Thu Feb 22 09:04:24 2018 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Thu Feb 22 09:05:08 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca780b85 app-portage/unsymlink-lib: amd64 stable wrt bug #647652 Signed-off-by: Agostino Sarubbo gentoo.org> Package-Manager: Portage-2.3.19, Repoman-2.3.6 RepoMan-Options: --include-arches="amd64" app-portage/unsymlink-lib/unsymlink-lib-12.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-portage/unsymlink-lib/unsymlink-lib-12.ebuild b/app-portage/unsymlink-lib/unsymlink-lib-12.ebuild index 6ca4f9fdb17..cc0eef3daa0 100644 --- a/app-portage/unsymlink-lib/unsymlink-lib-12.ebuild +++ b/app-portage/unsymlink-lib/unsymlink-lib-12.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,7 +12,7 @@ SRC_URI="https://github.com/mgorny/unsymlink-lib/archive/v${PV}.tar.gz -> ${P}.t LICENSE="BSD-2" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="amd64" IUSE="" REQUIRED_USE="${PYTHON_REQUIRED_USE}"