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 4B48913835A for ; Sun, 18 Apr 2021 21:20:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5BFC3E07D8; Sun, 18 Apr 2021 21:20:52 +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 44255E07D8 for ; Sun, 18 Apr 2021 21:20:52 +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 C82A0340DC8 for ; Sun, 18 Apr 2021 21:20:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 35480634 for ; Sun, 18 Apr 2021 21:20:49 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1618730079.d625e18896536ddb3b306eb6b2fa6447a8e61179.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-physics/lhapdf/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-physics/lhapdf/lhapdf-6.3.0.ebuild X-VCS-Directories: sci-physics/lhapdf/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: d625e18896536ddb3b306eb6b2fa6447a8e61179 X-VCS-Branch: master Date: Sun, 18 Apr 2021 21:20:49 +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: 12db5fc4-d534-47aa-b3d2-a587af876cc6 X-Archives-Hash: 239d1ab96749daf2557e8b5a7611bc56 commit: d625e18896536ddb3b306eb6b2fa6447a8e61179 Author: Sam James gentoo org> AuthorDate: Sun Apr 18 07:14:39 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sun Apr 18 07:14:39 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d625e188 sci-physics/lhapdf: Stabilize 6.3.0 amd64, #773949 Signed-off-by: Sam James gentoo.org> sci-physics/lhapdf/lhapdf-6.3.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-physics/lhapdf/lhapdf-6.3.0.ebuild b/sci-physics/lhapdf/lhapdf-6.3.0.ebuild index 6c93048a666..ffb45665109 100644 --- a/sci-physics/lhapdf/lhapdf-6.3.0.ebuild +++ b/sci-physics/lhapdf/lhapdf-6.3.0.ebuild @@ -16,7 +16,7 @@ SRC_URI="http://www.hepforge.org/archive/lhapdf/${MY_PF}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="doc examples python" REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"