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 5C4DD138334 for ; Sun, 18 Nov 2018 08:49:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 75692E0BCD; Sun, 18 Nov 2018 08:49:56 +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 4779AE0BCD for ; Sun, 18 Nov 2018 08:49:56 +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 378D5335C39 for ; Sun, 18 Nov 2018 08:49:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 38769456 for ; Sun, 18 Nov 2018 08:49:53 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1542530963.629735f6a155db2343b80fd98b6e74bea158ef8f.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libfmt/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libfmt/libfmt-5.2.0.ebuild X-VCS-Directories: dev-libs/libfmt/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 629735f6a155db2343b80fd98b6e74bea158ef8f X-VCS-Branch: master Date: Sun, 18 Nov 2018 08:49:53 +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: 2ded2434-5a1c-4b59-bb28-c85d545b5a6e X-Archives-Hash: e5b4714aabada42ef9caf0271e27db8e commit: 629735f6a155db2343b80fd98b6e74bea158ef8f Author: Mikle Kolyada gentoo org> AuthorDate: Sun Nov 18 08:49:23 2018 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Sun Nov 18 08:49:23 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=629735f6 dev-libs/libfmt: amd64 stable wrt bug #667198 Signed-off-by: Mikle Kolyada gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 dev-libs/libfmt/libfmt-5.2.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/libfmt/libfmt-5.2.0.ebuild b/dev-libs/libfmt/libfmt-5.2.0.ebuild index ca59fede2ef..9620f750259 100644 --- a/dev-libs/libfmt/libfmt-5.2.0.ebuild +++ b/dev-libs/libfmt/libfmt-5.2.0.ebuild @@ -17,7 +17,7 @@ if [[ ${PV} == *9999 ]] ; then inherit git-r3 else SRC_URI="https://github.com/fmtlib/fmt/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 x86" + KEYWORDS="amd64 x86" S="${WORKDIR}/fmt-${PV}" fi